Changes to exact time propagation (and some minor improvements)
Created by: femtobit
This PR contains a bunch of mostly minor changes, mostly related to time evolution:
-
The most noticeable one: Rename
ImagTimePropagation
toExactTimePropagation
and add option for solving the real-time Schrödinger equation. (In light of #235 (closed) this change may not be relevant for much longer, but since #235 (closed) is marked as version 2.1 and the work is already done, I think it still makes sense to merge it for now.) -
A fix for #234 (closed).
-
Removing some typos from the docs.
-
Making
UpdateConf
takespan
s, which removes the need for additional copies of data in a few cases.