Ticket #210 : cleaned up and added plotting to FreeParticle/Schroedinger/1 demo
Ticket #210 : added the current trace to the title of the plot
Ticket #210 : started to outsource settings into a separate class
Ticket #210 : units for time/energy in the title can be set now
Ticket #210 : formatting time, energy, trace and added options to change that.
Ticket #210 : some refactoring of the plotting code
Ticket #210 : added unit tests for non-plotting functionality
Ticket #210: fixed an invalid variable name
Ticket #210 : extracted another few functions from the plotting code
Ticket #210 : more refactoring
Ticket #210 : minor refactorings
Ticket #210 : added again the C++ demo for MolVibration/OH/1
Ticket #210 : added option to have separate reference outputs for Python and C++ tests
Ticket #210 : added plotting to two more demos
Ticket #210 : updated the demos that use Python plots
Ticket #213 : added forgotten test
Ticket #213 : fixed Python interface sources
Ticket #213 : added a free exp() function for operators
Ticket #213 : updated NEWS
Ticket #213 : renamed OneSidedTransformation -> UnitaryTransformation
Ticket #213 : made OscillatingField derive from TimeFunction
Ticket #213 : removed useless hand-crafted copy constructors
Ticket #213 : added an exponentiation of FBR operators
Ticket #213 : added an exponentiation function to Operator
Ticket #200 : updated NEWS
Ticket #200 : speed up Chebychev calculations
Added small comment to wp_build.sh script
Ticket #216 : Fixed dependencies in demos and tests
Ticket #216 : introduced multistep search for tensor library
Ticket #216 : moved the Python code to utilities and the main CMakeLists.txt
Ticket #216 : updated NEWS and Readme
Ticket #216 : converted dependencies/CMakeLists.txt into a module
Ticket #216: some rearranging of the CMakeLists.txt
Ticket #216: extracted separate function to create tensor target
Ticket #216: outsourced some logic for tensor finding to main CMakeLists.txt
Ticket #209 : fixed bug in the demos
Ticket #209 : Updated release notes
Ticket #209 : revamped architecture of plotting
Ticket #209 : merged SavingContext into Plotting base class
Ticket #209 : added documentation
Ticket #209 : fixes, added arguments to saving context
Ticket #209 : some more work on the plotting
Ticket #209 : some renamings
Ticket #209 : Started work on the highlighted demo
Ticket #209 : finished documentation of highlighted demo
Ticket #209 : various Python fixes
Ticket #209: Some cleanup of the code
Fixed compilation under gcc-10
Ticket #209 : first draft for saving the plots to a file.
Ticket #206: added a toolchain for the sanitizers and updated documentation
Ticket #215: added a test for TaylorSeries1D