irradiapy.lammps.commands.reset_timestep module

This module contains the ResetTimestep class for LAMMPS reset_timestep commands.

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

Bases: Command

Class representing a LAMMPS reset_timestep command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

kw_vals: dict[str, str]
n: str