irradiapy.lammps.commands.fix module

This module contains the Fix class for LAMMPS fix commands.

class irradiapy.lammps.commands.fix.Fix(*, id, group_id, style, args=<factory>, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS fix command.

Reference

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

args: list[str]
command()[source]

Generate the LAMMPS command.

Return type:

str

delete()[source]

Returns the corresponding Unfix instance.

Return type:

str

group_id: str
id: str
kw_vals: dict[str, str]
style: str