Setting

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

Setting that can be obtained from LAMMPS using extract_setting.

Inheritance

Inheritance diagram of Setting

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)int

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