irradiapy.lammps.commands.write_data module

This module contains the WriteData class for LAMMPS write_data commands.

class irradiapy.lammps.commands.write_data.WriteData(*, file, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS write_data command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

file: str
kw_vals: dict[str, str]