irradiapy.lammps.commands.thermo module

This module contains the Thermo class for LAMMPS thermo commands.

class irradiapy.lammps.commands.thermo.Thermo(*, n='0')[source]

Bases: Command

Class representing a LAMMPS thermo command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

n: str = '0'