BooleanSetting

class narupatools.lammps.settings.BooleanSetting(key: str)

Boolean setting that can be obtained from LAMMPS using extract_setting.

Inheritance

Inheritance diagram of BooleanSetting

Methods

__init__

Initialize self.

extract

Extract the current value of this setting from a LAMMPS instance.

__init__(key: str)None

Initialize self. See help(type(self)) for accurate signature.

extract(lammps: narupatools.lammps._wrapper.LAMMPSWrapper)bool

Extract the current value of this setting from a LAMMPS instance.