ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Thermostat for thermalized bonds. More...
#include <thermostat.hpp>
Public Member Functions | |
void | recalc_prefactors (double time_step, BondedInteractionsMap &bonded_ias) |
Public Member Functions inherited from BaseThermostat | |
void | rng_initialize (uint32_t const seed) |
Initialize or re-initialize the RNG counter with a seed. | |
void | rng_increment () |
Increment the RNG counter. | |
uint64_t | rng_counter () const |
Get current value of the RNG. | |
void | set_rng_counter (uint64_t value) |
bool | is_seed_required () const |
Is the RNG seed required. | |
uint32_t | rng_seed () const |
Thermostat for thermalized bonds.
Definition at line 341 of file core/thermostat.hpp.
void ThermalizedBondThermostat::recalc_prefactors | ( | double | time_step, |
BondedInteractionsMap & | bonded_ias | ||
) |
Definition at line 100 of file thermostat.cpp.