mobility
- class isicle.mobility.MobcalWrapper[source]
Wrapper for Mobcal functionality.
Implements
WrapperInterfaceto ensure required methods are exposed.- temp_dir
Path to temporary directory used for simulation.
- Type:
str
- result
Dictionary containing simulation results.
- Type:
dict
- _abc_impl = <_abc._abc_data object>
- _configure_mobcal(i2=5013489, buffer_gas='helium', buffer_gas_mass=4.0026, temp=300, ipr=1000, itn=10, inp=48, imp=1024, processes=24)[source]
- _default_value = None
- _defaults = ['geom', 'result', 'temp_dir']
- configure(lennard_jones='default', i2=5013489, buffer_gas='helium', buffer_gas_mass=4.0026, temp=300, ipr=1000, itn=10, inp=48, imp=1024, processes=24, command=None)[source]
Configure the run.
- finish()[source]
Collect MOBCAL simulation results.
- Returns:
Dictionary containing relevant outputs from the simulation.
- Return type:
dict
- parse()[source]
Parse Mobcal simulation results.
- Returns:
Dictionary containing parsed outputs from the simulation.
- Return type:
dict
- save_geometry()[source]
Save internal
Geometryrepresentation to file.- Raises:
TypeError – If geometry loaded from .xyz is saved to another format.