irradiapy.lammps.commands.log module

This module contains the Log class for LAMMPS log commands.

class irradiapy.lammps.commands.log.Log(*, file, keyword='')[source]

Bases: Command

Class representing a LAMMPS log command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

file: str
keyword: str = ''