irradiapy.lammps.commands.dump_modify module

This module contains the DumpModify class for LAMMPS dump_modify commands.

class irradiapy.lammps.commands.dump_modify.DumpModify(*, id, kw_vals)[source]

Bases: Command

Class representing a LAMMPS dump_modify command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

id: str
kw_vals: dict[str, str]