Changeset 55c494 for tests


Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
b3bd7d
Parents:
15fc6a
git-author:
Frederik Heber <frederik.heber@…> (05/14/21 09:52:02)
git-committer:
Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
Message:

Added GeneratePotentialsAction.

  • this generates all potential combinations for a given fragment.
  • exposed PotentialFactory::getDefaultInstance() for constant instance to be able to gather more information about the potential such as the binding model.
  • DOCU: Added documentation.
  • TEST: Added regression test case.
Location:
tests/regression
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Makefile.am

    r15fc6a r55c494  
    235235        $(srcdir)/Potential/FitPartialCharges/testsuite-potential-fit-partial-charges.at \
    236236        $(srcdir)/Potential/FitPotential/testsuite-potential-fit-potential.at \
     237        $(srcdir)/Potential/GeneratePotentials/testsuite-potential-generate-potentials.at \
    237238        $(srcdir)/Potential/SaveParseParticleParameters/testsuite-potential-save-parse-particle-parameters.at \
    238239        $(srcdir)/Potential/SaveParsePotentials/testsuite-potential-save-parse-potentials.at \
  • tests/regression/Potential/testsuite-potential.at

    r15fc6a r55c494  
    22#    MoleCuilder - creates and alters molecular systems
    33#    Copyright (C) 2008-2012 University of Bonn
    4 #    Copyright (C) 2013 Frederik Heber
     4#    Copyright (C) 2013-2021 Frederik Heber
    55#
    66#    This program is free software: you can redistribute it and/or modify
     
    3030# fitting particle charges to fragment results
    3131m4_include([Potential/FitPartialCharges/testsuite-potential-fit-partial-charges.at])
     32
     33# generating potentials to a fragment
     34m4_include([Potential/GeneratePotentials/testsuite-potential-generate-potentials.at])
Note: See TracChangeset for help on using the changeset viewer.