Changeset c87d6e for tests/regression/Molecules/ForceAnnealing
- Timestamp:
- Apr 10, 2018, 6:43:12 AM (7 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 9bb8c8
- Parents:
- 6145577
- git-author:
- Frederik Heber <frederik.heber@…> (11/04/17 10:00:15)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/10/18 06:43:12)
- Location:
- tests/regression/Molecules/ForceAnnealing
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Molecules/ForceAnnealing/post/test-undo.conf
r6145577 rc87d6e 82 82 Ion_Type2_2 8.532785963 4.158586027 3.535886037 0 1.000000e-01 0.000000e+00 0.000000e+00 # molecule nr 9 83 83 Ion_Type2_3 7.283585982 3.275186040 3.535886037 0 1.000000e-01 0.000000e+00 0.000000e+00 # molecule nr 10 84 85 Ion_Type1_1 9.782085945 2.645886050 2.645886050 0 # molecule nr 086 Ion_Type1_2 9.782085945 2.645886050 4.425886024 0 # molecule nr 187 Ion_Type1_3 10.672039608 3.904536878 3.535886037 0 # molecule nr 288 Ion_Type1_4 8.532785963 4.787886018 2.645886050 0 # molecule nr 389 Ion_Type1_5 8.532785963 4.787886018 4.425886024 0 # molecule nr 490 Ion_Type1_6 6.393632318 3.904536877 3.535886037 0 # molecule nr 591 Ion_Type1_7 7.283585982 2.645886050 2.645886050 0 # molecule nr 692 Ion_Type1_8 7.283585982 2.645886050 4.425886024 0 # molecule nr 793 Ion_Type2_1 9.782085945 3.275186040 3.535886037 0 # molecule nr 894 Ion_Type2_2 8.532785963 4.158586027 3.535886037 0 # molecule nr 995 Ion_Type2_3 7.283585982 3.275186040 3.535886037 0 # molecule nr 10 -
tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at
r6145577 rc87d6e 31 31 32 32 33 AT_SETUP([Molecules - Force Annealing with Undo]) 33 # here, we have only one step in the trajectories 34 AT_SETUP([Molecules - Force Annealing with Undo I]) 34 35 AT_KEYWORDS([molecules force-annealing undo]) 35 36 … … 40 41 AT_CHECK([../../molecuilder -i $file --select-all-atoms --step-world-time 1 --force-annealing --forces-file test.forces --steps 1 --undo], 0, [stdout], [stderr]) 41 42 AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/post/test-undo.conf], 0, [ignore], [ignore]) 43 44 AT_CLEANUP 45 46 47 # here two steps are present already 48 AT_SETUP([Molecules - Force Annealing with Undo II]) 49 AT_KEYWORDS([molecules force-annealing undo]) 50 51 file=test2.conf 52 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/pre/test2.conf $file], 0) 53 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/pre/test.forces .], 0) 54 AT_CHECK([chmod u+w $file], 0) 55 AT_CHECK([../../molecuilder -i $file --select-all-atoms --set-world-time 1 --force-annealing --forces-file test.forces --steps 1 --undo], 0, [stdout], [stderr]) 56 AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/post/test-undo2.conf], 0, [ignore], [ignore]) 42 57 43 58 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.