- Timestamp:
- May 19, 2021, 7:06:29 PM (4 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 20fc6f
- Parents:
- c98620
- git-author:
- Frederik Heber <frederik.heber@…> (05/19/21 19:03:24)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
- Location:
- tests
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/AllActions/options.dat
rc98620 r9b0dcd 161 161 potential_charges "1 1" 162 162 potential_type "morse" 163 potential_list "angle harmonic_bond" 163 164 radius "20." 164 165 random_atom_displacement "0." -
tests/regression/Potential/GeneratePotentials/testsuite-potential-generate-potentials.at
rc98620 r9b0dcd 32 32 33 33 AT_CLEANUP 34 35 AT_SETUP([Potential - generate potentials for water, restricted set]) 36 AT_KEYWORDS([potential parse-homologies generate-potentials water]) 37 38 file=water_homologies.dat 39 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/GeneratePotentials/pre/$file $file], 0) 40 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 41 AT_CHECK([../../molecuilder \ 42 --parse-homologies $file \ 43 --generate-potentials \ 44 --fragment-charges 1 8 1 \ 45 --potential-list constant harmonic_bond harmonic_angle \ 46 --save-potentials water.potentials], 0, [stdout], [ignore]) 47 AT_CHECK([diff water.potentials ${abs_top_srcdir}/tests/regression/Potential/GeneratePotentials/post/water_restricted.potentials], 0, [ignore], [ignore]) 48 49 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.
