Skip to content

Releases: USCqserver/OpenQuantumBase.jl

v0.7.9

06 May 06:10
Compare
Choose a tag to compare

OpenQuantumBase v0.7.9

Diff since v0.7.8

v0.7.8 bug fix

v0.7.8

09 Apr 07:30
87f94c0
Compare
Choose a tag to compare

OpenQuantumBase v0.7.8

Diff since v0.7.7

v0.7.8 release

Merged pull requests:

Closed issues:

  • Add + method for Hamiltonian object (#110)

v0.7.7

15 Nov 07:09
Compare
Choose a tag to compare

OpenQuantumBase v0.7.7

Diff since v0.7.6

v0.7.7

Merged pull requests:

Closed issues:

  • 🐛 TRBDF2() solvers fails in the tutorial (#103)

v0.7.6

28 Jun 03:45
81fc36a
Compare
Choose a tag to compare

OpenQuantumBase v0.7.6

Diff since v0.7.5

Closed issues:

  • Add LOBPCG as the default eigendecomposition routine for sparse matrices (#102)

Merged pull requests:

v0.7.5

12 Feb 19:54
1594669
Compare
Choose a tag to compare

OpenQuantumBase v0.7.5

Diff since v0.7.4

Closed issues:

  • Hamiltonian interface with Static option gives incorrect AME result (#100)

Merged pull requests:

OpenQuantumBase v0.7.4

21 Nov 04:25
Compare
Choose a tag to compare

OpenQuantumBase v0.7.4

  • 🚸Hamiltonian interface now supports ConstantHamiltonian
  • 🏷️Change the AbstractAnnealing type
    The type now only records whether the Hamiltonian is constant or not.
  • 🚸add isconstant for AbstractTimeDependentCouplings
  • 🏷️ Change the constructor for Annealing type
  • 🚸add eigen_decomp method for constant Hamiltonian
  • 🎨change the default behavior of build_lambshift function
  • 🎨change the behavior of build_lambshift for all types
  • ⚡️add jump method for ConstDaviesGenerator
  • ✅test pass for ConstDaviesGenerator
  • ✅make spzero compatible with Julia 1.6

OpenQuantumBase v0.7.3

07 Oct 07:22
84a18b3
Compare
Choose a tag to compare

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

24 Sep 04:16
5246d05
Compare
Choose a tag to compare

OpenQuantumBase v0.7.2

  • Fix the type check of the Hamiltonian interface
  • Add find_degenerate function

OpenQuantumBase v0.7.1

19 Jul 05:40
Compare
Choose a tag to compare

OpenQuantumBase v0.7.1

  • Add constant Hamiltonian types
  • Add a dimensionless_time tag for Hamiltonian type
  • Fix bug for CustomDenseHamiltonian

v0.7.0

12 Jun 00:42
Compare
Choose a tag to compare

OpenQuantumBase v0.7.0

Diff since v0.6.11

Closed issues:

  • Reduce allocations and run times (#78)
  • Fix AME for degenerate eigenstates (#82)

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)