We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18115a commit eccdf1aCopy full SHA for eccdf1a
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main)
9
10
- Make CUDA conversion more general using Adapt.jl. ([#437])
11
+- Make the generation of `fock` states non-mutating to support Zygote.jl. ([#438])
12
13
## [v0.29.1]
14
Release date: 2025-03-07
@@ -190,3 +191,4 @@ Release date: 2024-11-13
190
191
[#428]: https://github.com/qutip/QuantumToolbox.jl/issues/428
192
[#430]: https://github.com/qutip/QuantumToolbox.jl/issues/430
193
[#437]: https://github.com/qutip/QuantumToolbox.jl/issues/437
194
+[#438]: https://github.com/qutip/QuantumToolbox.jl/issues/438
0 commit comments