# # ChangeLog for src # # Generated by Trac 1.6 # May 24, 2025, 8:42:50 AM Thu, 18 Sep 2014 17:23:14 GMT Frederik Heber [c7fe90] * doc/userguide/userguide.xml (modified) * src/Actions/AtomAction/TranslateToOriginAction.cpp (added) * src/Actions/AtomAction/TranslateToOriginAction.def (added) * src/Actions/AtomAction/TranslateToOriginAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * tests/regression/Atoms/TranslationToOrigin/post/test-shifted-weighted.xyz (added) * tests/regression/Atoms/TranslationToOrigin/post/test-shifted.xyz (added) * tests/regression/Atoms/TranslationToOrigin/post/test.xyz (added) * tests/regression/Atoms/TranslationToOrigin/pre/test.xyz (added) * tests/regression/Atoms/TranslationToOrigin/testsuite-atoms-translation-to-origin.at (added) * tests/regression/Atoms/testsuite-atoms.at (modified) * tests/regression/Makefile.am (modified) Added TranslateToOriginAction. - also added regression test. Thu, 18 Sep 2014 17:19:38 GMT Frederik Heber [f4b626a] * doc/userguide/userguide.xml (modified) * src/Actions/AnalysisAction/AverageMoleculeForceAction.cpp (added) * src/Actions/AnalysisAction/AverageMoleculeForceAction.def (added) * src/Actions/AnalysisAction/AverageMoleculeForceAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) Added AverageMoleculeForceAction for measuring average force acting ... Wed, 17 Sep 2014 19:44:31 GMT Frederik Heber [2a6d8c] * src/Fragmentation/Exporters/SaturationDistanceMaximizer.hpp (modified) DOCUFIX: Doyxygen formula was broken in SaturationDistanceMaximizer. Wed, 17 Sep 2014 19:44:31 GMT Frederik Heber [ced7f0] * src/Actions/CommandAction/VersionAction.cpp (modified) VersionAction also prints to log, not only to status. Tue, 16 Sep 2014 06:21:20 GMT Frederik Heber [06b5df] * src/Actions/ActionQueue.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.hpp (modified) FIX: CommandLineParser causes idling thread when parsing goes wrong. ... Mon, 15 Sep 2014 21:46:01 GMT Frederik Heber [7e1a88] * src/Actions/MoleculeAction/LoadAction.cpp (modified) * src/Actions/WorldAction/InputAction.cpp (modified) * tests/regression/Parser/Mpqc/testsuite-parser-mpqc-load.at (modified) MEMFIX: Thrown ParserException causes mem leak in LoadAction - also ... Mon, 15 Sep 2014 15:05:28 GMT Frederik Heber [7f1b51] * src/Actions/Action.cpp (modified) * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/CommandAction/BondLengthTableAction.def (modified) * src/Actions/CommandAction/ElementDbAction.def (modified) * src/Actions/CommandAction/LoadSessionAction.def (modified) * src/Actions/CommandAction/StoreSessionAction.def (modified) * src/Actions/FragmentationAction/ClearFragmentationResultsAction.def (modified) * src/Actions/FragmentationAction/MolecularDynamicsAction.cpp (modified) * src/Actions/FragmentationAction/MolecularDynamicsAction.def (modified) * src/Actions/FragmentationAction/StructuralOptimizationAction.cpp (modified) * src/Actions/FragmentationAction/StructuralOptimizationAction.def (modified) * src/Actions/GraphAction/CorrectBondDegreeAction.cpp (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.def (modified) * src/Actions/PotentialAction/FitPotentialAction.def (modified) * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/Graph/BondGraph.hpp (modified) * src/Parameters/Makefile.am (modified) * src/Parameters/Specifics/Value_atom.cpp (added) * src/Parameters/Specifics/Value_atom.hpp (added) * src/Parameters/Specifics/Value_element.cpp (added) * src/Parameters/Specifics/Value_element.hpp (added) * src/Parameters/Specifics/Value_molecule.cpp (added) * src/Parameters/Specifics/Value_molecule.hpp (added) * src/Parameters/Specifics/Value_string.cpp (moved) * src/Parameters/Specifics/Value_string.hpp (moved) * src/Parameters/Validators/Ops_Validator_impl.hpp (modified) * src/Parameters/Validators/Specific/FileSuffixValidator.hpp (modified) * src/Parameters/Validators/Specific/ParserFileValidator.cpp (modified) * src/Parameters/Validators/Specific/ParserFileValidator.hpp (modified) * src/Parameters/Validators/Validator.hpp (modified) * src/Parameters/Validators/getFlatListFromHierarchyOfValidators.hpp (added) * src/Parameters/Value.hpp (modified) * src/Tesselation/tesselation.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.cpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Menu/Menu.cpp (modified) * src/UIElements/Menu/Menu.hpp (modified) * src/UIElements/Menu/Qt4/QMenu_tooltip.hpp (added) * src/UIElements/Menu/Qt4/QtMenu.hpp (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtUIFactory.cpp (modified) * src/UIElements/Qt4/QtUIFactory.hpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/QtQueryList.hpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) * src/UIElements/TextUI/TextUIFactory.cpp (modified) * src/UIElements/TextUI/TextUIFactory.hpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) * src/UIElements/Views/Qt4/QtHomologyList.cpp (modified) * src/UIElements/Views/Qt4/QtMoleculeList.cpp (modified) * src/UIElements/Views/Qt4/QtToolBar.cpp (modified) * src/UIElements/Views/Qt4/QtToolBar.hpp (modified) * src/UIElements/Views/Qt4/QtToolBar_QtFavoriteActions.cpp (added) * src/World.cpp (modified) * tests/Python/AllActions/options.dat (modified) * tests/regression/Options/Warranty/testsuite-options-warranty.at (modified) Merge branch 'GUI_Fixes' into stable Mon, 15 Sep 2014 14:28:50 GMT Frederik Heber [b73545] * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.hpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) * src/Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/DipoleCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Actions/CommandAction/ElementDbAction.cpp (modified) * src/Actions/PotentialAction/FitPotentialAction.cpp (modified) * src/Actions/Process.cpp (modified) * src/Analysis/analysis_correlation.cpp (modified) * src/Box.cpp (modified) * src/Box.hpp (modified) * src/Fragmentation/Exporters/SaturationDistanceMaximizer.cpp (modified) * src/Fragmentation/Homology/HomologyContainer.hpp (modified) * src/LinkedCell/linkedcell.cpp (modified) * src/LinkedCell/unittests/linkedcellUnitTest.cpp (modified) * src/LinkedCell/unittests/stubs/ObserverBoxStub.cpp (modified) * src/Parser/PdbParser.cpp (modified) * src/Potentials/PartialNucleiChargeFitter.cpp (modified) * src/Potentials/PotentialRegistry.cpp (modified) * src/Potentials/PotentialRegistry.hpp (modified) * src/Potentials/SerializablePotential.hpp (modified) * src/Tesselation/CandidateForTesselation.cpp (modified) * src/Tesselation/tesselation.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/World.cpp (modified) * src/builder.cpp (modified) * src/cleanUp.cpp (modified) * src/documentation/tests/tests.dox (modified) * tests/regression/Atoms/Add/testsuite-atoms-add.at (modified) * tests/regression/RandomNumbers/Distribution/testsuite-set-random-number-distribution.at (modified) * tests/regression/RandomNumbers/Engine/testsuite-set-random-number-engine.at (modified) Merge branch 'MemFixes' into stable Conflicts: ... Mon, 15 Sep 2014 11:52:56 GMT Frederik Heber [5524ae9] * src/documentation/tests/tests.dox (modified) DOCU: Update on test policy with respect to now working valgrind tests. Mon, 15 Sep 2014 11:52:56 GMT Frederik Heber [8d4eaa] * src/Actions/CommandAction/ElementDbAction.cpp (modified) MEMFIX: ElementDbAction would loose memory when parsing command-line ... Mon, 15 Sep 2014 11:52:39 GMT Frederik Heber [11d433] * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) MEMFIX: ActionQueue was not stopped() when argument parsing failed. ... Sun, 14 Sep 2014 16:22:48 GMT Frederik Heber [8859b5] * src/Actions/ActionQueue.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Views/Qt4/QtToolBar.cpp (modified) * src/UIElements/Views/Qt4/QtToolBar.hpp (modified) * src/UIElements/Views/Qt4/QtToolBar_QtFavoriteActions.cpp (added) Added QtFavoriteActions to QtToolBar to spawn placeholder icons of ... Fri, 12 Sep 2014 08:00:16 GMT Frederik Heber [29b52b] * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) Made ActionQueue observable. - has channel ActionQueued. - this is ... Fri, 12 Sep 2014 07:57:18 GMT Frederik Heber [9bdcc9] * src/UIElements/Views/Qt4/QtHomologyList.cpp (modified) FIX: QtHomologyList lacked use of FunctionModel::filter_t to split up ... Thu, 11 Sep 2014 07:30:53 GMT Frederik Heber [0ac3e3] * src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp (modified) * src/UIElements/Views/Qt4/QtHomologyList.cpp (modified) FIX: QSeisPlotPage takes up all remaining space in QtHomologyList. ... Thu, 11 Sep 2014 07:20:26 GMT Frederik Heber [f8bccc] * src/Parameters/Makefile.am (modified) * src/Parameters/Specifics/Value_atom.cpp (added) * src/Parameters/Specifics/Value_atom.hpp (added) * src/Parameters/Specifics/Value_element.cpp (added) * src/Parameters/Specifics/Value_element.hpp (added) * src/Parameters/Specifics/Value_molecule.cpp (added) * src/Parameters/Specifics/Value_molecule.hpp (added) * src/Parameters/Specifics/Value_string.cpp (moved) * src/Parameters/Specifics/Value_string.hpp (moved) * src/Parameters/Value.hpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) FIX: QtQueryList now works with pointers, FileQtQuery gives name of ... Wed, 10 Sep 2014 19:10:27 GMT Frederik Heber [5a9f4c] * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) Removed lots of commented-out code from GLWorldView. Wed, 10 Sep 2014 19:10:26 GMT Frederik Heber [2b7375] * src/Tesselation/boundary.cpp (modified) * src/Tesselation/boundary.hpp (modified) Removed PrepareClustersInWater(). Wed, 10 Sep 2014 19:10:26 GMT Frederik Heber [aa55d0] * src/Actions/FillAction/SuspendInMoleculeAction.cpp (added) * src/Actions/FillAction/SuspendInMoleculeAction.def (added) * src/Actions/FillAction/SuspendInMoleculeAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MoleculeAction/SuspendInWaterAction.cpp (deleted) * src/Actions/MoleculeAction/SuspendInWaterAction.def (deleted) * src/Actions/MoleculeAction/SuspendInWaterAction.hpp (deleted) * tests/Python/AllActions/options.dat (modified) * tests/regression/Options/InvalidCommands/testsuite-options-invalid-commands.at (modified) Moved and renamed SuspendInWaterAction from Molecule.. to ... Wed, 10 Sep 2014 19:10:26 GMT Frederik Heber [2528d8] * src/Tesselation/boundary.cpp (modified) * src/Tesselation/boundary.hpp (modified) Removed FillBoxWithMolecule(), FillVoidWithMolecule, and helper ... Wed, 10 Sep 2014 19:10:26 GMT Frederik Heber [16c7dd] * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp (deleted) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.def (deleted) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.hpp (deleted) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (deleted) * src/Actions/MoleculeAction/FillWithMoleculeAction.def (deleted) * src/Actions/MoleculeAction/FillWithMoleculeAction.hpp (deleted) * tests/regression/Analysis/DipoleCorrelation-DiscreteAngles/testsuite-analysis-dipole-correlation-discrete-angles.at (modified) * tests/regression/Analysis/DipoleCorrelation-Empty/testsuite-analysis-dipole-correlation-empty.at (modified) * tests/regression/Filling/FillVoidWithMolecule/post/propane.xyz (deleted) * tests/regression/Filling/FillVoidWithMolecule/post/tensid.data (deleted) * tests/regression/Filling/FillVoidWithMolecule/post/test.conf (deleted) * tests/regression/Filling/FillVoidWithMolecule/post/test.xyz (deleted) * tests/regression/Filling/FillVoidWithMolecule/pre/tensid.data (deleted) * tests/regression/Filling/FillVoidWithMolecule/pre/tensid.potentials (deleted) * tests/regression/Filling/FillVoidWithMolecule/pre/test.conf (deleted) * tests/regression/Filling/FillVoidWithMolecule/pre/water.data (deleted) * tests/regression/Filling/FillVoidWithMolecule/testsuite-fill-void-with-molecule.at (deleted) * tests/regression/Filling/FillVoidWithMolecule/testsuite-fill-void-with-tenside-molecule.at (deleted) * tests/regression/Filling/FillWithMolecule/post/propane.xyz (deleted) * tests/regression/Filling/FillWithMolecule/post/test.conf (deleted) * tests/regression/Filling/FillWithMolecule/pre/test.conf (deleted) * tests/regression/Filling/FillWithMolecule/testsuite-fill-with-molecule.at (deleted) * tests/regression/Filling/testsuite-filling.at (modified) * tests/regression/Makefile.am (modified) Removed FillVoidWithMolecule and FillWithMolecule actions. - these ... Wed, 10 Sep 2014 19:00:56 GMT Frederik Heber [df9f20] * src/Actions/FillAction/FillSurfaceAction.cpp (modified) * src/Actions/FillAction/FillSurfaceAction.def (modified) * src/Filling/Inserter/SurfaceRandomInserter.cpp (added) * src/Filling/Inserter/SurfaceRandomInserter.hpp (added) * src/Filling/Makefile.am (modified) * src/Filling/Preparators/ShapeSurfaceFillerPreparator.cpp (added) * src/Filling/Preparators/ShapeSurfaceFillerPreparator.hpp (added) * tests/regression/Filling/FillSurface/post/tensid-undo.data (moved) * tests/regression/Filling/FillSurface/post/tensid.data (moved) * tests/regression/Filling/FillSurface/post/water_cube.xyz (added) * tests/regression/Filling/FillSurface/post/water_cylinder.xyz (added) * tests/regression/Filling/FillSurface/post/water_sphere.xyz (added) * tests/regression/Filling/FillSurface/post/water_undo.xyz (added) * tests/regression/Filling/FillSurface/pre/tensid.data (moved) * tests/regression/Filling/FillSurface/pre/tensid.potentials (moved) * tests/regression/Filling/FillSurface/pre/water.xyz (added) * tests/regression/Filling/FillSurface/testsuite-fill-surface-cube.at (added) * tests/regression/Filling/FillSurface/testsuite-fill-surface-cylinder.at (added) * tests/regression/Filling/FillSurface/testsuite-fill-surface-everywhere.at (added) * tests/regression/Filling/FillSurface/testsuite-fill-surface-micelle.at (added) * tests/regression/Filling/FillSurface/testsuite-fill-surface-nowhere.at (added) * tests/regression/Filling/FillSurface/testsuite-fill-surface-sphere.at (added) * tests/regression/Filling/SphericalSurface/testsuite-fill-spherical-surface.at (deleted) * tests/regression/Filling/testsuite-filling.at (modified) * tests/regression/Makefile.am (modified) Refactored FillSurfaceAction to also use FillerPreparators. - added ... Wed, 10 Sep 2014 18:59:16 GMT Frederik Heber [6801f4] * src/Actions/FillAction/FillVolumeAction.cpp (added) * src/Actions/FillAction/FillVolumeAction.def (added) * src/Actions/FillAction/FillVolumeAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Filling/Makefile.am (modified) * src/Filling/Mesh/MeshAdaptor.hpp (modified) * src/Filling/Preparators/ShapeVolumeFillerPreparator.cpp (added) * src/Filling/Preparators/ShapeVolumeFillerPreparator.hpp (added) * tests/regression/Filling/FillVolume/post/water_cylinder.xyz (added) * tests/regression/Filling/FillVolume/post/water_undo.xyz (added) * tests/regression/Filling/FillVolume/pre/water.xyz (added) * tests/regression/Filling/FillVolume/testsuite-fill-volume-cube.at (added) * tests/regression/Filling/FillVolume/testsuite-fill-volume-cylinder.at (added) * tests/regression/Filling/FillVolume/testsuite-fill-volume-everywhere.at (added) * tests/regression/Filling/FillVolume/testsuite-fill-volume-nowhere.at (added) * tests/regression/Filling/FillVolume/testsuite-fill-volume-sphere.at (added) * tests/regression/Filling/testsuite-filling.at (modified) * tests/regression/Makefile.am (modified) Added FillVolumeAction for filling a Shape's volume. - added ... Wed, 10 Sep 2014 07:55:12 GMT Frederik Heber [cae614] * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * src/Filling/Makefile.am (modified) * src/Filling/Preparators/BaseFillerPreparator.cpp (added) * src/Filling/Preparators/BaseFillerPreparator.hpp (added) * src/Filling/Preparators/BoxFillerPreparator.cpp (added) * src/Filling/Preparators/BoxFillerPreparator.hpp (added) * src/documentation/constructs/filling.dox (modified) Extracted filler preparing functionality from FillRegularGridAction. ... Wed, 10 Sep 2014 07:45:55 GMT Frederik Heber [a090e3] * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * tests/regression/Filling/RegularGrid/post/solved_double_sles.data (modified) * tests/regression/Filling/RegularGrid/post/solved_single_sles.data (modified) FIX: FillRegularGridAction requires filler molecule at origin. - ... Tue, 09 Sep 2014 22:27:26 GMT Frederik Heber [0741f4d] * src/UIElements/Views/Qt4/QtMoleculeList.cpp (modified) FIX: new item is just to some default values in QtMoleculeList, ... Tue, 09 Sep 2014 22:27:26 GMT Frederik Heber [86c013] * src/UIElements/Makefile.am (modified) * src/UIElements/Menu/Qt4/QMenu_tooltip.hpp (added) * src/UIElements/Menu/Qt4/QtMenu.hpp (modified) * src/UIElements/Views/Qt4/QtToolBar.cpp (modified) QMenu extended for tooltips, but not working yet. - somehow no ... Tue, 09 Sep 2014 22:27:26 GMT Frederik Heber [163110] * src/Actions/Action.cpp (modified) * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.cpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Menu/Menu.cpp (modified) * src/UIElements/Menu/Menu.hpp (modified) * src/UIElements/Menu/Qt4/QtMenu.hpp (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/QtUIFactory.cpp (modified) * src/UIElements/Qt4/QtUIFactory.hpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQueryList.hpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) * src/UIElements/TextUI/TextUIFactory.cpp (modified) * src/UIElements/TextUI/TextUIFactory.hpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/UIElements/Views/Qt4/QtToolBar.cpp (modified) In QTUI Dialog window now has a meaningful title. - Dialog cstor ... Tue, 09 Sep 2014 22:27:26 GMT Frederik Heber [152e5c] * src/Actions/Action_impl_pre.hpp (modified) FIX: Querys now have own description as tooltip, not Action's. Tue, 09 Sep 2014 22:19:15 GMT Frederik Heber [0fe135] * src/UIElements/Dialog.cpp (modified) * tests/regression/Options/Warranty/testsuite-options-warranty.at (modified) In QTUI empty dialogs no longer have to be confirmed. - this was ... Tue, 09 Sep 2014 22:09:57 GMT Frederik Heber [95cfac] * src/Actions/CommandAction/BondLengthTableAction.def (modified) * src/Actions/CommandAction/ElementDbAction.def (modified) * src/Actions/CommandAction/LoadSessionAction.def (modified) * src/Actions/CommandAction/StoreSessionAction.def (modified) * src/Actions/FragmentationAction/ClearFragmentationResultsAction.def (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.def (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.def (modified) * src/Actions/PotentialAction/FitPotentialAction.def (modified) Added FileSuffixValidator to all Actions where missing but ... Tue, 09 Sep 2014 19:42:32 GMT Frederik Heber [833b15] * src/Actions/FillAction/FillSurfaceAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp (modified) * src/Analysis/unittests/CountBondsUnitTest.cpp (modified) * src/Tesselation/boundary.cpp (modified) * src/molecule.cpp (modified) * src/molecule.hpp (modified) * src/molecule_geometry.cpp (modified) * src/moleculelist.cpp (modified) FIX: Changes to function signatures in molecule_geometry. - no more ... Tue, 09 Sep 2014 18:26:21 GMT Frederik Heber [2d701e] * src/molecule_geometry.cpp (modified) FIX: molecule::Translate() used in CenterInBox(), CenterEdge(), ... Mon, 08 Sep 2014 21:37:32 GMT Frederik Heber [dae158] * src/Parameters/Makefile.am (modified) * src/Parameters/Validators/Ops_Validator_impl.hpp (modified) * src/Parameters/Validators/Specific/FileSuffixValidator.hpp (modified) * src/Parameters/Validators/Specific/ParserFileValidator.cpp (modified) * src/Parameters/Validators/Specific/ParserFileValidator.hpp (modified) * src/Parameters/Validators/Validator.hpp (modified) * src/Parameters/Validators/getFlatListFromHierarchyOfValidators.hpp (added) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) FileQtQuery retrieves valid suffixes from validators. - added ... Mon, 08 Sep 2014 21:36:29 GMT Frederik Heber [ce4126] * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) FIX: Added update mechanism to GLWorldScene when WorldTime changes. ... Mon, 08 Sep 2014 21:36:29 GMT Frederik Heber [8592c9] * src/Tesselation/tesselation.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.cpp (modified) FIX: GLMoleculeObject_shape might use empty point list for ... Mon, 08 Sep 2014 21:36:29 GMT Frederik Heber [42ffb5] * src/Graph/BondGraph.hpp (modified) FIX: BondGraph::cleanAdjacencyList() killed bonds of time steps ... Mon, 08 Sep 2014 21:36:29 GMT Frederik Heber [dc798d] * src/Actions/GraphAction/CorrectBondDegreeAction.cpp (modified) FIX: Removed some misleading output of CorrectBondDegreeAction. Mon, 08 Sep 2014 21:36:29 GMT Frederik Heber [388ddd] * src/World.cpp (modified) World::setTime() now only copies bond graph, does not re-create it. ... Mon, 08 Sep 2014 21:36:29 GMT Frederik Heber [553c54] * src/Actions/FragmentationAction/MolecularDynamicsAction.cpp (modified) * src/Actions/FragmentationAction/MolecularDynamicsAction.def (modified) * src/Actions/FragmentationAction/StructuralOptimizationAction.cpp (modified) * src/Actions/FragmentationAction/StructuralOptimizationAction.def (modified) * tests/Python/AllActions/options.dat (modified) Added option keep-bondgraph to MolecularDynamicsAction and ... Mon, 01 Sep 2014 15:22:20 GMT Frederik Heber [40bb9e] * src/molecule_geometry.cpp (modified) FIX: molecule::Translate() uses AtomSet directly. Thu, 28 Aug 2014 08:53:42 GMT Frederik Heber [052c10] * src/LinkedCell/linkedcell.cpp (modified) * src/LinkedCell/unittests/linkedcellUnitTest.cpp (modified) * src/Tesselation/CandidateForTesselation.cpp (modified) * src/Tesselation/boundary.cpp (modified) * src/Tesselation/tesselation.cpp (modified) MEMFIX: Tesselation::operator() did not free linkedlist. Thu, 28 Aug 2014 08:53:42 GMT Frederik Heber [7ee21d] * src/Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/DipoleCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Analysis/analysis_correlation.cpp (modified) MEMFIX: Many analysis_correlation function allocated return map ... Thu, 28 Aug 2014 08:53:42 GMT Frederik Heber [6b3e5e] * src/Potentials/PartialNucleiChargeFitter.cpp (modified) MEMFIX: PartialNucleiChargeFitter lost memory. - operator() and ... Thu, 28 Aug 2014 08:53:42 GMT Frederik Heber [96c7d2] * src/Potentials/PotentialRegistry.cpp (modified) * src/Potentials/PotentialRegistry.hpp (modified) * src/Potentials/SerializablePotential.hpp (modified) * src/cleanUp.cpp (modified) MEMFIX: PotentialRegistry's dstor forgot cleanup(). - also we purge ... Thu, 28 Aug 2014 08:53:42 GMT Frederik Heber [185e6f] * src/Fragmentation/Exporters/SaturationDistanceMaximizer.cpp (modified) MEMFIX: SaturationDistanceMaximizer::operator() did not delete Advocate. Thu, 28 Aug 2014 08:53:32 GMT Frederik Heber [7f1a1a] * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) MEMFIX: ActionQueue would loose memory when action failed. - we ... Thu, 28 Aug 2014 08:53:32 GMT Frederik Heber [3d70e3] * src/Parser/PdbParser.cpp (modified) MEMFIX: Mismatched delete in PdbParser::Save(). Thu, 28 Aug 2014 08:53:32 GMT Frederik Heber [09f615] * src/World.cpp (modified) * src/builder.cpp (modified) MEMFIX: World's homologies not deleted. - main() now uses int ... Thu, 28 Aug 2014 08:53:32 GMT Frederik Heber [25aa5a] * src/Box.cpp (modified) * src/Box.hpp (modified) * src/LinkedCell/unittests/stubs/ObserverBoxStub.cpp (modified) FIX: Box::setM() did not use const ref as argument. Thu, 28 Aug 2014 08:53:32 GMT Frederik Heber [707a2b] * src/Actions/PotentialAction/FitPotentialAction.cpp (modified) * src/Fragmentation/Homology/HomologyContainer.hpp (modified) FIX: FitPotentialAction's getFirstGraphwithSpecifiedElements() access ... Thu, 28 Aug 2014 08:53:32 GMT Frederik Heber [8946a0] * src/Actions/Process.cpp (modified) FIX: Process' dstor would always stop() even if not start()ed. - ... Thu, 21 Aug 2014 06:59:33 GMT Frederik Heber [a91710] * LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * configure.ac (modified) * m4/boost.m4 (modified) * m4/qwt.m4 (modified) * src/Actions/ActionQueue.cpp (modified) * src/Actions/Action_impl_python.hpp (modified) * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Actions/unittests/Makefile.am (modified) * src/Analysis/unittests/Makefile.am (modified) * src/Atom/unittests/Makefile.am (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Element/unittests/Makefile.am (modified) * src/Filling/unittests/Makefile.am (modified) * src/Fragmentation/Automation/MPQCCommandFragmentController.cpp (modified) * src/Fragmentation/Automation/MPQCFragmentController.cpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/SpecificFragmentController_ReceiveResultContainer_impl.hpp (modified) * src/Fragmentation/Exporters/unittests/Makefile.am (modified) * src/Fragmentation/Homology/unittests/Makefile.am (modified) * src/Fragmentation/Interfragmenter.cpp (modified) * src/Fragmentation/Summation/Containers/Makefile.am (modified) * src/Fragmentation/Summation/Containers/unittests/Makefile.am (modified) * src/Fragmentation/Summation/Converter/Makefile.am (modified) * src/Fragmentation/Summation/Makefile.am (modified) * src/Fragmentation/Summation/SetValues/Makefile.am (modified) * src/Fragmentation/Summation/SetValues/unittests/Makefile.am (modified) * src/Fragmentation/Summation/unittests/Makefile.am (modified) * src/Fragmentation/unittests/Makefile.am (modified) * src/FunctionApproximation/unittests/Makefile.am (modified) * src/Graph/unittests/Makefile.am (modified) * src/Jobs/Makefile.am (modified) * src/Jobs/unittests/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/Parameters/Makefile.am (modified) * src/Parameters/unittests/Makefile.am (modified) * src/Parser/Parameters/unittests/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/Potentials/Specifics/unittests/Makefile.am (modified) * src/Potentials/unittests/Makefile.am (modified) * src/RandomNumbers/Makefile.am (modified) * src/RandomNumbers/unittests/Makefile.am (modified) * src/Shapes/Makefile.am (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Tesselation/unittests/Makefile.am (modified) * src/UIElements/CommandLineUI/unittests/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Menu/unittests/Makefile.am (modified) * src/UIElements/Views/Qt4/Plotting/Makefile.am (modified) * src/builder_init.cpp (modified) * src/documentation/install.dox (modified) * src/unittests/Makefile.am (modified) * tests/JobMarket/Makefile.am (modified) Merge branch 'Fixes_Ubuntu14_04' into stable Thu, 21 Aug 2014 06:59:06 GMT Frederik Heber [0c72e2] * src/documentation/install.dox (modified) DOCU: Updated documentation on Ubuntu 14.04. Thu, 21 Aug 2014 06:43:48 GMT Frederik Heber [07ecc5] * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Fragmentation/Automation/MPQCCommandFragmentController.cpp (modified) * src/Fragmentation/Automation/MPQCFragmentController.cpp (modified) FIX: FragmentationAutomationAction did not fail correctly with ... Thu, 21 Aug 2014 06:43:46 GMT Frederik Heber [748fc7] * src/Actions/unittests/Makefile.am (modified) * src/Atom/unittests/Makefile.am (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Element/unittests/Makefile.am (modified) * src/Filling/unittests/Makefile.am (modified) * src/Fragmentation/Exporters/unittests/Makefile.am (modified) * src/Fragmentation/Homology/unittests/Makefile.am (modified) * src/Fragmentation/Summation/Containers/unittests/Makefile.am (modified) * src/Fragmentation/Summation/SetValues/unittests/Makefile.am (modified) * src/Fragmentation/Summation/unittests/Makefile.am (modified) * src/Fragmentation/unittests/Makefile.am (modified) * src/FunctionApproximation/unittests/Makefile.am (modified) * src/Graph/unittests/Makefile.am (modified) * src/Jobs/unittests/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/Parameters/Makefile.am (modified) * src/Parameters/unittests/Makefile.am (modified) * src/Parser/Parameters/unittests/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/Potentials/Specifics/unittests/Makefile.am (modified) * src/Potentials/unittests/Makefile.am (modified) * src/RandomNumbers/Makefile.am (modified) * src/RandomNumbers/unittests/Makefile.am (modified) * src/Shapes/Makefile.am (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Tesselation/unittests/Makefile.am (modified) * src/UIElements/CommandLineUI/unittests/Makefile.am (modified) * src/UIElements/Menu/unittests/Makefile.am (modified) * src/builder_init.cpp (modified) * src/unittests/Makefile.am (modified) libMolecuilder is now a shared library. - linking error ... Wed, 20 Aug 2014 12:59:22 GMT Frederik Heber [83cc3e] * src/Graph/CyclicStructureAnalysis.cpp (modified) * src/Graph/CyclicStructureAnalysis.hpp (modified) FIX: CyclicStructureAnalysis did not robustly detect all cycles. - ... Wed, 20 Aug 2014 12:59:22 GMT Frederik Heber [4d6d6a] * configure.ac (modified) * src/UIElements/Views/Qt4/QDebugStream.hpp (modified) QtGUI prints log to console (qDebug) as well. - removed in ... Wed, 20 Aug 2014 12:59:14 GMT Frederik Heber [d93b4b3] * src/Actions/ActionQueue.cpp (modified) FIX: ActionQueue::run() did not use boost::thread::sleep_for() correctly. Wed, 20 Aug 2014 12:59:14 GMT Frederik Heber [e9e86f] * src/Actions/unittests/Makefile.am (modified) * src/Analysis/unittests/Makefile.am (modified) * src/Atom/unittests/Makefile.am (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Element/unittests/Makefile.am (modified) * src/Filling/unittests/Makefile.am (modified) * src/Fragmentation/Exporters/unittests/Makefile.am (modified) * src/Fragmentation/Homology/unittests/Makefile.am (modified) * src/Fragmentation/Summation/Containers/unittests/Makefile.am (modified) * src/Fragmentation/Summation/SetValues/unittests/Makefile.am (modified) * src/Fragmentation/Summation/unittests/Makefile.am (modified) * src/Fragmentation/unittests/Makefile.am (modified) * src/FunctionApproximation/unittests/Makefile.am (modified) * src/Graph/unittests/Makefile.am (modified) * src/Jobs/unittests/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/Parameters/unittests/Makefile.am (modified) * src/Parser/Parameters/unittests/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/Potentials/Specifics/unittests/Makefile.am (modified) * src/Potentials/unittests/Makefile.am (modified) * src/RandomNumbers/unittests/Makefile.am (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Tesselation/unittests/Makefile.am (modified) * src/UIElements/CommandLineUI/unittests/Makefile.am (modified) * src/UIElements/Menu/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) * tests/JobMarket/Makefile.am (modified) FIX: UnitTestMain placed into convenience libUnitTest. - removed ... Wed, 20 Aug 2014 12:59:14 GMT Frederik Heber [09806a] * src/Fragmentation/Interfragmenter.cpp (modified) FIX: Interfragmenter had iter collision. Wed, 20 Aug 2014 12:59:14 GMT Frederik Heber [fe77df] * src/Fragmentation/Automation/SpecificFragmentController_ReceiveResultContainer_impl.hpp (modified) FIX: ReceiveResultContainer could not find functions from base class. Wed, 20 Aug 2014 12:59:14 GMT Frederik Heber [0c74aa] * src/Actions/Action_impl_python.hpp (modified) FIX: Fixes to Action_impl_python, lacked boost preprocessor includes. Wed, 20 Aug 2014 12:59:14 GMT Frederik Heber [3b35e7] * LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * configure.ac (modified) * m4/boost.m4 (modified) * m4/qwt.m4 (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Summation/Containers/Makefile.am (modified) * src/Fragmentation/Summation/Containers/unittests/Makefile.am (modified) * src/Fragmentation/Summation/Converter/Makefile.am (modified) * src/Fragmentation/Summation/Makefile.am (modified) * src/Fragmentation/Summation/SetValues/Makefile.am (modified) * src/Jobs/Makefile.am (modified) * src/Jobs/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/RandomNumbers/Makefile.am (modified) * src/RandomNumbers/unittests/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Views/Qt4/Plotting/Makefile.am (modified) * src/unittests/Makefile.am (modified) * tests/JobMarket/Makefile.am (modified) Fixes due to update to Ubuntu 14.04. - subdir-objects is default ... Wed, 20 Aug 2014 12:58:30 GMT Frederik Heber [3a33e3] * src/UIElements/Views/Qt4/QtTimeLine.cpp (modified) FIX: QtTimeLine::recieveNotification() checked falsely against ... Wed, 20 Aug 2014 12:58:30 GMT Frederik Heber [45cdce6] * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Fragmentation/Automation/MPQCCommandFragmentController.cpp (modified) * src/Fragmentation/Automation/MPQCCommandFragmentController.hpp (modified) MPQCCommandFragmentController supports FragmentationAutomationAction ... Wed, 20 Aug 2014 12:58:30 GMT Frederik Heber [4e65af] * src/Parser/PdbParser.cpp (modified) * src/Parser/unittests/ParserPdbUnitTest.cpp (modified) FIX: PdbParser would write coordinates 4.1000 instead of 5.000. - ... Wed, 20 Aug 2014 12:58:30 GMT Frederik Heber [7f833c] * src/Dynamics/ForceAnnealing.hpp (modified) Giving the maximum components over all force vectors in ForceAnnealing. Wed, 20 Aug 2014 12:58:30 GMT Frederik Heber [f14972] * src/Fragmentation/Fragmentation.cpp (modified) FIX: CheckOrderAtSite() called PrintAtomMask() with wrong AtomCount. Wed, 20 Aug 2014 12:58:30 GMT Frederik Heber [e5f61ba] * src/Actions/ActionRegistry.cpp (modified) * src/Actions/FragmentationAction/StructuralOptimizationAction.cpp (added) * src/Actions/FragmentationAction/StructuralOptimizationAction.def (added) * src/Actions/FragmentationAction/StructuralOptimizationAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) Added MakroAction StructureOptimizationAction. - performs similarly ... Wed, 20 Aug 2014 12:58:30 GMT Frederik Heber [ff3edf] * src/Actions/ActionRegistry.cpp (modified) FIX: MolecularDynamicsAction works also without JobMarket. - since ... Wed, 20 Aug 2014 12:58:30 GMT Frederik Heber [1a48d2] * src/Actions/AtomAction/RemoveAction.def (modified) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (added) * src/Actions/MoleculeAction/ForceAnnealingAction.def (added) * src/Actions/MoleculeAction/ForceAnnealingAction.hpp (added) * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Dynamics/ForceAnnealing.hpp (added) * src/Makefile.am (modified) * tests/regression/Makefile.am (modified) * tests/regression/Molecules/ForceAnnealing/post/test-undo.conf (added) * tests/regression/Molecules/ForceAnnealing/post/test.conf (added) * tests/regression/Molecules/ForceAnnealing/pre/test.conf (added) * tests/regression/Molecules/ForceAnnealing/pre/test.forces (added) * tests/regression/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at (added) * tests/regression/Molecules/testsuite-molecules.at (modified) Added ForceAnnealingAction. - also added regression test. - ... Wed, 20 Aug 2014 12:58:29 GMT Frederik Heber [1e45f1f] * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.def (modified) * src/Dynamics/VerletForceIntegration.hpp (modified) * tests/regression/Molecules/VerletIntegration/post/test-undo.conf (added) * tests/regression/Molecules/VerletIntegration/testsuite-molecules-verlet-integration.at (modified) Extended VerletIntegrationAction wirth Undo/Redo. - using new ... Wed, 20 Aug 2014 12:58:29 GMT Frederik Heber [7e51e1] * src/Actions/UndoRedoHelpers.cpp (modified) * src/Actions/UndoRedoHelpers.hpp (modified) * src/Atom/AtomicInfo.cpp (modified) * src/Atom/AtomicInfo.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) Extended UndoRedoHelpers. - added removeLastStep(), addNewStep(). ... Wed, 20 Aug 2014 12:58:29 GMT Frederik Heber [442495] * src/Actions/GlobalListOfActions.hpp (modified) Sorted GlobalListOfActions. - note that Redo must remain at the ... Wed, 20 Aug 2014 12:58:28 GMT Frederik Heber [51cdfd] * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Dynamics/AtomicForceManipulator.hpp (added) * src/Dynamics/MinimiseConstrainedPotential.cpp (modified) * src/Dynamics/MinimiseConstrainedPotential.hpp (modified) * src/Dynamics/VerletForceIntegration.hpp (modified) * src/Makefile.am (modified) Extracted common functions from VerletForceIntegration into ... Sat, 16 Aug 2014 15:52:31 GMT Frederik Heber [343c5a] * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/GraphAction/CorrectBondDegreeAction.cpp (added) * src/Actions/GraphAction/CorrectBondDegreeAction.def (added) * src/Actions/GraphAction/CorrectBondDegreeAction.hpp (added) * src/Actions/Makefile.am (modified) * tests/Calculations/testsuite-calculations-anthracene.at (modified) * tests/Calculations/testsuite-calculations-coronene.at (modified) * tests/Calculations/testsuite-calculations-naphthalene.at (modified) * tests/Calculations/testsuite-calculations-phenanthrene.at (modified) Added CorrectBondDegreeAction and fixed Calculation tests. - pdb ... Sat, 16 Aug 2014 15:52:30 GMT Frederik Heber [5d5550] * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Fragmentation/Exporters/SaturatedFragment.cpp (modified) FragmentationAction now compiles global saturation positions information. Sat, 16 Aug 2014 15:52:30 GMT Frederik Heber [a1d1dd] * src/Fragmentation/Exporters/SaturationDistanceMaximizer.cpp (added) * src/Fragmentation/Exporters/SaturationDistanceMaximizer.hpp (added) * src/Fragmentation/Exporters/unittests/Makefile.am (modified) * src/Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp (added) * src/Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp (added) * src/Fragmentation/Exporters/unittests/stubs/SaturatedBondStub.cpp (added) * src/Fragmentation/Makefile.am (modified) Added SaturationDistanceMaximizer to determine best alphas for ... Sat, 16 Aug 2014 15:52:30 GMT Frederik Heber [bac32f] * src/Fragmentation/Exporters/SaturatedBond.cpp (added) * src/Fragmentation/Exporters/SaturatedBond.hpp (added) * src/Fragmentation/Makefile.am (modified) Added SaturatedBond as container for a "dangling bond" and its ... Sat, 16 Aug 2014 15:52:30 GMT Frederik Heber [98a293b] * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/FragmentationAction/StoreSaturatedFragmentAction.cpp (modified) * src/Fragmentation/Exporters/ExportGraph.cpp (modified) * src/Fragmentation/Exporters/ExportGraph.hpp (modified) * src/Fragmentation/Exporters/ExportGraph_ToFiles.cpp (modified) * src/Fragmentation/Exporters/ExportGraph_ToFiles.hpp (modified) * src/Fragmentation/Exporters/ExportGraph_ToJobs.cpp (modified) * src/Fragmentation/Exporters/ExportGraph_ToJobs.hpp (modified) * src/Fragmentation/Exporters/SaturatedFragment.cpp (modified) * src/Fragmentation/Exporters/SaturatedFragment.hpp (modified) * src/Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp (modified) * src/Fragmentation/Summation/Converter/DataConverter.hpp (modified) SaturatedFragment can deal with a global saturation position map. - ... Thu, 14 Aug 2014 14:49:51 GMT Frederik Heber [fec597] * src/Makefile.am (modified) * src/Tesselation/Makefile.am (added) Added new convenience library libMolecuilderTesselation. - we need ... Thu, 14 Aug 2014 14:49:51 GMT Frederik Heber [de2cbf] * src/Fragmentation/Exporters/SaturatedFragment.cpp (modified) * src/Fragmentation/Exporters/SaturatedFragment.hpp (modified) Added SaturateFragment()::saturateAtom() replacing all cut bonds at ... Thu, 14 Aug 2014 14:49:51 GMT Frederik Heber [9e3fca] * src/Atom/atom_bondedparticleinfo.hpp (modified) FIX: BondedParticleInfo::BondList is now a typedef. - removed the ... Thu, 14 Aug 2014 14:49:51 GMT Frederik Heber [9d3264] * src/Fragmentation/Exporters/SaturatedFragment.cpp (modified) Refactored SaturatedFragment::saturate() using list of cut bonds. - ... Thu, 14 Aug 2014 14:49:51 GMT Frederik Heber [3fbdca] * src/Fragmentation/Exporters/SaturatedFragment.cpp (modified) SaturatedFragment::AddHydrogenReplacementAtom() uses degree 1 if ... Thu, 14 Aug 2014 14:49:51 GMT Frederik Heber [06804b] * src/Fragmentation/Exporters/ExportGraph.cpp (modified) * src/Fragmentation/Exporters/ExportGraph.hpp (modified) * src/Graph/BreadthFirstSearchAdd.cpp (deleted) * src/Graph/BreadthFirstSearchAdd.hpp (deleted) * src/Graph/Makefile.am (modified) * src/molecule.cpp (modified) * src/molecule.hpp (modified) Removed molecule::AddHydrogenReplacement() and BreadthFirstSearchAdd. ... Thu, 14 Aug 2014 14:49:51 GMT Frederik Heber [74d179] * src/Element/elements_db.cpp (modified) FIX: elements db uses wrong hbondangle for degree 1. - angle is ... Mon, 14 Jul 2014 11:16:23 GMT Frederik Heber [d8821e] * Makefile.am (modified) * configure.ac (modified) * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) * src/Actions/CommandAction/ElementDbAction.cpp (modified) * src/Actions/FragmentationAction/AnalyseFragmentationResultsAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/PotentialAction/FitParticleChargesAction.cpp (modified) * src/Actions/PotentialAction/FitPotentialAction.cpp (modified) * src/Element/Makefile.am (modified) * src/Element/element.hpp (modified) * src/Element/ion.cpp (added) * src/Element/ion.hpp (added) * src/Element/periodentafel.cpp (modified) * src/Element/periodentafel.hpp (modified) * src/Element/unittests/ElementUnitTest.cpp (modified) * src/Element/unittests/IonUnitTest.cpp (added) * src/Element/unittests/IonUnitTest.hpp (added) * src/Element/unittests/Makefile.am (modified) * src/Element/unittests/PeriodentafelUnitTest.cpp (modified) * src/Fragmentation/Automation/MPQCCommandFragmentController.cpp (added) * src/Fragmentation/Automation/MPQCCommandFragmentController.hpp (added) * src/Fragmentation/Automation/MPQCFragmentController.cpp (modified) * src/Fragmentation/Automation/MPQCFragmentController.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/ResultContainer.hpp (added) * src/Fragmentation/Automation/ResultContainer_impl.hpp (added) * src/Fragmentation/Automation/SpecificFragmentController.hpp (modified) * src/Fragmentation/Automation/SpecificFragmentController_ReceiveResultContainer_impl.hpp (added) * src/Fragmentation/Automation/SpecificFragmentController_ResultContainer_impl.hpp (deleted) * src/Fragmentation/Automation/VMGDebugGridFragmentController.hpp (modified) * src/Fragmentation/Automation/VMGFragmentController.hpp (modified) * src/Fragmentation/Exporters/ExportGraph_ToJobs.cpp (modified) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/Summation/Containers/FragmentationResultContainer.cpp (modified) * src/Fragmentation/Summation/Containers/FragmentationResultContainer.hpp (modified) * src/Fragmentation/Summation/Containers/Makefile.am (modified) * src/Fragmentation/analyzer.cpp (deleted) * src/Fragmentation/datacreator.cpp (deleted) * src/Fragmentation/datacreator.hpp (deleted) * src/Fragmentation/joiner.cpp (deleted) * src/FunctionApproximation/Extractors.cpp (modified) * src/FunctionApproximation/Extractors.hpp (modified) * src/FunctionApproximation/FunctionApproximation.cpp (modified) * src/FunctionApproximation/FunctionApproximation.hpp (modified) * src/FunctionApproximation/FunctionModel.hpp (modified) * src/FunctionApproximation/TrainingData.cpp (modified) * src/FunctionApproximation/TrainingData.hpp (modified) * src/FunctionApproximation/unittests/ExtractorsUnitTest.cpp (modified) * src/Jobs/JobMarket/FragmentJob.cpp (added) * src/Jobs/JobMarket/FragmentJob.hpp (added) * src/Jobs/JobMarket/FragmentResult.cpp (added) * src/Jobs/JobMarket/FragmentResult.hpp (added) * src/Jobs/JobMarket/JobId.cpp (added) * src/Jobs/JobMarket/JobId.hpp (added) * src/Jobs/JobMarket/SystemCommandJob.cpp (added) * src/Jobs/JobMarket/SystemCommandJob.hpp (added) * src/Jobs/JobMarket/types.hpp (added) * src/Jobs/MPQCCommandJob.hpp (modified) * src/Jobs/MPQCJob.hpp (modified) * src/Jobs/Makefile.am (modified) * src/Makefile.am (modified) * src/Potentials/CompoundPotential.cpp (modified) * src/Potentials/CompoundPotential.hpp (modified) * src/Potentials/EmpiricalPotential.hpp (modified) * src/Potentials/Specifics/ConstantPotential.cpp (modified) * src/Potentials/Specifics/ConstantPotential.hpp (modified) * src/Potentials/Specifics/FourBodyPotential_Torsion.cpp (modified) * src/Potentials/Specifics/FourBodyPotential_Torsion.hpp (modified) * src/Potentials/Specifics/ManyBodyPotential_Tersoff.cpp (modified) * src/Potentials/Specifics/ManyBodyPotential_Tersoff.hpp (modified) * src/Potentials/Specifics/PairPotential_Harmonic.cpp (modified) * src/Potentials/Specifics/PairPotential_Harmonic.hpp (modified) * src/Potentials/Specifics/PairPotential_LennardJones.cpp (modified) * src/Potentials/Specifics/PairPotential_LennardJones.hpp (modified) * src/Potentials/Specifics/PairPotential_Morse.cpp (modified) * src/Potentials/Specifics/PairPotential_Morse.hpp (modified) * src/Potentials/Specifics/ThreeBodyPotential_Angle.cpp (modified) * src/Potentials/Specifics/ThreeBodyPotential_Angle.hpp (modified) * src/Potentials/Specifics/unittests/ConstantPotentialUnitTest.cpp (modified) * src/Potentials/Specifics/unittests/FourBodyPotential_ImproperUnitTest.cpp (modified) * src/Potentials/Specifics/unittests/FourBodyPotential_TorsionUnitTest.cpp (modified) * src/Potentials/Specifics/unittests/Makefile.am (modified) * src/Potentials/Specifics/unittests/ManyBodyPotential_TersoffUnitTest.cpp (modified) * src/Potentials/Specifics/unittests/PairPotential_HarmonicUnitTest.cpp (modified) * src/Potentials/Specifics/unittests/PairPotential_LennardJonesUnitTest.cpp (modified) * src/Potentials/Specifics/unittests/PairPotential_MorseUnitTest.cpp (modified) * src/Potentials/Specifics/unittests/ThreeBodyPotential_AngleUnitTest.cpp (modified) * src/Potentials/helpers.hpp (modified) * src/Potentials/unittests/CompoundPotentialUnitTest.cpp (modified) * src/Potentials/unittests/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Views/Qt4/QtHomologyList.cpp (modified) * src/cleanUp.cpp (modified) * src/documentation/constructs/potentials.dox (modified) * tests/Calculations/Makefile.am (added) * tests/Calculations/atlocal.in (added) * tests/Calculations/molecuilder.in (moved) * tests/Calculations/testsuite-calculations-1_2-dimethoxyethane.at (added) * tests/Calculations/testsuite-calculations-1_2-dimethylbenzene.at (added) * tests/Calculations/testsuite-calculations-2-methylcyclohexanone.at (added) * tests/Calculations/testsuite-calculations-N_N-dimethylacetamide.at (added) * tests/Calculations/testsuite-calculations-anthracene.at (added) * tests/Calculations/testsuite-calculations-benzene.at (added) * tests/Calculations/testsuite-calculations-cholesterol.at (added) * tests/Calculations/testsuite-calculations-coronene.at (added) * tests/Calculations/testsuite-calculations-cycloheptane.at (added) * tests/Calculations/testsuite-calculations-dimethyl_bromomalonate.at (added) * tests/Calculations/testsuite-calculations-glucose.at (added) * tests/Calculations/testsuite-calculations-heptan.at (added) * tests/Calculations/testsuite-calculations-isoleucine.at (added) * tests/Calculations/testsuite-calculations-mpqc.at (added) * tests/Calculations/testsuite-calculations-naphthalene.at (added) * tests/Calculations/testsuite-calculations-neohexane.at (added) * tests/Calculations/testsuite-calculations-phenanthrene.at (added) * tests/Calculations/testsuite-calculations-proline.at (added) * tests/Calculations/testsuite-calculations-putrescine.at (added) * tests/Calculations/testsuite-calculations-tartaric_acid.at (added) * tests/Calculations/testsuite.at (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaEnergies-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaEnergies-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMaxForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMaxForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMeanForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMeanForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinMeanMaxTotalForce-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaSimTime-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Forces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Makefile (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxEnergies-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxEnergies-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Fragment.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Fragment.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Fragment.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Fragment.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinEnergies-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinEnergies-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Fragment.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Fragment.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinMeanMaxTotalForce-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/SimTime-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/SimTime-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/VectorSum-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/VectorSum-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/energy-forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragmentForces-Factors.dat (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragmentKeySets.dat (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order1.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order1.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order2.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order2.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order3.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order3.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order4.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order4.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/testsuite-analyzing-heptan.at (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment00/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment00/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment01/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment01/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment02/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment02/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment03/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment03/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment04/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment04/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment05/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment05/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment06/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment06/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment07/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment07/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment08/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment08/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment09/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment09/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment10/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment10/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment11/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment11/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment12/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment12/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment13/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment13/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment14/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment14/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment15/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment15/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment16/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment16/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment17/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment17/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment18/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment18/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment19/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment19/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment20/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment20/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment21/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment21/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order1.energy.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order1.forces.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order2.energy.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order2.forces.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order3.energy.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order3.forces.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order4.energy.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order4.forces.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragmentForces-Factors.dat (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragmentKeySets.dat (deleted) * tests/Fragmentations/Joining/heptan/pre/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/testsuite-joining-heptan.at (deleted) * tests/Fragmentations/Makefile.am (modified) * tests/Fragmentations/joiner.in (deleted) * tests/Fragmentations/testsuite.at (modified) * tests/Makefile.am (modified) * tests/regression/Fragmentation/FragmentationAutomation/pre/test.conf (added) * tests/regression/Fragmentation/FragmentationAutomation/testsuite-fragmentation-fragmentation-automation.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Merge branch 'Fragmentation_Automation_wo_JobMarket' into stable ... Mon, 14 Jul 2014 11:15:18 GMT Frederik Heber [a61dbb] * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Fragmentation/Automation/MPQCFragmentController.cpp (modified) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * tests/regression/Fragmentation/FragmentationAutomation/pre/test.conf (added) * tests/regression/Fragmentation/FragmentationAutomation/testsuite-fragmentation-fragmentation-automation.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) In CommandLineUI actions are skipped after failing action. - ... Sun, 13 Jul 2014 18:05:03 GMT Frederik Heber [99692c] * src/Jobs/JobMarket/SystemCommandJob.cpp (modified) FIX: Preparation of temporary filename in SystemCommandJob now ... Sun, 13 Jul 2014 18:04:51 GMT Frederik Heber [d6a7b9] * configure.ac (modified) * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Fragmentation/Automation/MPQCCommandFragmentController.cpp (modified) * src/Fragmentation/Automation/MPQCCommandFragmentController.hpp (modified) * src/Jobs/JobMarket/SystemCommandJob.cpp (modified) * src/Jobs/JobMarket/SystemCommandJob.hpp (modified) * src/Jobs/MPQCCommandJob.hpp (modified) Specifying executable and suffix in SystemCommandJob with ... Sun, 13 Jul 2014 07:41:15 GMT Frederik Heber [18ed8c] * src/Actions/FragmentationAction/AnalyseFragmentationResultsAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Summation/Containers/FragmentationResultContainer.cpp (modified) * src/Fragmentation/Summation/Containers/FragmentationResultContainer.hpp (modified) * src/Fragmentation/Summation/Containers/Makefile.am (modified) * src/Jobs/Makefile.am (modified) All HAVE_VMG also check for HAVE_JOBMARKET. - right now VMG is not ... Sun, 13 Jul 2014 07:41:14 GMT Frederik Heber [2e584e] * configure.ac (modified) * src/Fragmentation/analyzer.cpp (deleted) * src/Fragmentation/datacreator.cpp (deleted) * src/Fragmentation/datacreator.hpp (deleted) * src/Fragmentation/joiner.cpp (deleted) * src/Makefile.am (modified) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaEnergies-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaEnergies-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMaxForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMaxForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMeanForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMeanForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinMeanMaxTotalForce-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaSimTime-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Forces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/Makefile (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxEnergies-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxEnergies-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Fragment.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Fragment.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Fragment.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Fragment.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinEnergies-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinEnergies-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Fragment.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Fragment.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/MinMeanMaxTotalForce-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/SimTime-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/SimTime-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/VectorSum-Order.dat (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/VectorSum-Order.pyx (deleted) * tests/Fragmentations/Analyzing/heptan/post/plots/energy-forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragmentForces-Factors.dat (deleted) * tests/Fragmentations/Analyzing/heptan/pre/BondFragmentKeySets.dat (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order1.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order1.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order2.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order2.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order3.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order3.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order4.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order4.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.energy.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.energyfragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.forcefragment.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.forces.all (deleted) * tests/Fragmentations/Analyzing/heptan/pre/pcp.speed (deleted) * tests/Fragmentations/Analyzing/heptan/testsuite-analyzing-heptan.at (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment00/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment00/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment01/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment01/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment02/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment02/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment03/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment03/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment04/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment04/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment05/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment05/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment06/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment06/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment07/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment07/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment08/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment08/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment09/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment09/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment10/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment10/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment11/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment11/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment12/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment12/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment13/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment13/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment14/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment14/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment15/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment15/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment16/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment16/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment17/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment17/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment18/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment18/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment19/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment19/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment20/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment20/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment21/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/BondFragment21/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order1.energy.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order1.forces.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order2.energy.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order2.forces.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order3.energy.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order3.forces.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order4.energy.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.Order4.forces.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.energyfragment.all (deleted) * tests/Fragmentations/Joining/heptan/post/pcp.forcefragment.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragmentForces-Factors.dat (deleted) * tests/Fragmentations/Joining/heptan/pre/BondFragmentKeySets.dat (deleted) * tests/Fragmentations/Joining/heptan/pre/pcp.energy.all (deleted) * tests/Fragmentations/Joining/heptan/pre/pcp.forces.all (deleted) * tests/Fragmentations/Joining/heptan/pre/pcp.speed (deleted) * tests/Fragmentations/Joining/heptan/testsuite-joining-heptan.at (deleted) * tests/Fragmentations/Makefile.am (modified) * tests/Fragmentations/analyzer.in (deleted) * tests/Fragmentations/joiner.in (deleted) * tests/Fragmentations/testsuite.at (modified) Removed (very) old joiner and analyzer programs. - they are not ... Sun, 13 Jul 2014 07:41:14 GMT Frederik Heber [bf0ff3] * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) Using MPQCCommandFragmentController in FragmentationAutomationAction. ... Sun, 13 Jul 2014 07:41:14 GMT Frederik Heber [1d17e5] * src/Fragmentation/Automation/MPQCCommandFragmentController.cpp (added) * src/Fragmentation/Automation/MPQCCommandFragmentController.hpp (added) * src/Fragmentation/Automation/Makefile.am (modified) * src/Jobs/JobMarket/FragmentJob.hpp (modified) Added MPQCCommandFragmentController. - ... Sat, 28 Jun 2014 20:03:14 GMT Frederik Heber [c73e35] * src/Actions/Action.cpp (modified) * src/Actions/Action.hpp (modified) * src/Actions/ActionQueue.cpp (modified) * src/Actions/ActionQueue.hpp (modified) * src/Actions/ActionStatusList.cpp (added) * src/Actions/ActionStatusList.hpp (added) * src/Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/DipoleCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Actions/AtomAction/AddAction.cpp (modified) * src/Actions/AtomAction/RemoveAction.cpp (modified) * src/Actions/AtomAction/RotateAroundOriginByAngleAction.cpp (modified) * src/Actions/AtomAction/SaveSelectedAtomsAction.cpp (modified) * src/Actions/BondAction/BondAddAction.cpp (modified) * src/Actions/BondAction/BondRemoveAction.cpp (modified) * src/Actions/CommandAction/BondLengthTableAction.cpp (modified) * src/Actions/CommandAction/ElementDbAction.cpp (modified) * src/Actions/CommandAction/HelpAction.cpp (modified) * src/Actions/CommandAction/LoadSessionAction.cpp (modified) * src/Actions/CommandAction/VersionAction.cpp (modified) * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * src/Actions/FillAction/FillSurfaceAction.cpp (modified) * src/Actions/FragmentationAction/AnalyseFragmentationResultsAction.cpp (modified) * src/Actions/FragmentationAction/ClearFragmentationResultsAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Actions/FragmentationAction/ParseFragmentJobsAction.cpp (modified) * src/Actions/FragmentationAction/StoreSaturatedFragmentAction.cpp (modified) * src/Actions/GraphAction/DestroyAdjacencyAction.cpp (modified) * src/Actions/GraphAction/UpdateMoleculesAction.cpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MoleculeAction/BondFileAction.cpp (modified) * src/Actions/MoleculeAction/ChangeBondAngleAction.cpp (modified) * src/Actions/MoleculeAction/ChangeNameAction.cpp (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp (modified) * src/Actions/MoleculeAction/LoadAction.cpp (modified) * src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/SaveBondsAction.cpp (modified) * src/Actions/MoleculeAction/SaveSelectedMoleculesAction.cpp (modified) * src/Actions/MoleculeAction/SaveTemperatureAction.cpp (modified) * src/Actions/MoleculeAction/StretchBondAction.cpp (modified) * src/Actions/MoleculeAction/SuspendInWaterAction.cpp (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Actions/ParserAction/ParseTremoloPotentialsAction.cpp (modified) * src/Actions/ParserAction/SaveSelectedAtomsAsExtTypesAction.cpp (modified) * src/Actions/ParserAction/SetOutputFormatsAction.cpp (modified) * src/Actions/PotentialAction/FitParticleChargesAction.cpp (modified) * src/Actions/PotentialAction/FitPotentialAction.cpp (modified) * src/Actions/PotentialAction/ParseHomologiesAction.cpp (modified) * src/Actions/PotentialAction/SaveHomologiesAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByIdAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByOrderAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsInsideVolumeAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByOrderAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByIdAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByOrderAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByIdAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.cpp (modified) * src/Actions/SelectionAction/Shapes/NotShapeByNameAction.cpp (modified) * src/Actions/SelectionAction/Shapes/ShapeByNameAction.cpp (modified) * src/Actions/ShapeAction/CombineShapesAction.cpp (modified) * src/Actions/TesselationAction/ConvexEnvelopeAction.cpp (modified) * src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp (modified) * src/Actions/WorldAction/AddEmptyBoundaryAction.cpp (modified) * src/Actions/WorldAction/CenterOnEdgeAction.cpp (modified) * src/Actions/WorldAction/InputAction.cpp (modified) * src/Actions/WorldAction/OutputAction.cpp (modified) * src/Actions/WorldAction/OutputAsAction.cpp (modified) * src/UIElements/CommandLineUI/CommandLineStatusIndicator.cpp (modified) * src/UIElements/CommandLineUI/CommandLineStatusIndicator.hpp (modified) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * src/UIElements/Menu/TextMenu/TxMenu.cpp (modified) * src/UIElements/TextUI/TextStatusIndicator.cpp (modified) * src/UIElements/TextUI/TextStatusIndicator.hpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.cpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.hpp (modified) Merge branch 'StatusToAllActions' into stable Sat, 28 Jun 2014 00:51:35 GMT Frederik Heber [0ef912] * src/UIElements/Views/Qt4/QtLogBox.cpp (modified) * src/UIElements/Views/Qt4/QtLogBox.hpp (modified) QtLogBox catches mousePressEvent and selects atom in log. - this ... Sat, 28 Jun 2014 00:50:42 GMT Frederik Heber [e0b5f0] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Views/Qt4/QDebugStream.hpp (added) * src/UIElements/Views/Qt4/QtLogBox.cpp (added) * src/UIElements/Views/Qt4/QtLogBox.hpp (added) Added QtLogBox to QtMainWindow, using QDebugStream to display log. Fri, 27 Jun 2014 21:32:55 GMT Frederik Heber [7f8c9a] * src/Makefile.am (modified) * src/cleanUp.cpp (modified) FIX: Need to purge FragmentationResultContainer. - otherwise ...