Simulation Enums

class mlip.simulation.enums.SimulationType(value)

Enum for the type of simulation.

MD

Molecular Dynamics.

MINIMIZATION

Energy minimization.

class mlip.simulation.enums.SimulationBackend(value)

Enum for the simulation backend.

JAX_MD

Simulations with the JAX-MD backend.

ASE

Simulations with the ASE backend.

class mlip.simulation.enums.TemperatureScheduleMethod(value)

Enum for the type of temperature schedule.

CONSTANT

Constant temperature schedule.

LINEAR

Linear temperature schedule.

TRIANGLE

Triangle temperature schedule.