irradiapy.lammps.commands.fix_modify module

This module contains the FixModify class for LAMMPS fix_modify commands.

class irradiapy.lammps.commands.fix_modify.FixModify(*, fix_id, kw_vals)[source]

Bases: Command

Class representing a LAMMPS fix_modify command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

fix_id: str
kw_vals: dict[str, str]