irradiapy.lammps.commands.read_restart module

This module contains the ReadRestart class for LAMMPS write_data commands.

class irradiapy.lammps.commands.read_restart.ReadRestart(*, file)[source]

Bases: Command

Class representing a LAMMPS read_restart command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

file: str