qojulia / QuantumOptics.jl

Library for the numerical simulation of closed as well as open quantum systems.
http://qojulia.org
Other
518 stars 101 forks source link

Time-dep operators used with non-dynamic evolution #370

Closed amilsted closed 11 months ago

amilsted commented 11 months ago

You can currently call e.g. timeevolution.schroedinger with a time-dependent operator. If you do, the latter will be treated as static! We should either warn if non-constant operators are used in this context, or make this do dynamic evolution like schroedinger_dynamic. Same goes for the other evolution functions!

amilsted commented 11 months ago

Fixed in #371