#
# ChangeLog for src/Fragmentation/Summation/Summator.hpp
#
# Generated by Trac 1.4.4
# Apr 4, 2025, 5:52:22 AM

Fri, 14 Dec 2012 17:39:41 GMT Frederik Heber <heber@…> [69e065]
	* src/Fragmentation/Summation/OrthogonalSummator.hpp (modified)
	* src/Fragmentation/Summation/Summator.hpp (modified)

	Added getContributionForIndexSet() and ...Value...() to ...


Tue, 27 Nov 2012 08:35:34 GMT Frederik Heber <heber@…> [3dd32f]
	* src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified)
	* src/Fragmentation/Summation/AllLevelOrthogonalSummator.hpp (modified)
	* src/Fragmentation/Summation/AllLevelSummator.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalFullSummator.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalSumUpPerLevel.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalSummator.hpp (modified)
	* src/Fragmentation/Summation/SumUpPerLevel.hpp (modified)
	* src/Fragmentation/Summation/Summator.hpp (modified)

	MatrixNrLookup ist now used const throughout templated functors.

	- ...


Tue, 27 Nov 2012 08:35:34 GMT Frederik Heber <heber@…> [c9f9bb]
	* src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified)
	* src/Fragmentation/Converter/DataConverter.hpp (modified)
	* src/Fragmentation/Summation/AllLevelOrthogonalSummator.hpp (modified)
	* src/Fragmentation/Summation/AllLevelSummator.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalFullSummator.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalSumUpPerLevel.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalSummator.hpp (modified)
	* src/Fragmentation/Summation/SumUpPerLevel.hpp (modified)
	* src/Fragmentation/Summation/Summator.hpp (modified)
	* src/UIElements/Makefile.am (modified)

	Combining FragmentResult's id and ...Data in ...


Tue, 27 Nov 2012 08:35:34 GMT Frederik Heber <heber@…> [302345]
	* src/Fragmentation/Summation/OrthogonalSummator.hpp (modified)
	* src/Fragmentation/Summation/Summator.hpp (modified)

	FIX: (Orthogonal)Summator would not create correct indices for ...


Fri, 16 Nov 2012 14:13:45 GMT Frederik Heber <heber@…> [ff9963]
	* src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified)
	* src/Fragmentation/Summation/AllLevelOrthogonalSummator.hpp (moved)
	* src/Fragmentation/Summation/AllLevelSummator.hpp (moved)
	* src/Fragmentation/Summation/Makefile.am (modified)
	* src/Fragmentation/Summation/OrthogonalSummation.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalSummation_impl.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalSummator.hpp (modified)
	* src/Fragmentation/Summation/Summation.hpp (modified)
	* src/Fragmentation/Summation/Summation_impl.hpp (modified)
	* src/Fragmentation/Summation/Summator.hpp (modified)
	* src/Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.cpp (modified)
	* src/Fragmentation/Summation/unittests/SummationUnitTest.cpp (modified)

	(Orthogonal)Summation now goes level-wise.

	- print(Orthogonal)Sum ...


Fri, 16 Nov 2012 14:13:45 GMT Frederik Heber <heber@…> [a96b02]
	* src/Fragmentation/Summation/OrthogonalSummator.hpp (modified)
	* src/Fragmentation/Summation/Summator.hpp (modified)

	(Orthogonal)Summator now have internal instance Summation.

	- added ...


Thu, 15 Nov 2012 15:03:31 GMT Frederik Heber <heber@…> [c40e15d]
	* src/Fragmentation/Summation/Makefile.am (modified)
	* src/Fragmentation/Summation/SetValue.hpp (modified)
	* src/Fragmentation/Summation/Summation.hpp (added)
	* src/Fragmentation/Summation/Summation_impl.hpp (added)
	* src/Fragmentation/Summation/Summator.hpp (added)
	* src/Fragmentation/Summation/printSum.hpp (added)
	* src/Fragmentation/Summation/unittests/Makefile.am (modified)
	* src/Fragmentation/Summation/unittests/SummationUnitTest.cpp (added)
	* src/Fragmentation/Summation/unittests/SummationUnitTest.hpp (added)

	Added Summation, Summator, and printSum for non-orthogonal Summation. ...


Thu, 15 Nov 2012 15:03:17 GMT Frederik Heber <heber@…> [c6ca23]
	* src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified)
	* src/Fragmentation/Summation/Makefile.am (modified)
	* src/Fragmentation/Summation/OrthogonalSummation.hpp (modified)
	* src/Fragmentation/Summation/OrthogonalSummator.hpp (moved)
	* src/Fragmentation/Summation/printOrthogonalSum.hpp (moved)
	* src/Fragmentation/Summation/unittests/Makefile.am (modified)
	* src/Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.cpp (modified)

	Renamed Summator and printSum to OrthogonalSummator and ...


Sat, 10 Nov 2012 15:57:58 GMT Frederik Heber <heber@…> [56df37]
	* src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified)
	* src/Fragmentation/Summation/Makefile.am (modified)
	* src/Fragmentation/Summation/Summator.hpp (added)
	* src/Jobs/MPQCDataFused.hpp (added)
	* src/Jobs/MPQCDataMap.hpp (added)
	* src/Jobs/Makefile.am (modified)

	Added general-purpose Summator that is basis for OrthogonalSummation ...