Minor optimization to speed up running of tests
Ticket #225 fixed another zero norm issue
Ticket #225 Fixed some bugs
Got the random number internals to compile again
fixed test_all script
Ticket #225 Updated Changelog
Ticket #225 updated Readme
Ticket #225 updated Vagrantfile
Ticket #225 updated Vagrantfile to work with new tensor version
Got rid of all the binary demo reference data
Updated Python interface
Made Operator::exp() private
Tiny cleanups
Made normalize() throw when given a state with zero norm.
Replaced some more tabs by spaces
Removed grid methods for coupled channels
Split off searches for coupled channels degree of freedom from Grid
Ticket #225 updated documentation
Ticket #225 minor fix when downloading Googletest on Windows
Ticket #225 small cleanup: replace tabs by spaces, fix some alignments
Ticket #225 validate tensor configuration options
Ticket #225 small cleanup: use one more tensor functionality
Ticket #225 small cleanup; expressed some matrix multiplications by mmult(), not fold()
Ticket #225 small cleanup: use flatten() instead of reshape(x,x.size())
Ticket #225 updated Python interface to new tensor library interface
Ticket #225 upgrade (C++) demos
Ticket #225 converted acceptance tests
Ticket #225 updated factory package
Ticket #225 converted propagators to new tensor library interface
Ticket #225 adapted expression code to new tensor library
Ticket #225 translated operator classes to new tensor library
Ticket #225 converted all functors and tests
Ticket #225 translated various builder generators and their tests
Ticket #225 translated grid tests to new tensor library
Ticket #225 Noticed a breaking change in the latest tensor implementation
Ticket #225 converted a few more source files, mostly Grid package
Ticket #225 finished translating util package sources and tests
Ticket #225 Converted first few files to new tensor library
Ticket #225 allowed exclusion of doc building again
Ticket #225 removed all code except utils
Ticket #225 Search tensor library only with CMake
Ticket #225 some smaller CMake improvements, fixed Python tests
Ticket #225 Broke the unit tests by accident
Ticket #225 merged scripts/CMakeLists.txt with top-level library one
Ticket #225 renamed python -> python_interface
Ticket #225 Merged test/CMakeLists.txt with library one
Ticket #225 Merged src subdir with general CMakeLists.txt
Ticket #225 : Dissolved CMakeLists in include subdir
Ticket #225 : Moved library-only CMake code to subdirectory
Ticket #225 moved all wavepacket code to a subdirectory "library"
Fixed wp-build script
Fixed some Doxygen warnings
Fixed several compiler warnings and errors
Small updates to Readme and such; bumped version number to 0.3.5
Removed the concept of a wavepacket_headers target
Cleanup: replaced tabs by spaces
Fixed some cppcheck warnings
Fixed some licensing issues
Ticket #224 : Fixed a demo
Ticket #224 : updated NEWS
Ticket #224 : updated generation of doxygen
Forgot to commit a completely unrelated file
Ticket #224 : added plotting to some more demos
Ticket #224 : updated some demos with plotting
Ticket #224 : shortened names of plotting classes
Ticket #224 : Improved CMake handling of googletest
Ticket #224 : upgraded boost dependency to 1.74
Ticket #224 : removed dependency on boost::format
Ticket #224 : updated documentation of Plot1DObserver