Changeset 3a0371 for tests


Ignore:
Timestamp:
Jul 5, 2017, 7:40:47 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
Children:
6afd46
Parents:
9a3882
git-author:
Frederik Heber <frederik.heber@…> (05/14/17 21:08:41)
git-committer:
Frederik Heber <frederik.heber@…> (07/05/17 19:40:47)
Message:

Rewrite of StretchBondAction to take bondgraph into account.

  • i.e. we now look at the bond graph of the molecule to find all atoms on either side of the bond and shift each set accordingly.
  • this functionality needs to be refactored into a distinct class lateron.
  • TESTS: Added new test case on cyclic bond with benzene.
Location:
tests/regression
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Makefile.am

    r9a3882 r3a0371  
    150150        $(srcdir)/Molecules/SaveTemperature/testsuite-molecules-save-temperature.at \
    151151        $(srcdir)/Molecules/StretchBond/testsuite-molecules-stretch-bond.at \
     152        $(srcdir)/Molecules/StretchBond/testsuite-molecules-stretch-bond-cyclic_bond.at \
    152153        $(srcdir)/Molecules/Translation/testsuite-molecules-translation.at \
    153154        $(srcdir)/Molecules/Translation-Periodic/testsuite-molecules-translation-periodic.at \
  • tests/regression/Molecules/testsuite-molecules.at

    r9a3882 r3a0371  
    7171# stretch one of its bond
    7272m4_include([Molecules/StretchBond/testsuite-molecules-stretch-bond.at])
     73m4_include([Molecules/StretchBond/testsuite-molecules-stretch-bond-cyclic_bond.at])
    7374
    7475# anneal forces by one step
Note: See TracChangeset for help on using the changeset viewer.