Releases: qutip/QuantumToolbox.jl
Releases · qutip/QuantumToolbox.jl
v0.7.2
QuantumToolbox v0.7.2
Merged pull requests:
- Optimize
show()
forQuantumObject
(#70) (@ytdHuang) - Improve allocations for ProgressBar (#72) (@albertomercurio)
- Improve WignerClenshaw allocations (#73) (@albertomercurio)
- Change version to 0.7.2 (#74) (@albertomercurio)
v0.7.1
QuantumToolbox v0.7.1
Merged pull requests:
- Modify
QuantumObject
strings inshow()
(#67) (@ytdHuang) - Fix Documenter key missing (#68) (@albertomercurio)
- Change version to 0.7.1 (#69) (@albertomercurio)
v0.7.0
QuantumToolbox v0.7.0
Merged pull requests:
- Fixed DiffEqCallbacks version bounds (#34) (@albertomercurio)
- Improved liouvillian definition (#35) (@albertomercurio)
- Improve runtests and CI pipeline (#38) (@ytdHuang)
- Added a simple description in the README (#42) (@albertomercurio)
- define
OperatorKetQuantumObject
andOperatorBraQuantumObject
(#43) (@ytdHuang) - Support
OperatorBraQuantumObject
andOperatorKetQuantumObject
(#44) (@ytdHuang) - Introduced ProgressBar (#45) (@albertomercurio)
- Generalize the constructor of
QuantumObject
(#48) (@ytdHuang) - Add dependabot (#49) (@albertomercurio)
- Fix compat with DiffEqCallbacks (#50) (@albertomercurio)
- Bump julia-actions/setup-julia from 1 to 2 (#52) (@dependabot[bot])
- Optimize
next!
inProgressBar
(#53) (@ytdHuang) - Removed SafeTestsets (#54) (@albertomercurio)
- Merge from main branch (#55) (@ytdHuang)
- Basic functionalities for Operator-Ket and Operator-Bra (#56) (@ytdHuang)
- Support general
I/O
forProgressBar
output (#57) (@ytdHuang) - Introduced Aqua.jl test (#58) (@albertomercurio)
- Support
mat2vec
andvec2mat
forQuantumObject
(#59) (@ytdHuang) - Add
JET.jl
runtest (#61) (@albertomercurio) - fix JET tests (#62) (@ytdHuang)
- Modify runtests and CI settings for
JET
(#63) (@ytdHuang) - Abbreviated constants for all
QuantumObjectType
(#65) (@ytdHuang) - FIx CI issue (#66) (@albertomercurio)
Closed issues:
v0.6.0
QuantumToolbox v0.6.0
Merged pull requests:
- support
Base.eltype
forQuantumObject
(#29) (@ytdHuang) - Calculate Negativity (#30) (@ytdHuang)
- Introduced AbstractQuantumObject (#31) (@albertomercurio)
- Simplify e_ops in mesolve and sesolve (#32) (@albertomercurio)
- Extend method for
ptrace
andentanglement
(#33) (@ytdHuang)
v0.5.5
What's Changed
- Introduced OperatorSum by @albertomercurio in https://github.com/albertomercurio/QuantumToolbox.jl/pull/18
- Added OperatorSum into Dynamical Shifted Fock algorithm by @albertomercurio in https://github.com/albertomercurio/QuantumToolbox.jl/pull/19
- Optimized expv! by @albertomercurio in https://github.com/albertomercurio/QuantumToolbox.jl/pull/20
- CompatHelper: bump compat for DiffEqCallbacks to 3, (keep existing compat) by @github-actions in https://github.com/albertomercurio/QuantumToolbox.jl/pull/21
- Minor copyto! changes by @albertomercurio in https://github.com/albertomercurio/QuantumToolbox.jl/pull/23
- Added seed per each mc trajectory by @lgravina1997 in https://github.com/albertomercurio/QuantumToolbox.jl/pull/25
- Improve mcsolve allocations by @albertomercurio in https://github.com/albertomercurio/QuantumToolbox.jl/pull/24
- Fixed NaNs in WignerLaguerre by @albertomercurio in https://github.com/albertomercurio/QuantumToolbox.jl/pull/26
- add
qeye()=eye()
by @ytdHuang in https://github.com/albertomercurio/QuantumToolbox.jl/pull/28
Full Changelog: albertomercurio/QuantumToolbox.jl@v0.5.4...v0.5.5
v0.5.4
QuantumToolbox v0.5.4
v0.5.3
What's Changed
- Change version to 0.5.3 by @albertomercurio in https://github.com/albertomercurio/QuantumToolbox.jl/pull/16
New Contributors
- @albertomercurio made their first contribution in https://github.com/albertomercurio/QuantumToolbox.jl/pull/16
Full Changelog: albertomercurio/QuantumToolbox.jl@v0.5.2...v0.5.3
v0.5.2
What's Changed
- CompatHelper: add new compat entry for DifferentialEquations at version 7, (keep existing compat) by @github-actions in #4
- CompatHelper: add new compat entry for IncompleteLU at version 0.2, (keep existing compat) by @github-actions in #3
- CompatHelper: add new compat entry for KrylovKit at version 0.5, (keep existing compat) by @github-actions in #2
- CompatHelper: add new compat entry for IterativeSolvers at version 0.9, (keep existing compat) by @github-actions in #1
- CompatHelper: add new compat entry for LinearSolve at version 2, (keep existing compat) by @github-actions in #9
- CompatHelper: add new compat entry for LinearMaps at version 3, (keep existing compat) by @github-actions in #8
- CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) by @github-actions in #7
- CompatHelper: add new compat entry for IncompleteLU at version 0.2, (keep existing compat) by @github-actions in #6
- Update correlations.jl by @TestaDiBrigghio in #10
- Update correlations.jl by @TestaDiBrigghio in #11
- final pull including test by @lgravina1997 in #13
- Add
Qobj
andtensor
by @ytdHuang in #15
New Contributors
- @github-actions made their first contribution in #4
- @TestaDiBrigghio made their first contribution in #10
- @lgravina1997 made their first contribution in #13
- @ytdHuang made their first contribution in #15
Full Changelog: https://github.com/albertomercurio/QuPhys.jl/commits/v0.5.2