Releases: USCqserver/OpenQuantumBase.jl
Releases · USCqserver/OpenQuantumBase.jl
v0.7.9
v0.7.8
OpenQuantumBase v0.7.8
v0.7.8 release
Merged pull requests:
- flexibilize types for partial_trace (#109) (@araujoms)
- ✨ add + method for Dense and SparseHamiltonian (#111) (@neversakura)
Closed issues:
- Add
+method for Hamiltonian object (#110)
v0.7.7
OpenQuantumBase v0.7.7
v0.7.7
Merged pull requests:
- 🎨 Add optional keyword argument to
eigen_decomp(#107) (@neversakura)
Closed issues:
- 🐛 TRBDF2() solvers fails in the tutorial (#103)
v0.7.6
OpenQuantumBase v0.7.6
Closed issues:
- Add LOBPCG as the default eigendecomposition routine for sparse matrices (#102)
Merged pull requests:
- 102 add lobpcg as the default eigendecomposition routine for sparse matrices (#105) (@neversakura)
- v0.7.6 (#106) (@neversakura)
v0.7.5
OpenQuantumBase v0.7.5
Closed issues:
Hamiltonianinterface withStaticoption gives incorrect AME result (#100)
Merged pull requests:
- v0.7.5 update (#101) (@neversakura)
OpenQuantumBase v0.7.4
OpenQuantumBase v0.7.4
- 🚸
Hamiltonianinterface now supportsConstantHamiltonian - 🏷️Change the
AbstractAnnealingtype
The type now only records whether the Hamiltonian is constant or not. - 🚸add
isconstantforAbstractTimeDependentCouplings - 🏷️ Change the constructor for
Annealingtype - 🚸add
eigen_decompmethod for constant Hamiltonian - 🎨change the default behavior of
build_lambshiftfunction - 🎨change the behavior of
build_lambshiftfor all types - ⚡️add jump method for
ConstDaviesGenerator - ✅test pass for
ConstDaviesGenerator - ✅make
spzerocompatible with Julia 1.6
OpenQuantumBase v0.7.3
OpenQuantumBase v0.7.3
- 🐛fix bug in AME trajectory method
When constructing the probability for jump operators, convert the complex number to real explicitly.
OpenQuantumBase v0.7.2
OpenQuantumBase v0.7.2
- Fix the type check of the
Hamiltonianinterface - Add
find_degeneratefunction
OpenQuantumBase v0.7.1
OpenQuantumBase v0.7.1
- Add constant Hamiltonian types
- Add a
dimensionless_time tagfor Hamiltonian type - Fix bug for
CustomDenseHamiltonian
v0.7.0
OpenQuantumBase v0.7.0
Closed issues:
Merged pull requests:
- CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#77) (@github-actions[bot])
- Replace .EIGS with with an interface function (#79) (@hmunozb)
- 78 reduce allocations and run times (#80) (@neversakura)
- Fix ame with degenerate states (#83) (@neversakura)