BerendsenThermostat
SimulationBuilder > MD > SimulationComponents
This implements the Berendsen thermostat.
Synopsis
#include <glotzilla++.h> //declare an instance BerendsenThermostat *thermostat = new BerendsenThermostat; //set some parameters thermostat->SetTemperature(1.0); //add the SystemComponent to the simulation AddSimulationComponent(thermostat);
Tutorials
External Links