irradiapy.lammps.commands.units module

This module contains the Units class for LAMMPS units commands.

class irradiapy.lammps.commands.units.Units(*, style='lj')[source]

Bases: Command

Class representing a LAMMPS units command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

style: str = 'lj'