JuliaQuantumControl / QuantumPropagators.jl

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

Simplify `write_to_storage!` API #49

Closed goerz closed 1 year ago

goerz commented 1 year ago

We define the public API for write_to_storage! to be

write_to_storage!(storage, i, data)

exclusively. The previously documented method

write_to_storage!(storage, i::Integer, state, observables, tlist)

is strictly internal to propagate and should not be customized.