Methods for simulating the time dynamics of a quantum system for packages with the JuliaQuantumControl organization.
For standalone use, the QuantumPropagators package can be installed with Pkg as
pkg> add QuantumPropagators
Otherwise, the package should be installed as part of QuantumControl.jl:
pkg> add QuantumControl
For development usage, see the organization development notes.
The documentation of QuantumPropagators.jl is available at https://juliaquantumcontrol.github.io/QuantumPropagators.jl.
For a broader perspective on how time propagation fits in the context of quantum control theory, see the documentation of the QuantumControl.jl meta-package.
This project is REUSE-compliant. The entire package can be distributed under the MIT License: every file is available under MIT. Files that are not source code are additionally dual-licensed for reuse in other contexts — documentation (including the README and other prose) under Creative Commons Attribution (CC-BY-4.0), and trivial configuration or tooling files as public domain (CC0-1.0). The authoritative per-file copyright and licensing information is provided by SPDX tags in each file (and REUSE.toml where a file cannot carry a header). It can be verified using the reuse tool, e.g., by running reuse lint.