- Timestamp:
- May 8, 2017, 1:59:04 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- 9eed14
- Parents:
- ce254c
- git-author:
- Frederik Heber <heber@…> (03/22/17 15:42:35)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/08/17 13:59:04)
- Location:
- tests
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/AllActions/options.dat
rce254c r9a1e35c 33 33 bond-degree "1" 34 34 bond-file "bond.dat" 35 bondside "1" 35 36 bond-table "table.dat" 36 37 calculate-bounding-box "" … … 159 160 repeat-box "1 1 1" 160 161 reset 1 162 rotate-around-bond "90." 161 163 rotate-around-origin "180." 162 164 rotate-around-origin "20." -
tests/regression/Makefile.am
rce254c r9a1e35c 133 133 $(srcdir)/Molecules/LinearInterpolationofTrajectories/testsuite-molecules-linear-interpolation-of-trajectories.at \ 134 134 $(srcdir)/Molecules/Remove/testsuite-molecules-remove.at \ 135 $(srcdir)/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at \ 135 136 $(srcdir)/Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at \ 136 137 $(srcdir)/Molecules/RotateAroundSelf/testsuite-molecules-rotate-around-self.at \ -
tests/regression/Molecules/testsuite-molecules.at
rce254c r9a1e35c 60 60 m4_include([Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at]) 61 61 62 # rotate around one of its bond 63 m4_include([Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at]) 64 62 65 # Rotate around origin 63 66 m4_include([Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at])
Note:
See TracChangeset
for help on using the changeset viewer.