irradiapy.lammps.commands.read_data module

This module contains the ReadData class for LAMMPS read_data commands.

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

Bases: Command

Class representing a LAMMPS read_data command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

file: str
kw_vals: dict[str, str]