irradiapy.lammps.commands.timer module

This module contains the Timer class for LAMMPS timer commands.

class irradiapy.lammps.commands.timer.Timer(*, args)[source]

Bases: Command

Class representing a LAMMPS timer command.

Reference

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

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

Generate the LAMMPS command.

Return type:

str