# # ChangeLog for src/Thermostats/Thermostat.hpp # # Generated by Trac 1.4.4 # Jan 4, 2025, 1:08:41 PM Wed, 25 Aug 2010 12:04:11 GMT Tillmann Crueger [14c57a] * src/Parser/PcpParser.cpp (modified) * src/ThermoStatContainer.cpp (modified) * src/ThermoStatContainer.hpp (modified) * src/Thermostats/Berendsen.cpp (modified) * src/Thermostats/Berendsen.hpp (modified) * src/Thermostats/GaussianThermostat.cpp (modified) * src/Thermostats/GaussianThermostat.hpp (modified) * src/Thermostats/Langevin.cpp (modified) * src/Thermostats/Langevin.hpp (modified) * src/Thermostats/NoThermostat.cpp (modified) * src/Thermostats/NoThermostat.hpp (modified) * src/Thermostats/NoseHoover.cpp (modified) * src/Thermostats/NoseHoover.hpp (modified) * src/Thermostats/Thermostat.cpp (modified) * src/Thermostats/Thermostat.hpp (modified) * src/Thermostats/Woodcock.cpp (modified) * src/Thermostats/Woodcock.hpp (modified) * src/atom_trajectoryparticle.cpp (modified) * src/atom_trajectoryparticle.hpp (modified) * src/config.cpp (modified) * src/molecule.hpp (modified) * src/molecule_dynamics.cpp (modified) Made all parts of the programm use the new thermostat structure Wed, 25 Aug 2010 09:24:25 GMT Tillmann Crueger [c0c650] * src/Thermostats/Berendsen.cpp (modified) * src/Thermostats/Berendsen.hpp (modified) * src/Thermostats/GaussianThermostat.cpp (modified) * src/Thermostats/GaussianThermostat.hpp (modified) * src/Thermostats/Langevin.cpp (modified) * src/Thermostats/Langevin.hpp (modified) * src/Thermostats/NoThermostat.cpp (modified) * src/Thermostats/NoThermostat.hpp (modified) * src/Thermostats/NoseHoover.cpp (modified) * src/Thermostats/NoseHoover.hpp (modified) * src/Thermostats/Thermostat.hpp (modified) * src/Thermostats/Woodcock.cpp (modified) * src/Thermostats/Woodcock.hpp (modified) Added structure that allows construction of thermostats from ... Fri, 20 Aug 2010 13:54:23 GMT Tillmann Crueger [579a81] * src/Thermostats/Berendsen.cpp (modified) * src/Thermostats/Berendsen.hpp (modified) * src/Thermostats/GaussianThermostat.cpp (modified) * src/Thermostats/GaussianThermostat.hpp (modified) * src/Thermostats/Langevin.cpp (modified) * src/Thermostats/Langevin.hpp (modified) * src/Thermostats/NoThermostat.cpp (modified) * src/Thermostats/NoThermostat.hpp (modified) * src/Thermostats/NoseHoover.cpp (modified) * src/Thermostats/NoseHoover.hpp (modified) * src/Thermostats/Thermostat.cpp (modified) * src/Thermostats/Thermostat.hpp (modified) * src/Thermostats/Woodcock.cpp (modified) * src/Thermostats/Woodcock.hpp (modified) Added a basic self-descriptive structure for Thermostats Fri, 20 Aug 2010 11:43:39 GMT Tillmann Crueger [194649] * src/Makefile.am (modified) * src/Thermostats/Berendsen.cpp (added) * src/Thermostats/Berendsen.hpp (added) * src/Thermostats/GaussianThermostat.cpp (added) * src/Thermostats/GaussianThermostat.hpp (added) * src/Thermostats/Langevin.cpp (added) * src/Thermostats/Langevin.hpp (added) * src/Thermostats/NoThermostat.cpp (added) * src/Thermostats/NoThermostat.hpp (added) * src/Thermostats/NoseHoover.cpp (added) * src/Thermostats/NoseHoover.hpp (added) * src/Thermostats/Thermostat.cpp (added) * src/Thermostats/Thermostat.hpp (added) * src/Thermostats/Woodcock.cpp (added) * src/Thermostats/Woodcock.hpp (added) Added class structure to represent thermostats