JuliaQuantumControl / QuantumPropagators.jl

Propagators for Quantum Dynamics and Optimal Control
https://juliaquantumcontrol.github.io/QuantumPropagators.jl/
MIT License
16 stars 4 forks source link

Refactor for explicitly time-dependent generators #31

Closed goerz closed 1 year ago

goerz commented 1 year ago

In the future, we may want to allow for dynamic generators (Hamiltonians, Liouvillians) that have an explicit time-dependency. That is, the time dependency is not just in the controls. To support this, various functions in QuantumPropagators.Controls, e.g. evalcontrols, should accept additional arguments to specify the time at which the generator is being evaluated.

Currently, these additional arguments are not used and remain undocumented.