irradiapy.lammps.commands.unfix module

This module contains the Unfix class for LAMMPS unfix commands.

class irradiapy.lammps.commands.unfix.Unfix(*, fix_id)[source]

Bases: Command

Class representing a LAMMPS unfix command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

fix_id: str