Skip to content

v0.2.7: Multiple time evolution operators (#57)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Schoyen Schoyen released this 21 Apr 19:21
· 24 commits to master since this release
b64de6d
* Delete __init__.py in tests-directory

* Return self when passing in system

* Allow for list of time-evolution operators

  This lets the user set up multiple (independent) time-evolution
  operators and sum these together. An example might be a time-dependent
  potential and a dipole laser acting on a system.

* Add test of empty operators

* Update documentation

* Add documentation to set_time_evolution_operator