md.simulation_hooks.RPMDGLEThermostat

class md.simulation_hooks.RPMDGLEThermostat(*args: Any, **kwargs: Any)[source]

Stochastic generalized Langevin colored noise thermostat for RPMD by Ceriotti et. al. as described in [1]. This thermostat requires specially parametrized matrices, which can be obtained online from: http://gle4md.org/index.html?page=matrix

Parameters:
  • temperature_bath (float) – Temperature of the external heat bath in Kelvin.

  • gle_file (str) – File containing the GLE matrices

  • free_particle_limit (bool) – Initialize momenta according to free particle limit instead of a zero matrix (default=True).

References