# # ChangeLog for src # # Generated by Trac 1.6 # May 24, 2025, 5:12:00 PM Fri, 22 Jun 2018 07:26:09 GMT Frederik Heber [f5ea10] * doc/userguide/userguide.xml (modified) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/GraphAction/ChemicalSpaceEvaluatorAction.cpp (added) * src/Actions/GraphAction/ChemicalSpaceEvaluatorAction.def (added) * src/Actions/GraphAction/ChemicalSpaceEvaluatorAction.hpp (added) * src/Actions/Makefile.am (modified) * src/FunctionApproximation/Extractors.cpp (modified) * src/FunctionApproximation/Extractors.hpp (modified) * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/Graph6Reader.cpp (added) * src/Graph/Graph6Reader.hpp (added) * src/Graph/Makefile.am (modified) * tests/Python/AllActions/moltest_check.py (modified) * tests/Python/AllActions/options.dat (modified) Added Graph6Reader, extended BoostGraphCreator, added ... Thu, 21 Jun 2018 08:31:25 GMT Frederik Heber [8d56a6] * doc/userguide/userguide.xml (modified) * src/Actions/Action.hpp (modified) * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/Action_impl_python.hpp (modified) * src/Actions/MakroAction_impl_pre.hpp (modified) * src/Atom/atom_atominfo.cpp (modified) * src/Parser/TremoloParser.cpp (modified) * src/UIElements/Qt4/InstanceBoard/QtObservedAtom.cpp (modified) * src/UIElements/Qt4/InstanceBoard/QtObservedAtom.hpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/QtInfoBox.cpp (modified) * src/UIElements/Views/Qt4/QtTimeLine.cpp (modified) * src/UIElements/Views/Qt4/QtTimeLine.hpp (modified) * tests/Python/AllActions/moltest.py (modified) * tests/Python/AllActions/moltest_check.py (modified) * tests/Python/AllActions/options.dat (modified) * tests/Python/AllActions/testsuite-python-allactions.at (modified) * tests/Python/AllActions/testsuite-python-options_dat.at (modified) * tests/Python/BoxMaker/testsuite-python-boxmaker.at (modified) * tests/Python/ForceAnnealing/post/five_carbon_test_bondgraph.data (modified) * tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data (modified) * tests/Python/ForceAnnealing/post/two_carbon_test_bondgraph.data (modified) * tests/Python/ForceAnnealing/post/two_carbon_test_no-bondgraph.data (modified) * tests/Python/ReturnValueActions/testsuite-python-returnvalueactions.at (modified) * tests/integration/MolecularDynamics/post/ethane.ekin (modified) * tests/integration/MolecularDynamics/post/ethane_initial_steps.data (modified) * tests/integration/MolecularDynamics/post/methane.ekin (modified) * tests/integration/MolecularDynamics/post/methane_initial_steps.data (modified) * tests/integration/MolecularDynamics/post/water-system.ekin (modified) * tests/integration/MolecularDynamics/post/water-system_initial_steps.data (modified) * tests/integration/MolecularDynamics/post/water.ekin (modified) * tests/integration/MolecularDynamics/post/water_initial_steps.data (modified) * tests/regression/Domain/RepeatBox/post/ec.data (modified) * tests/regression/Filling/FillSurface/post/tensid-undo.data (modified) * tests/regression/Filling/FillSurface/post/tensid.data (modified) * tests/regression/Filling/RegularGrid/post/solved_single_sles.data (modified) * tests/regression/Fragmentation/AnalyseFragmentationResults/post/LongRange/OBC/alkane-3.data (modified) * tests/regression/Fragmentation/AnalyseFragmentationResults/post/LongRange/PBC/alkane-3.data (modified) * tests/regression/Fragmentation/AnalyseFragmentationResults/post/alkane-3.data (modified) * tests/regression/Molecules/Copy/post/tensid.data (modified) * tests/regression/Options/DryRun/post/session.py (modified) * tests/regression/Options/Session/post/complextest.py (modified) * tests/regression/Options/Session/post/test.py (modified) * tests/regression/Parser/Tremolo-Potentials/post/argon.data (modified) * tests/regression/Parser/Tremolo-SetAtomdata/post/argon.data (modified) * tests/regression/Parser/Tremolo-SetAtomdata/post/output.data (modified) * tests/regression/Parser/Tremolo-SetAtomdata/post/undo.data (modified) * tests/regression/Parser/Tremolo/post/argon.data (modified) Merge branch 'TremoloParser_IncreasedPrecision' into Candidate_v1.6.1 ... Thu, 21 Jun 2018 07:45:21 GMT Frederik Heber [3e334e] * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) Merge branch 'AutomationFragmentation_failures' into Candidate_v1.6.1 Wed, 20 Jun 2018 08:21:41 GMT Frederik Heber [0682c2] * src/Dynamics/ForceAnnealing.hpp (modified) Excluded hydrogens due to their small mass from spreading updates. ... Wed, 20 Jun 2018 08:21:14 GMT Frederik Heber [bd19c1] * src/Dynamics/ForceAnnealing.hpp (modified) * tests/Python/ForceAnnealing/post/five_carbon_test_bondgraph.data (modified) * tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data (modified) * tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at (modified) Capping BB update step at 0.2 and general BB stepwidth at maximum of ... Wed, 20 Jun 2018 08:21:14 GMT Frederik Heber [06536b] * src/Dynamics/ForceAnnealing.hpp (modified) annealWithBondGraph_BarzilaiBorwein() is using getBBStepWidth(), too. Wed, 20 Jun 2018 08:21:13 GMT Frederik Heber [b3aaf4] * src/Dynamics/ForceAnnealing.hpp (modified) Preventing cancelling updates for optimization with bond graph. - ... Wed, 20 Jun 2018 08:21:13 GMT Frederik Heber [883d98] * src/Dynamics/ForceAnnealing.hpp (modified) FIX: Removed deltat reduction from anneal_BarzilaiBorwein() as it ... Wed, 20 Jun 2018 08:21:03 GMT Frederik Heber [a6c11a] * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) All failures in FragmentationAutomation are explained by log statements. Wed, 20 Jun 2018 08:20:43 GMT Frederik Heber [70caa3] * src/Parser/FormatParserStorage.cpp (modified) FIX: FormatParserStorage would open new streams per SaveAll(). - we ... Wed, 20 Jun 2018 08:20:43 GMT Frederik Heber [4b2adf] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) ForceAnnealiing now returns bool to indicate stop condition for ... Wed, 20 Jun 2018 08:20:43 GMT Frederik Heber [e3ce0e] * src/Actions/ActionSequence.cpp (modified) * src/Actions/ActionSequence.hpp (modified) * src/Actions/MakroAction.cpp (modified) * src/Actions/MakroAction.hpp (modified) MakroAction allows getting the internal ActionSequence's current step. Wed, 20 Jun 2018 08:20:43 GMT Frederik Heber [559293] * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) ActionQueue has predicates to check if current Action is Process or ... Wed, 20 Jun 2018 08:20:43 GMT Frederik Heber [646f73] * src/Dynamics/ForceAnnealing.hpp (modified) annealWithBondGraph_..() prints the largest update on default ... Wed, 20 Jun 2018 08:20:42 GMT Frederik Heber [83956e] * src/Dynamics/BondVectors.cpp (modified) * src/Dynamics/BondVectors.hpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) Rewrote annealWithBondGraph_BarzilaiBorwein() to simply distinguish ... Wed, 11 Apr 2018 06:30:51 GMT Frederik Heber [fba720] * src/Parser/TremoloParser.cpp (modified) * tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at (modified) * tests/integration/MolecularDynamics/testsuite-integration-moleculardynamics-ethane.at (modified) * tests/integration/MolecularDynamics/testsuite-integration-moleculardynamics-methane.at (modified) * tests/integration/MolecularDynamics/testsuite-integration-moleculardynamics-water-system.at (modified) * tests/integration/MolecularDynamics/testsuite-integration-moleculardynamics-water.at (modified) * tests/regression/Domain/RepeatBox/testsuite-domain-repeat-box.at (modified) * tests/regression/Filling/FillSurface/testsuite-fill-surface-micelle.at (modified) * tests/regression/Filling/RegularGrid/testsuite-fill-regular-grid.at (modified) * tests/regression/Fragmentation/AnalyseFragmentationResults/testsuite-fragmentation-analyse-fragment-results.at (modified) * tests/regression/Molecules/Copy/testsuite-molecules-copy-molecule.at (modified) * tests/regression/Parser/Tremolo-Potentials/testsuite-parser-tremolo-potentials-load.at (modified) * tests/regression/Parser/Tremolo-SetAtomdata/testsuite-parser-tremolo-resetatomdata.at (modified) * tests/regression/Parser/Tremolo-SetAtomdata/testsuite-parser-tremolo-setatomdata.at (modified) * tests/regression/Parser/Tremolo/testsuite-parser-tremolo-load.at (modified) Increased output precision in tremolo's data files to 10 digits. - ... Wed, 11 Apr 2018 06:30:10 GMT Frederik Heber [e7ad08] * doc/userguide/userguide.xml (modified) * src/Actions/Action.hpp (modified) * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/Action_impl_python.hpp (modified) * src/Actions/MakroAction_impl_pre.hpp (modified) * tests/Python/AllActions/testsuite-python-options_dat.at (modified) * tests/regression/Options/DryRun/testsuite-options-dryrun-storesession.at (modified) * tests/regression/Options/Session/testsuite-options-load-session-python.at (modified) * tests/regression/Options/Session/testsuite-options-store-session-python.at (modified) Python interface now converts dashes in tokens to underscores, store- ... Wed, 11 Apr 2018 06:29:57 GMT Frederik Heber [8819d2] * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) FIX: GLWorldView no longer caught changes after deactivating ... Wed, 11 Apr 2018 06:29:57 GMT Frederik Heber [2c97ad] * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Views/Qt4/QtTimeLine.cpp (modified) * src/UIElements/Views/Qt4/QtTimeLine.hpp (modified) QtTimeLine has an additional QSpinBox. Wed, 11 Apr 2018 06:29:56 GMT Frederik Heber [8c5e2a] * src/UIElements/Views/Qt4/QtTimeLine.cpp (modified) * src/UIElements/Views/Qt4/QtTimeLine.hpp (modified) FIX: QTimeLine now exactly controls world time. Wed, 11 Apr 2018 06:29:56 GMT Frederik Heber [8ac6d0e] * src/Atom/atom_atominfo.cpp (modified) FIX: atominfo now provides correct TrajectoryUpdate notifications. Wed, 11 Apr 2018 06:29:56 GMT Frederik Heber [897a01] * src/UIElements/Qt4/InstanceBoard/QtObservedAtom.cpp (modified) * src/UIElements/Qt4/InstanceBoard/QtObservedAtom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/QtInfoBox.cpp (modified) Arrows display velocity and force of each atom. Tue, 10 Apr 2018 06:43:31 GMT Frederik Heber [8450da] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data (modified) * tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at (modified) ForceAnnealing functions now have better readable time step ... Tue, 10 Apr 2018 06:43:31 GMT Frederik Heber [0c4f24] * src/Dynamics/ForceAnnealing.hpp (modified) anneal() returns maxComponents, does not neet _offset. Tue, 10 Apr 2018 06:43:31 GMT Frederik Heber [90050b] * src/Dynamics/ForceAnnealing.hpp (modified) Center of weight translation removed from GatheredUpdates. Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [07d4b1] * src/Dynamics/BondVectors.cpp (modified) * src/Dynamics/BondVectors.hpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) BondVectors::getRemnant...() now requires atom's gradient. - No ... Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [f433ec] * src/Dynamics/BondVectors.cpp (modified) * src/Dynamics/BondVectors.hpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * src/Dynamics/unittests/BondVectorsUnitTest.cpp (modified) * src/Dynamics/unittests/Makefile.am (modified) * src/Makefile.am (modified) We now obtain weights via levmar minimization. - this should yield ... Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [7b4e67] * src/Dynamics/unittests/BondVectorsUnitTest.cpp (modified) * src/Dynamics/unittests/BondVectorsUnitTest.hpp (modified) * src/Dynamics/unittests/Makefile.am (modified) Added failing weights test case to BondVectors. - TESTFIX: Marked ... Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [c1c6cb] * src/Dynamics/unittests/BondVectorsUnitTest.cpp (added) * src/Dynamics/unittests/BondVectorsUnitTest.hpp (added) * src/Dynamics/unittests/Makefile.am (added) * src/unittests/Makefile.am (modified) Added unit tests for BondVectors. - Added tests on up-to-date ... Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [825d33] * src/Dynamics/BondVectors.cpp (modified) * src/Dynamics/BondVectors.hpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) Extracted calculation of weights per atom into BondVectors. Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [9861d0] * src/Dynamics/BondVectors.cpp (modified) * src/Dynamics/BondVectors.hpp (modified) * src/Dynamics/BondVectors_impl.hpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) BondVectors now return subset of BondVectors for a given atom. - ... Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [2f3905] * src/Dynamics/ForceAnnealing.hpp (modified) Fixing annealWithBondgraph(). Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [be729b] * src/Dynamics/ForceAnnealing.hpp (modified) * tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at (modified) * tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (modified) ForceAnnealing::anneal() now only once reduces deltat. - TESTFIX: ... Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [6458e7] * src/Dynamics/ForceAnnealing.hpp (modified) ForceAnnealing can now be used either atom- or bond-centered. - ... Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [77d0cd] * src/Dynamics/ForceAnnealing.hpp (modified) * tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data (modified) ForceAnnealing now uses BondVectors to optimize the structure from ... Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [d51e62] * src/Dynamics/BondVectors.cpp (added) * src/Dynamics/BondVectors.hpp (added) * src/Dynamics/BondVectors_impl.hpp (added) * src/Makefile.am (modified) Added helper class BondVectors. Tue, 10 Apr 2018 06:43:30 GMT Frederik Heber [355915] * src/Dynamics/ForceAnnealing.hpp (modified) ForceAnnealing now calculates force on either side of bond in ... Tue, 10 Apr 2018 06:43:29 GMT Frederik Heber [e77580] * src/Dynamics/ForceAnnealing.hpp (modified) ForceAnnealing converts atomic forces to bond forces and optimize ... Tue, 10 Apr 2018 06:43:29 GMT Frederik Heber [d3e1d5] * src/FunctionApproximation/FunctionApproximation.cpp (modified) FIX: unnecessary output iterator present in ... Tue, 10 Apr 2018 06:43:12 GMT Frederik Heber [e21d55] * src/Dynamics/ForceAnnealing.hpp (modified) FIX: annealWithBondgraph() did not check for zero GradientDifference. ... Tue, 10 Apr 2018 06:43:12 GMT Frederik Heber [9bb8c8] * src/Dynamics/ForceAnnealing.hpp (modified) FIX: maxComponents was not chosen by absolute magnitude. Tue, 10 Apr 2018 06:43:12 GMT Frederik Heber [c87d6e] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * tests/regression/Molecules/ForceAnnealing/post/test-undo.conf (modified) * tests/regression/Molecules/ForceAnnealing/post/test-undo2.conf (added) * tests/regression/Molecules/ForceAnnealing/pre/test2.conf (added) * tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (modified) ForceAnnealingAction's Undo removes trajectory item if it was added. ... Tue, 10 Apr 2018 06:43:12 GMT Frederik Heber [6145577] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * src/Actions/UndoRedoHelpers.cpp (modified) * src/Actions/UndoRedoHelpers.hpp (modified) * src/Atom/AtomicInfo.cpp (modified) * src/Atom/AtomicInfo.hpp (modified) * tests/regression/Molecules/ForceAnnealing/post/test-undo.conf (modified) * tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (modified) FIX: ForceAnnealingAction's Undo is again working. - ... Tue, 10 Apr 2018 06:43:12 GMT Frederik Heber [8c6b68] * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Actions/UndoRedoHelpers.cpp (modified) * src/Actions/UndoRedoHelpers.hpp (modified) * src/Atom/TesselPoint.cpp (modified) * src/Atom/TesselPoint.hpp (modified) * src/Atom/atom.cpp (modified) * src/Atom/atom.hpp (modified) * src/Atom/atom_atominfo.cpp (modified) * src/Atom/atom_atominfo.hpp (modified) * src/Atom/atom_bondedparticleinfo.cpp (modified) * src/Atom/atom_bondedparticleinfo.hpp (modified) atom::removeStep() extended to removing interval of steps. - ... Tue, 10 Apr 2018 06:43:12 GMT Frederik Heber [efd020] * src/Actions/FragmentationAction/StructuralOptimizationAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (modified) Readded step-world-time to StructuralOptimization. - adapted ... Tue, 10 Apr 2018 06:43:12 GMT Frederik Heber [12f16c] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) ForceAnnealing first parses forces, then copies step and finally ... Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [2bb3be] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * tests/regression/Molecules/ForceAnnealing/post/test.conf (modified) * tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (modified) Removed DoOutput param from ForceAnnealing. - TESTFIX: Modifying ... Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [866dec] * src/Actions/FragmentationAction/AnalyseFragmentationResultsAction.cpp (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * tests/regression/Fragmentation/AnalyseFragmentationResults/post/LongRange/OBC/alkane-3.data (modified) * tests/regression/Fragmentation/AnalyseFragmentationResults/post/LongRange/PBC/alkane-3.data (modified) ForceAnnealing no longer resets forces, AnalyseFragmentResults now ... Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [216840] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * src/Dynamics/ForceAnnealing.hpp (modified) ForceAnnealing accepts option deltat. Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [b2acca] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * tests/Python/AllActions/options.dat (modified) * tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (modified) ForceAnnealing can now be used either atom- or bond-centered. - new ... Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [ecfcf6] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) FIX: ForceAnnealing would not reset force components prior to loading ... Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [8ddd07] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Dynamics/AtomicForceManipulator.hpp (modified) Sorting given selected atoms by ids in ForceAnnealing. Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [0477b0] * src/Atom/AtomSet.hpp (modified) Added sortByIds() to AtomSetMixin. Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [56b4c6] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * tests/Python/AllActions/options.dat (modified) Added damping-factor as another option to ForceAnnealing for proper ... Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [985d1f] * src/Actions/FragmentationAction/StructuralOptimizationAction.cpp (modified) FIX: Removed step-world-tme from StructuralOptimizationAction. - ... Tue, 10 Apr 2018 06:43:11 GMT Frederik Heber [cdfb6f] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * tests/Python/AllActions/options.dat (modified) ForceAnnealing now shifts atoms in the bond graph to anneal forces, ... Thu, 05 Apr 2018 21:03:48 GMT Frederik Heber [456f19] * src/Fragmentation/Automation/SpecificFragmentController_ReceiveResultContainer_impl.hpp (modified) SpecificFragmentController checks whether there are still workers ... Wed, 04 Apr 2018 16:59:48 GMT Frederik Heber [322d58] * doc/userguide/userguide.xml (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * src/Dynamics/ForceAnnealing.hpp (modified) * tests/GuiChecks/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (modified) * tests/integration/testsuite-integration.at (modified) * tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (modified) ForceAnnealing now uses step width according to Barzilai-Borwein ... Wed, 04 Apr 2018 16:59:48 GMT Frederik Heber [1e49e6] * src/Dynamics/ForceAnnealing.hpp (modified) Added reset() function to ForceAnnealing. Wed, 04 Apr 2018 16:59:24 GMT Frederik Heber [7e4d0a6] * src/Fragmentation/Fragmentation.cpp (modified) FIX: Fragmentation does no longer use getTrueFather(). - in a very ... Wed, 04 Apr 2018 16:59:24 GMT Frederik Heber [f4b6bc9] * src/Actions/FragmentationAction/FragmentationAction.def (modified) * src/Actions/FragmentationAction/StoreSaturatedFragmentAction.def (modified) * src/Actions/ParserAction/SetParserParametersAction.def (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Dialog_impl_pre.hpp (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/EmptyQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/KeyValuePairQtQuery.cpp (modified) * src/UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomTextQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/BooleanTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoubleTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoublesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/EmptyTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FileTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FilesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/KeyValuePairTextQuery.cpp (modified) * src/UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculeTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorsTextQuery.cpp (modified) Query::handle() no longer returns bool but has internal result flag. ... Wed, 12 Jul 2017 19:12:47 GMT Frederik Heber [d86d97] * src/Actions/FragmentationAction/ParseFragmentResultsAction.cpp (modified) * src/UIElements/Views/Qt4/QtFragmentList.cpp (modified) * src/UIElements/Views/Qt4/QtFragmentList.hpp (modified) * tests/regression/DiffFragmentResultContainer.cpp (modified) FIX: FragmentResultsContainer is no longer purged during run. - so ... Wed, 12 Jul 2017 19:12:47 GMT Frederik Heber [3c9ac3] * src/UIElements/Views/Qt4/QtGeometryList.cpp (modified) * src/UIElements/Views/Qt4/QtGeometryList.hpp (modified) * src/UIElements/Views/Qt4/QtHomologyList.cpp (modified) * src/UIElements/Views/Qt4/QtHomologyList.hpp (modified) * src/UIElements/Views/Qt4/QtShapeList.cpp (modified) * src/UIElements/Views/Qt4/QtShapeList.hpp (modified) Qt..Lists now take note of subjectKilled propery. Wed, 12 Jul 2017 19:12:43 GMT Frederik Heber [4c6f0d] * src/Actions/FragmentationAction/FragmentationAutomationAction.def (modified) * tests/GuiChecks/Fragmentation/FragmentationAutomation/testsuite-fragmentation-fragmentation-automation.at (modified) * tests/regression/Fragmentation/FragmentationAutomation/testsuite-fragmentation-fragmentation-automation.at (modified) FIX: server-port was invalid. - now, we use empty string as param ... Wed, 12 Jul 2017 19:11:51 GMT Frederik Heber [7516f6] * src/UIElements/Views/Qt4/QtGeometryList.cpp (modified) * src/UIElements/Views/Qt4/QtGeometryList.hpp (modified) * src/UIElements/Views/Qt4/QtHomologyList.cpp (modified) * src/UIElements/Views/Qt4/QtHomologyList.hpp (modified) * src/UIElements/Views/Qt4/QtShapeList.cpp (modified) * src/UIElements/Views/Qt4/QtShapeList.hpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.cpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.hpp (modified) * src/UIElements/Views/Qt4/QtTimeLine.cpp (modified) * src/UIElements/Views/Qt4/QtTimeLine.hpp (modified) FIX: several Qt...Lists required mutex to control refill triggered by ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [d1134d] * src/Actions/MoleculeAction/RotateAroundBondAction.cpp (modified) * tests/regression/Molecules/RotateAroundBond/post/benzene_90degree.pdb (added) * tests/regression/Molecules/RotateAroundBond/pre/benzene.pdb (added) * tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at (modified) FIX: rotate-around-bond now rotates only one side of mol's bond ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [4a6ef3] * src/Graph/BreadthFirstSearchGatherer.hpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.cpp (modified) Moved AlwaysTruePredicate from BoostGraphCreatorUnitTest into ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [e0b960] * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.cpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.hpp (modified) Edges may be added and removed in BoostGraphCreator. - TESTS: added ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [966ce7] * src/Graph/BreadthFirstSearchGatherer.cpp (modified) * src/Graph/BreadthFirstSearchGatherer.hpp (modified) BreadthFirstSearchGatherer::getDistances() added. Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [e3ec8a8] * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/BreadthFirstSearchGatherer.cpp (modified) * src/Graph/BreadthFirstSearchGatherer.hpp (modified) * src/Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp (modified) * src/Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp (modified) Extended BreadthFirstSearchGatherer to allow BFS with limited ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [0dc8bf2] * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.cpp (added) * src/Graph/unittests/BoostGraphCreatorUnitTest.hpp (added) * src/Graph/unittests/Makefile.am (modified) Added unit test for BoostGraphCreator. Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [1356af] * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/BoostGraphCreator_impl.hpp (added) * src/Graph/Makefile.am (modified) Moved BoostGraphCreator::createFromRange into extra impl module. Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [6e5b8d] * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp (added) * src/Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp (added) * src/Graph/unittests/Makefile.am (modified) Added BreadthFirstSearchGathererUnitTest. Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [bccbe9] * src/Actions/MoleculeAction/StretchBondAction.cpp (modified) * src/Actions/MoleculeAction/StretchBondAction.def (modified) * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/BoostGraphHelpers.hpp (added) * src/Graph/BreadthFirstSearchGatherer.cpp (added) * src/Graph/BreadthFirstSearchGatherer.hpp (added) * src/Graph/Makefile.am (modified) Extracted extraction (subset of) nodes from BoostGraph into ... Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [d24ef58] * src/Actions/MoleculeAction/StretchBondAction.cpp (modified) * src/Graph/BoostGraphCreator.cpp (added) * src/Graph/BoostGraphCreator.hpp (added) * src/Graph/Makefile.am (modified) Extracted conversion to boost::graph into distinct struct. - ... Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [3b74fa] * src/Actions/MoleculeAction/StretchBondAction.cpp (modified) * src/Actions/MoleculeAction/StretchBondAction.def (modified) * tests/regression/Makefile.am (modified) * tests/regression/Molecules/StretchBond/post/benzene.pdb (added) * tests/regression/Molecules/StretchBond/pre/benzene.pdb (added) * tests/regression/Molecules/StretchBond/testsuite-molecules-stretch-bond-cyclic_bond.at (added) * tests/regression/Molecules/testsuite-molecules.at (modified) Rewrite of StretchBondAction to take bondgraph into account. - i.e. ... Wed, 12 Jul 2017 19:10:22 GMT Frederik Heber [0716eac] * src/Actions/SelectionAction/Atoms/AtomByOrderAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByOrderAction.def (modified) * src/Actions/SelectionAction/Atoms/NotAtomByOrderAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByOrderAction.def (modified) * src/Actions/SelectionAction/Molecules/MoleculeByOrderAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByOrderAction.def (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.def (modified) SelectMoleculeByOrder and SelectionAtomByOrder now allows multiple ... Wed, 12 Jul 2017 19:10:07 GMT Frederik Heber [33af20] * src/Parser/TremoloParser.cpp (modified) * src/Parser/TremoloParser.hpp (modified) * tests/regression/Parser/Tremolo/testsuite-parser-tremolo-load-multiple-timesteps.at (modified) TremoloParser::save() now supports multiple time steps. - TESTS: ... Wed, 12 Jul 2017 19:10:07 GMT Frederik Heber [0e894a] * src/Parser/FormatParser_common.cpp (modified) * src/Parser/FormatParser_common.hpp (modified) * src/Parser/PdbParser.cpp (modified) * src/Parser/XyzParser.cpp (modified) Extracted getMinMaxTrajectories() into FormatParser_common. Wed, 12 Jul 2017 19:10:07 GMT Frederik Heber [220d2c] * src/Parser/TremoloParser.cpp (modified) * src/Parser/TremoloParser.hpp (modified) * tests/regression/Makefile.am (modified) * tests/regression/Parser/Tremolo/post/water_multipletimesteps.data (added) * tests/regression/Parser/Tremolo/post/water_multipletimesteps_fail.data (added) * tests/regression/Parser/Tremolo/pre/water_multipletimesteps.data (added) * tests/regression/Parser/Tremolo/pre/water_multipletimesteps_fail.data (added) * tests/regression/Parser/Tremolo/testsuite-parser-tremolo-load-multiple-timesteps.at (added) * tests/regression/Parser/testsuite-parser.at (modified) TremoloParser::load() can deal with multiple time steps. - TESTS: ... Mon, 03 Jul 2017 15:07:28 GMT Frederik Heber [95b64f] * src/Atom/atom_atominfo.cpp (modified) Implemented missing AtomInfo::setAtStep(). Mon, 03 Jul 2017 15:06:53 GMT Frederik Heber [3cfb31] * src/documentation/constructs/potentials.dox (modified) DOCU: Updated potentials.dox. Mon, 03 Jul 2017 15:06:34 GMT Frederik Heber [8f2f4e] * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) FIX: GLWorldScene::removeShape() invalidated iter before delete. Mon, 03 Jul 2017 15:06:31 GMT Frederik Heber [3f6aac] * doc/userguide/userguide.xml (modified) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/SelectionAction/Atoms/AtomByNameAction.cpp (added) * src/Actions/SelectionAction/Atoms/AtomByNameAction.def (added) * src/Actions/SelectionAction/Atoms/AtomByNameAction.hpp (added) * src/Actions/SelectionAction/Atoms/NotAtomByNameAction.cpp (added) * src/Actions/SelectionAction/Atoms/NotAtomByNameAction.def (added) * src/Actions/SelectionAction/Atoms/NotAtomByNameAction.hpp (added) * tests/Python/AllActions/options.dat (modified) * tests/regression/Makefile.am (modified) * tests/regression/Selection/Atoms/AtomByName/post/ethane-H5_missing.pdb (added) * tests/regression/Selection/Atoms/AtomByName/pre/ethane.pdb (added) * tests/regression/Selection/Atoms/AtomByName/testsuite-selection-select-atoms-by-name.at (added) * tests/regression/Selection/Atoms/AtomByName/testsuite-selection-unselect-atoms-by-name.at (added) * tests/regression/Selection/Atoms/testsuite-selection-atoms.at (modified) Added (Un)selectAtomByName. - Descriptor for AtomByName was already ... Mon, 03 Jul 2017 15:01:38 GMT Frederik Heber [9a4772] * src/Actions/FragmentationAction/AnalyseFragmentationResultsAction.cpp (modified) AnalyseFragmentResults now always prints energy table, verbosity 1. Mon, 03 Jul 2017 15:00:00 GMT Frederik Heber [4dfe724] * src/UIElements/Qt4/InstanceBoard/QtObservedAtom.cpp (modified) FIX: QtGui again reacts to WorldTime changes. - QtObservedAtom now ... Thu, 22 Jun 2017 22:28:16 GMT Frederik Heber [310445] * doc/userguide/userguide.xml (modified) * src/Actions/AtomAction/RandomPerturbationAction.cpp (added) * src/Actions/AtomAction/RandomPerturbationAction.def (added) * src/Actions/AtomAction/RandomPerturbationAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * tests/Python/AllActions/options.dat (modified) * tests/regression/Atoms/RandomPerturbation/post/water.xyz (added) * tests/regression/Atoms/RandomPerturbation/pre/water.xyz (added) * tests/regression/Atoms/RandomPerturbation/testsuite-atoms-random-perturbation.at (added) * tests/regression/Atoms/testsuite-atoms.at (modified) * tests/regression/Makefile.am (modified) Added RandomPerturbationAction. - this should be when doing ... Wed, 21 Jun 2017 22:02:50 GMT Frederik Heber [78ea3c] * doc/userguide/userguide.xml (modified) * src/Actions/Action.hpp (modified) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MoleculeAction/RotateAroundBondAction.cpp (added) * src/Actions/MoleculeAction/RotateAroundBondAction.def (added) * src/Actions/MoleculeAction/RotateAroundBondAction.hpp (added) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def (modified) * src/Actions/PotentialAction/ParsePotentialsAction.cpp (modified) * src/Actions/WorldAction/StepWorldTimeAction.cpp (modified) * src/Actions/WorldAction/StepWorldTimeAction.def (modified) * src/Atom/atom.cpp (modified) * src/Atom/atom_atominfo.cpp (modified) * src/Fragmentation/Exporters/HydrogenPool.cpp (modified) * src/Fragmentation/Exporters/HydrogenPool.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/World.cpp (modified) * tests/Python/AllActions/options.dat (modified) * tests/regression/Makefile.am (modified) * tests/regression/Molecules/RotateAroundBond/post/test-195-true.pdb (added) * tests/regression/Molecules/RotateAroundBond/post/test-90-true.pdb (added) * tests/regression/Molecules/RotateAroundBond/post/test-95-false.pdb (added) * tests/regression/Molecules/RotateAroundBond/pre/test.pdb (added) * tests/regression/Molecules/RotateAroundBond/pre/test_cycle.pdb (added) * tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at (added) * tests/regression/Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at (modified) * tests/regression/Molecules/testsuite-molecules.at (modified) * tests/regression/WorldTime/StepWorldTime/testsuite-worldtime-step-world-time.at (modified) Merge branch 'Docu_Python_wait' into Candidate_v1.6.1 Conflicts: ... Wed, 21 Jun 2017 21:51:24 GMT Frederik Heber [7294dc] * src/Atom/atom.cpp (modified) * src/Atom/atom_atominfo.cpp (modified) * src/Fragmentation/Exporters/HydrogenPool.cpp (modified) * src/Fragmentation/Exporters/HydrogenPool.hpp (modified) * src/World.cpp (modified) * tests/regression/Analysis/DipoleAngularCorrelation-PeriodicBoundaries/testsuite-analysis-dipole-angular-correlation-periodic-boundaries.at (modified) * tests/regression/Analysis/DipoleAngularCorrelation/testsuite-analysis-dipole-angular-correlation.at (modified) * tests/regression/Molecules/VerletIntegration/testsuite-molecules-verlet-integration.at (modified) FIX: Fixing the use of the trajectories that were changed to maps. ... Wed, 21 Jun 2017 21:15:15 GMT Frederik Heber [9f2071] * src/World.cpp (modified) * tests/regression/Analysis/DipoleAngularCorrelation-PeriodicBoundaries/testsuite-analysis-dipole-angular-correlation-periodic-boundaries.at (modified) * tests/regression/Analysis/DipoleAngularCorrelation/testsuite-analysis-dipole-angular-correlation.at (modified) * tests/regression/Molecules/VerletIntegration/testsuite-molecules-verlet-integration.at (modified) FIX: World::setTime() now correctly copies the current state to the ... Tue, 20 Jun 2017 20:02:18 GMT Frederik Heber [137845] * src/Actions/WorldAction/StepWorldTimeAction.cpp (modified) * src/Actions/WorldAction/StepWorldTimeAction.def (modified) * tests/Python/AllActions/options.dat (modified) * tests/regression/WorldTime/StepWorldTime/testsuite-worldtime-step-world-time.at (modified) StepWorldTime now has a single argument. - this was not possible ... Tue, 20 Jun 2017 20:02:18 GMT Frederik Heber [15d21e] * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) CommandLineParser is now able to parse negative numbers. - before ... Tue, 20 Jun 2017 20:01:46 GMT Frederik Heber [da7ef9] * src/Actions/Action.hpp (modified) * src/Actions/PotentialAction/ParsePotentialsAction.cpp (modified) FIX: STATUS msg only pushed to GUI, now also always in log. Tue, 20 Jun 2017 20:01:31 GMT Frederik Heber [536b13] * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def (modified) * tests/regression/Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at (modified) RotateToPrincipalAxisSystemAction now has Undo/Redo working. - ... Tue, 20 Jun 2017 19:58:37 GMT Frederik Heber [5e17bf] * src/Actions/MoleculeAction/RotateAroundBondAction.cpp (modified) * tests/regression/Molecules/RotateAroundBond/pre/test_cycle.pdb (added) * tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at (modified) Added test in RotateAroundBondAction whether given bond is cyclic. ... Tue, 20 Jun 2017 19:58:36 GMT Frederik Heber [788dce] * doc/userguide/userguide.xml (modified) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MoleculeAction/RotateAroundBondAction.cpp (added) * src/Actions/MoleculeAction/RotateAroundBondAction.def (added) * src/Actions/MoleculeAction/RotateAroundBondAction.hpp (added) * tests/Python/AllActions/options.dat (modified) * tests/regression/Makefile.am (modified) * tests/regression/Molecules/RotateAroundBond/post/test-195-true.pdb (added) * tests/regression/Molecules/RotateAroundBond/post/test-90-true.pdb (added) * tests/regression/Molecules/RotateAroundBond/post/test-95-false.pdb (added) * tests/regression/Molecules/RotateAroundBond/pre/test.pdb (added) * tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at (added) * tests/regression/Molecules/testsuite-molecules.at (modified) Added RotateAroundBondAction. - TESTS: added regression test. - ... Mon, 19 Jun 2017 08:24:17 GMT Frederik Heber [6116df] * src/UIElements/Views/Qt4/QtGeometryList.cpp (modified) * src/UIElements/Views/Qt4/QtGeometryList.hpp (modified) QtGeometryList now shows length or angle of stored vectors via tooltips. Mon, 19 Jun 2017 08:24:17 GMT Frederik Heber [836972] * doc/userguide/userguide.xml (modified) * src/Actions/GeometryAction/GeometryRemoveAction.cpp (added) * src/Actions/GeometryAction/GeometryRemoveAction.def (added) * src/Actions/GeometryAction/GeometryRemoveAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * tests/Python/AllActions/options.dat (modified) * tests/regression/Geometry/Remove/post/test.xyz (added) * tests/regression/Geometry/Remove/pre/test.xyz (added) * tests/regression/Geometry/Remove/testsuite-geometry-remove.at (added) * tests/regression/Geometry/testsuite-geometry.at (modified) * tests/regression/Makefile.am (modified) Added GeometryRemoveAction. - TESTS: Also added regression test. Mon, 19 Jun 2017 08:24:17 GMT Frederik Heber [fd4e8c] * src/Geometry/GeometryRegistry.cpp (modified) * src/Geometry/GeometryRegistry.hpp (modified) GeometryRegistry knows a list of protected names. Mon, 19 Jun 2017 08:24:16 GMT Frederik Heber [1ba51c] * doc/userguide/userguide.xml (modified) * src/Actions/CommandAction/HelpAction.cpp (modified) Updated userguide with lots of notes on using geometry object.