irradiapy.lammps.commands.write_dump module

This module contains the WriteDump class for LAMMPS write_dump commands.

class irradiapy.lammps.commands.write_dump.WriteDump(*, group_id, style, file, dump_args=<factory>, dump_modify_kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS write_dump command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

dump_args: list[str]
dump_modify_kw_vals: dict[str, str]
file: str
group_id: str
style: str