Changeset 596aac for tests


Ignore:
Timestamp:
Oct 8, 2016, 6:57:48 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges
Children:
eca3b6
Parents:
2a28cd
git-author:
Frederik Heber <heber@…> (10/01/16 17:56:45)
git-committer:
Frederik Heber <heber@…> (10/08/16 18:57:48)
Message:

Added BondSetDegreeAction for manipulating bond degrees.

Location:
tests
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • tests/Python/AllActions/options.dat

    r2a28cd r596aac  
    205205server-port     "1026"
    206206session-type    "cli"
     207set-bond-degree "1"
    207208set-boundary-conditions "Wrap, Wrap, Wrap"
    208209set-max-iterations      "10"
  • tests/regression/Bond/testsuite-bond.at

    r2a28cd r596aac  
    2828# adjacency matcher
    2929m4_include([Bond/AdjacencyMatcher/testsuite-bond-adjacencymatcher.at])
     30
     31# set degree
     32m4_include([Bond/SetDegree/testsuite-bond-set-degree.at])
     33m4_include([Bond/SetDegree/testsuite-bond-set-degree_multiple.at])
     34
  • tests/regression/Makefile.am

    r2a28cd r596aac  
    4949        $(srcdir)/Bond/Add/testsuite-bond-add.at \
    5050        $(srcdir)/Bond/Add/testsuite-bond-add_multiple.at \
     51        $(srcdir)/Bond/AdjacencyMatcher/testsuite-bond-adjacencymatcher.at \
    5152        $(srcdir)/Bond/Remove/testsuite-bond-remove.at \
    5253        $(srcdir)/Bond/Remove/testsuite-bond-remove_multiple.at \
    53         $(srcdir)/Bond/AdjacencyMatcher/testsuite-bond-adjacencymatcher.at \
     54        $(srcdir)/Bond/SetDegree/testsuite-bond-set-degree.at \
     55        $(srcdir)/Bond/SetDegree/testsuite-bond-set-degree_multiple.at \
    5456        $(srcdir)/Analysis/testsuite-analysis.at \
    5557        $(srcdir)/Analysis/DipoleAngularCorrelation/testsuite-analysis-dipole-angular-correlation.at \
Note: See TracChangeset for help on using the changeset viewer.