Reimplement constant acceleration groups
authorBerk Hess <hess@kth.se>
Fri, 29 Oct 2021 14:50:28 +0000 (14:50 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 29 Oct 2021 14:50:28 +0000 (14:50 +0000)
commitf3f4224ea504eef7ba021f0f37fa9d2fc532505f
tree17391db587b28d21ba0235b6065d16d791052f10
parentf7883d21c6073ce30fcf7a91c5f8c0cc0a598c74
Reimplement constant acceleration groups
32 files changed:
docs/reference-manual/algorithms/group-concept.rst
docs/release-notes/2022/major/bugs-fixed.rst
docs/release-notes/2022/major/removed-functionality.rst
docs/user-guide/mdp-options.rst
src/gromacs/fileio/tpxio.cpp
src/gromacs/gmxpreprocess/readir.cpp
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsDefineParametersWithValuesIncludingAssignment.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsElectricField.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsElectricFieldOscillating.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsElectricFieldPulsed.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsEmptyLines.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsImplicitSolventNo.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsKeyWithoutValue.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_AcceptsMimic.xml
src/gromacs/gmxpreprocess/tests/refdata/GetIrTest_HandlesDifferentKindsOfMdpLines.xml
src/gromacs/mdlib/mdatoms.cpp
src/gromacs/mdlib/tests/leapfrogtestdata.cpp
src/gromacs/mdlib/update.cpp
src/gromacs/mdlib/update.h
src/gromacs/mdrun/md.cpp
src/gromacs/mdrun/runner.cpp
src/gromacs/mdrun/shellfc.cpp
src/gromacs/mdtypes/inputrec.cpp
src/gromacs/mdtypes/inputrec.h
src/gromacs/mdtypes/mdatom.h
src/gromacs/modularsimulator/modularsimulator.cpp
src/gromacs/taskassignment/decidegpuusage.cpp
src/gromacs/tools/dump.cpp
src/gromacs/topology/topology.h
src/programs/mdrun/tests/CMakeLists.txt
src/programs/mdrun/tests/constantacceleration.cpp [new file with mode: 0644]
src/testutils/testmatchers.cpp