Rename VRescaleThermostat to VelocityScalingTemperatureCoupling
authorPascal Merz <pascal.merz@me.com>
Thu, 3 Sep 2020 03:56:11 +0000 (21:56 -0600)
committerMagnus Lundborg <magnus.lundborg@scilifelab.se>
Thu, 17 Sep 2020 13:39:07 +0000 (13:39 +0000)
commit7d3adea6e2c155829f8d2e67434ec16f783c2a12
tree5f4313818e132b4799de5479e021983355dec0a4
parent288cd3bf5fb4269dbcdd7e8ce621f9c8e586693d
Rename VRescaleThermostat to VelocityScalingTemperatureCoupling

Also moves vrescalethermostat.h/cpp to
velocityscalingtemperaturecoupling.h/cpp.

This reflects upcoming changes making the thermostat more general.
As these changes touch a lot of lines in the implementation file,
renaming the file at the same time throws git diff off. Doing the
renaming in a separate commit should therefore make for easier reviewing.

Refs #3423
src/gromacs/modularsimulator/energydata.cpp
src/gromacs/modularsimulator/energydata.h
src/gromacs/modularsimulator/modularsimulator.cpp
src/gromacs/modularsimulator/simulatoralgorithm.cpp
src/gromacs/modularsimulator/velocityscalingtemperaturecoupling.cpp [moved from src/gromacs/modularsimulator/vrescalethermostat.cpp with 77% similarity]
src/gromacs/modularsimulator/velocityscalingtemperaturecoupling.h [moved from src/gromacs/modularsimulator/vrescalethermostat.h with 83% similarity]