# # ChangeLog for src/Fragmentation/fragmentation_helpers.hpp # # Generated by Trac 1.4.4 # Mar 17, 2025, 8:22:16 PM Sun, 24 Feb 2013 12:59:18 GMT Frederik Heber [d760bb] * src/Atom/atom_bondedparticle.cpp (modified) * src/Atom/atom_bondedparticleinfo.cpp (modified) * src/Atom/atom_bondedparticleinfo.hpp (modified) * src/Fragmentation/AdaptivityMap.cpp (modified) * src/Fragmentation/BondsPerShortestPath.cpp (modified) * src/Fragmentation/BondsPerShortestPath.hpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/PowerSetGenerator.cpp (modified) * src/Fragmentation/PowerSetGenerator.hpp (modified) * src/Fragmentation/UniqueFragments.cpp (modified) * src/Fragmentation/UniqueFragments.hpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) REFACTOR: PowerSetGenerator now creates all orders in one go, not ... Mon, 03 Dec 2012 09:49:30 GMT Frederik Heber [339910] * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/MoleculeLeafClass.cpp (modified) * src/MoleculeLeafClass.hpp (modified) Fragmentation now operates on a single molecule. - ... Mon, 03 Dec 2012 09:49:06 GMT Frederik Heber [b78dfd] * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) Added helper getGlobalIdsFromLocalIds. - for ... Mon, 03 Dec 2012 09:49:06 GMT Frederik Heber [bf42a0] * src/Fragmentation/fragmentation_helpers.hpp (modified) FIX: Renamed double inclusion preventer of fragmentation_helpers. - ... Fri, 26 Oct 2012 13:24:01 GMT Frederik Heber [f96874] * src/Fragmentation/AdaptivityMap.cpp (modified) * src/Fragmentation/AdaptivityMap.hpp (modified) * src/Fragmentation/AtomMask.hpp (added) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/Mask.hpp (added) * src/Fragmentation/MoleculeMask.hpp (added) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/MoleculeLeafClass.cpp (modified) * src/MoleculeLeafClass.hpp (modified) AtomMask is now a set, inherited into own class. - this is ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [851be8] * src/Fragmentation/AdaptivityMap.cpp (modified) * src/Fragmentation/AdaptivityMap.hpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) Moved functions that deal with adaptivity from fragmentation_helpers ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [730d7a] * src/Fragmentation/AdaptivityMap.cpp (added) * src/Fragmentation/AdaptivityMap.hpp (added) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Graph.cpp (modified) * src/Fragmentation/Graph.hpp (modified) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) New class AdaptivityMap and moved some functions from ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [75363b] * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Graph.cpp (modified) * src/Fragmentation/Graph.hpp (modified) * src/Fragmentation/KeySet.cpp (modified) * src/Fragmentation/KeySet.hpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) Extracted functions from fragmentation_helpers and placed them in ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [ba94c5] * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Fragmentation/UniqueFragments.cpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/Makefile.am (modified) * src/graph.cpp (deleted) * src/graph.hpp (deleted) * src/molecule.cpp (modified) * src/molecule.hpp (modified) Removed modules graph.[ch]pp. - typedef of KeyStack is placed in ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [dadc74] * src/Fragmentation/BondsPerShortestPath.hpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Fragmentation/Graph.cpp (added) * src/Fragmentation/Graph.hpp (added) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/PowerSetGenerator.hpp (modified) * src/Fragmentation/UniqueFragments.cpp (modified) * src/Fragmentation/UniqueFragments.hpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/graph.cpp (modified) * src/graph.hpp (modified) * src/molecule.hpp (modified) * src/moleculelist.cpp (modified) Extracted Graph (map of KeySets) into own class from graph.hpp. - ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [f67817f] * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/PowerSetGenerator.cpp (added) * src/Fragmentation/PowerSetGenerator.hpp (added) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/molecule.hpp (modified) * src/molecule_fragmentation.cpp (modified) Extracted power set generation into own class PowerSetGenerator. Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [a03d25] * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/UniqueFragments.cpp (added) * src/Fragmentation/UniqueFragments.hpp (added) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Fragmentation/fragmentation_helpers.hpp (modified) * src/graph.cpp (modified) * src/graph.hpp (modified) * src/molecule_fragmentation.cpp (modified) Placed all routines working on UniqueFragments struct inside this ... Tue, 25 Oct 2011 12:08:02 GMT Frederik Heber [ba1823] * src/Fragmentation/fragmentation_helpers.cpp (added) * src/Fragmentation/fragmentation_helpers.hpp (added) * src/Makefile.am (modified) * src/molecule_fragmentation.cpp (modified) Moved all helpers fragmentation functions into folder src/Fragmentation.