irradiapy.lammps.commands.run module

This module contains the Run class for LAMMPS run commands.

class irradiapy.lammps.commands.run.Run(*, n, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS run command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

kw_vals: dict[str, str]
n: str