Skip to content

Releases: JuliaQuantumControl/QuantumPropagators.jl

v0.2.0

08 Sep 04:39
Compare
Choose a tag to compare

QuantumPropagators v0.2.0

Diff since v0.1.6

Closed issues:

  • Propagator interface (#26)

Merged pull requests:

  • CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#8) (@github-actions[bot])
  • Implementation of Propagator interface (#27) (@goerz)
  • Fix axpy! incompatibility with Julia 1.9 (#28) (@goerz)
  • Remove get_control_parameters (temporarily) (#29) (@goerz)

Other changes:

  • Added Controls submodule (previously in QuantumControlBase

v0.1.6

31 Mar 01:00
Compare
Choose a tag to compare

QuantumPropagators v0.1.6

Diff since v0.1.5

Merged pull requests:

  • Fix specrange return type to be Float64 (#24) (@goerz)

v0.1.5

29 Mar 04:49
Compare
Choose a tag to compare

QuantumPropagators v0.1.5

Diff since v0.1.4

Merged pull requests:

  • Auto-choose cheby for any generators with real eigenvalues (even if they're non-Hermitian) (#22) (@goerz)

v0.1.4

23 Mar 22:49
Compare
Choose a tag to compare

QuantumPropagators v0.1.4

Diff since v0.1.3

Merged pull requests:

  • Fix specrad via diagonalization (#20) (@goerz)

v0.1.3

23 Mar 03:43
Compare
Choose a tag to compare

QuantumPropagators v0.1.3

Diff since v0.1.2

Merged pull requests:

  • Add: Allow printing an info-message in initpropwrk (#18) (@goerz)

v0.1.2

27 Feb 14:57
Compare
Choose a tag to compare

QuantumPropagators v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Fix use of cheby for backward propagation (#16) (@goerz)

v0.1.1

24 Feb 19:56
Compare
Choose a tag to compare

QuantumPropagators v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Fix calculation of expectation values (#13) (@goerz)
  • Fix calculation of spectral range for Cheby (#14) (@goerz)

v0.1.0

06 Feb 23:05
Compare
Choose a tag to compare

QuantumPropagators v0.1.0

Diff since v0.0.3

Merged pull requests:

v0.0.3

31 Dec 02:39
Compare
Choose a tag to compare

QuantumPropagators v0.0.3

Diff since v0.0.2

v0.0.2

01 Oct 22:28
Compare
Choose a tag to compare

QuantumPropagators v0.0.2

Diff since v0.0.1

Closed issues:

  • Newton Propagator is still buggy (#1)
  • Wrong evolution when using Newton Propagator? (#6)