irradiapy.lammps.commands.print module

This module contains the Print class for LAMMPS print commands.

class irradiapy.lammps.commands.print.Print(*, string, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS print command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

kw_vals: dict[str, str]
string: str