irradiapy.lammps.commands.thermo_style module

This module contains the ThermoStyle class for LAMMPS thermo_style commands.

class irradiapy.lammps.commands.thermo_style.ThermoStyle(*, style='one', args=<factory>)[source]

Bases: Command

Class representing a LAMMPS thermo_style command.

Reference

https://docs.lammps.org/thermo_style.html

args: list[str]
command()[source]

Generate the LAMMPS command.

Return type:

str

style: str = 'one'