https://github.com/juliaquantumcontrol/quantumpropagators.jl
Propagators for Quantum Dynamics and Optimal Control
https://github.com/juliaquantumcontrol/quantumpropagators.jl
chebyshev julia krylov-methods numerical-methods quantum quantum-mechanics
Last synced: 8 months ago
JSON representation
Propagators for Quantum Dynamics and Optimal Control
- Host: GitHub
- URL: https://github.com/juliaquantumcontrol/quantumpropagators.jl
- Owner: JuliaQuantumControl
- License: mit
- Created: 2021-08-09T17:22:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T15:11:44.000Z (8 months ago)
- Last Synced: 2025-02-01T16:19:36.788Z (8 months ago)
- Topics: chebyshev, julia, krylov-methods, numerical-methods, quantum, quantum-mechanics
- Language: Julia
- Homepage: https://juliaquantumcontrol.github.io/QuantumPropagators.jl/
- Size: 3.12 MB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuantumPropagators
[](https://juliahub.com/ui/Packages/General/QuantumPropagators)
[](https://juliaquantumcontrol.github.io/QuantumPropagators.jl/stable)
[](https://juliaquantumcontrol.github.io/QuantumPropagators.jl/dev)
[](https://github.com/JuliaQuantumControl/QuantumPropagators.jl/actions)
[](https://codecov.io/gh/JuliaQuantumControl/QuantumPropagators.jl)Methods for simulating the time dynamics of a quantum system for packages with the [JuliaQuantumControl][] organization.
## Installation
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`][QuantumControl]:
~~~
pkg> add QuantumControl
~~~For development usage, see the [organization development notes](https://github.com/JuliaQuantumControl#development).
## Documentation
The documentation of `QuantumPropagators.jl` is available at .
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](https://juliaquantumcontrol.github.io/QuantumControl.jl/).
[QuantumControl]: https://github.com/JuliaQuantumControl/QuantumControl.jl#readme
[JuliaQuantumControl]: https://github.com/JuliaQuantumControl
[Pkg]: https://pkgdocs.julialang.org/v1/