Simulation Enums¶ class dipm.simulation.enums.SimulationType(*values)¶ Enum for the type of simulation. MD¶ Molecular Dynamics. MINIMIZATION¶ Energy minimization. class dipm.simulation.enums.TemperatureScheduleMethod(*values)¶ Enum for the type of temperature schedule. CONSTANT¶ Constant temperature schedule. LINEAR¶ Linear temperature schedule. TRIANGLE¶ Triangle temperature schedule.