Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

Added potential-list argument to GeneratePotentialsAction.

  • DOCU: Extended documentation on new option.
  • TEST: Added a test case on this.
Location:
tests/regression/Potential/GeneratePotentials
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Potential/GeneratePotentials/testsuite-potential-generate-potentials.at

    rc98620 r9b0dcd  
    3232
    3333AT_CLEANUP
     34
     35AT_SETUP([Potential - generate potentials for water, restricted set])
     36AT_KEYWORDS([potential parse-homologies generate-potentials water])
     37
     38file=water_homologies.dat
     39AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/GeneratePotentials/pre/$file $file], 0)
     40AT_CHECK([chmod u+w $file], 0, [ignore], [ignore])
     41AT_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])
     47AT_CHECK([diff water.potentials ${abs_top_srcdir}/tests/regression/Potential/GeneratePotentials/post/water_restricted.potentials], 0, [ignore], [ignore])
     48
     49AT_CLEANUP
Note: See TracChangeset for help on using the changeset viewer.