#228 updated NEWS
#228 updated demo documentation
#228 Some more cleanup
#228 Got Python demos and tests to run again
#228 implemented (hopefully) consistent naming scheme
#228 Got Python demos and tests to run again
#228 implemented (hopefully) consistent naming scheme
#228 minor beautifications
Renamed some remaining instances of "propagator" to "solver"
#177 Updated NEWS
Commented a small issue that confused me
#177 Removed truncation from Operator; pushed to specific operators
#177 fixed incorrect reference output for LinearRamp demo
#177 Some cleanup along the way
#177 Removed ElectronDynamics
#177 Added documentation
#177 Added Python demo; set up C++ and Python demos as tests
#177 Added some code for counting the number of operator applications
#177 Started work on alternative demo: linear ramp for FaberSolver
#177 Fixed a bug in the FaberSolver
#177 various documentation improvements
#177 added a section on performance comparisons
#177 Aligned C++ and Python demo
#177 Reduced timestep to 10 a.u.
#177 Added code for profiling Faber polynomials against Runge-Kutta
#177 Fixed some remaining issues
#177 Fixed various doxygen errors, in particular wrong formulas
#177 added plot for the qualitative shape of spectra
#177 Textual improvements to the highlighted demo
#177 Some more demo documentation
#177 Finished documentation first draft
#177 Started work on the highlighted demo
#177 Fixed the demo
#177 Updated demos with some printing of the minimum potential
#177 reduced memory footprint of minimumPotential()
#177 added two more helper functions for the min/max values of a potential
#177 Small fix: Run Python demos without output buffering
#177 Updated the reference output
#177 Implemented Python demo
#177 Final touches to the demo
#177 Fixed size of the domain
#177 hopefully more descriptive comments on the why of the ugly details
#177 fixed errors in demo
#177 more work on highlighted demo
#177 Started work on a highlighted demo
#177 Added the error function
#177 Added Python interface for the FaberSolver and its domain
#177 Updated documentation for FaberSolver and co
#177 use cutoff instead of explicit order for the FaberSolver
#177 Using Domain object to initialize FaberSolver
#177 added a Domain object to the FaberSolver
#177 small cleanup
#177 Implemented propagation in negative time
#177 Verified convergece with timestep and polynomial order
#177 added some more parameter checks
#177 Fixed FaberSolver
First approach
#177 added skeleton to implement the propagation
#177 added some helper functions to parametrize the FaberSolver
#177 started work on Faber poynomial solver
#177 added a CountingOperator to measure / demonstrate performance of algorithms
#177 Added documentation on the use of optionals
#177 heavily truncated spectrum for most expensive demo
#177 Implemented truncation for the relevant operators
#177 introduced internal utility function to truncate tensors and used it
#177 small fix: added internal headers to project
#177 implemented truncation for TransformationOperator1D
#177 add truncation function to operators
#177 increased alpha value for relaxation 25 -> 50
#177 Added convenience function to estimate max eigenvalue of operators
#177 Added utility function to estimate the spectral range