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 and make `set_state!` private #40

Closed goerz closed 1 year ago

goerz commented 1 year ago

This now uses the external QuantumControlTestUtils instead of old code from QuantumControlBase for testing.

The set_state! function isn't typically useful for an enduser, and we want to keep the QuantumControl API as simple as possible.