- Timestamp:
- Aug 12, 2013, 11:30:33 AM (12 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
- Children:
- 93909a
- Parents:
- 24e19e
- git-author:
- Frederik Heber <heber@…> (07/26/13 09:08:31)
- git-committer:
- Frederik Heber <heber@…> (08/12/13 11:30:33)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Potential/FitPotential/testsuite-potential-fit-potential.at
r24e19e rf5724f 19 19 ### fit some potentials 20 20 21 AT_SETUP([ Fragmentation- Fit morse potential to water])22 AT_KEYWORDS([ fragmentationparse-homologies fit-potential morse])21 AT_SETUP([Potential - Fit morse potential to water]) 22 AT_KEYWORDS([potential parse-homologies fit-potential morse]) 23 23 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 24 24 25 25 file=length_homology.dat 26 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/ Fragmentation/FitPotential/pre/$file $file], 0)26 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/FitPotential/pre/$file $file], 0) 27 27 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 28 28 AT_CHECK([../../molecuilder --parse-homologies $file --fit-potential --potential-type "morse" --potential-charges 8 1 --fragment-charges 1 8 1 --set-threshold 1e-6], 0, [stdout], [ignore]) … … 34 34 AT_CLEANUP 35 35 36 AT_SETUP([ Fragmentation- Fit harmonic potential to water])37 AT_KEYWORDS([ fragmentationparse-homologies fit-potential harmonic])36 AT_SETUP([Potential - Fit harmonic potential to water]) 37 AT_KEYWORDS([potential parse-homologies fit-potential harmonic]) 38 38 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 39 39 40 40 file=harmonic_homology.dat 41 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/ Fragmentation/FitPotential/pre/$file $file], 0)41 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/FitPotential/pre/$file $file], 0) 42 42 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 43 43 AT_CHECK([../../molecuilder --parse-homologies $file --fit-potential --potential-type "harmonic_bond" --potential-charges 8 1 --fragment-charges 1 8 1 --set-threshold 1e-6], 0, [stdout], [ignore]) … … 49 49 AT_CLEANUP 50 50 51 AT_SETUP([ Fragmentation- Fit harmonic_angle potential to water])52 AT_KEYWORDS([ fragmentationparse-homologies fit-potential harmonic_angle])51 AT_SETUP([Potential - Fit harmonic_angle potential to water]) 52 AT_KEYWORDS([potential parse-homologies fit-potential harmonic_angle]) 53 53 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 54 54 55 55 file=angle_homology.dat 56 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/ Fragmentation/FitPotential/pre/$file $file], 0)56 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/FitPotential/pre/$file $file], 0) 57 57 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 58 58 AT_CHECK([../../molecuilder --parse-homologies $file --fit-potential --potential-type "harmonic_angle" --potential-charges 1 8 1 --fragment-charges 1 8 1 --set-threshold 1e-6], 0, [stdout], [ignore]) … … 64 64 AT_CLEANUP 65 65 66 AT_SETUP([ Fragmentation- Fit torsion potential to butane])67 AT_KEYWORDS([ fragmentationparse-homologies fit-potential torsion])66 AT_SETUP([Potential - Fit torsion potential to butane]) 67 AT_KEYWORDS([potential parse-homologies fit-potential torsion]) 68 68 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 69 69 70 70 file=torsion_homology.dat 71 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/ Fragmentation/FitPotential/pre/$file $file], 0)71 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/FitPotential/pre/$file $file], 0) 72 72 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 73 73 AT_CHECK([../../molecuilder --parse-homologies $file --fit-potential --potential-type "torsion" --potential-charges 6 6 6 6 --fragment-charges 6 6 6 6 1 1 1 1 1 1 1 1 1 1 --set-threshold 9e-12], 0, [stdout], [ignore]) … … 78 78 AT_CLEANUP 79 79 80 AT_SETUP([ Fragmentation- Fit improper potential to ammonia])81 AT_KEYWORDS([ fragmentationparse-homologies fit-potential improper])80 AT_SETUP([Potential - Fit improper potential to ammonia]) 81 AT_KEYWORDS([potential parse-homologies fit-potential improper]) 82 82 AT_XFAIL_IF([/bin/true]) 83 83 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 84 84 85 85 file=improper_homology.dat 86 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/ Fragmentation/FitPotential/pre/$file $file], 0)86 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/FitPotential/pre/$file $file], 0) 87 87 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 88 88 AT_CHECK([../../molecuilder --parse-homologies $file --fit-potential --potential-type "improper" --potential-charges 1 7 1 1 --fragment-charges 7 1 1 1 --set-threshold 3e-4], 0, [stdout], [ignore]) … … 94 94 AT_CLEANUP 95 95 96 AT_SETUP([ Fragmentation- Fit LJ potential to argon])97 AT_KEYWORDS([ fragmentationparse-homologies fit-potential lennardjones])96 AT_SETUP([Potential - Fit LJ potential to argon]) 97 AT_KEYWORDS([potential parse-homologies fit-potential lennardjones]) 98 98 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 99 99 100 100 file=lj_homology.dat 101 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/ Fragmentation/FitPotential/pre/$file $file], 0)101 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/FitPotential/pre/$file $file], 0) 102 102 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 103 103 AT_CHECK([../../molecuilder --parse-homologies $file --fit-potential --potential-type "lennardjones" --potential-charges 18 18 --fragment-charges 18 18 --set-threshold 7e-11], 0, [stdout], [ignore])
Note:
See TracChangeset
for help on using the changeset viewer.