Skip to content

Releases: JuliaQuantumControl/GRAPE.jl

v0.7.5

25 Sep 13:42
Compare
Choose a tag to compare

GRAPE v0.7.5

Diff since v0.7.4

Merged pull requests:

  • Add support for prop_callback (#81) (@goerz)
  • Make GrapeResult an AbstactOptimizationResult (#82) (@goerz)
  • Allow to configure which info is printed per iteration (#83) (@goerz)

v0.7.4

11 Sep 12:26
Compare
Choose a tag to compare

GRAPE v0.7.4

Diff since v0.7.3

Merged pull requests:

  • Fix optimization for trajectories with extra keyword args (#80) (@goerz)

v0.7.3

09 Sep 10:56
Compare
Choose a tag to compare

GRAPE v0.7.3

Diff since v0.7.2

Merged pull requests:

  • Fix Taylor gradient for static operators (#79) (@goerz)

v0.7.2

04 Sep 12:58
Compare
Choose a tag to compare

GRAPE v0.7.2

Diff since v0.7.1

Merged pull requests:

  • Fix using a manual grad_J_a (#76) (@goerz)
  • Remove QuantumControlBase (#77) (@goerz)
  • Adapt to grad_J_a not being in-place (#78) (@goerz)

v0.7.1

20 Aug 00:48
Compare
Choose a tag to compare

GRAPE v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

27 Jul 17:23
Compare
Choose a tag to compare

GRAPE v0.7.0

Diff since v0.6.3

Merged pull requests:

  • Combine info-hook/update-hook into callback (#71) (@goerz)
  • Make chi functions not-in-place (#72) (@goerz)
  • Fix iters not counting correctly when continuing optimization (#73) (@goerz)

v0.6.3

11 Jun 17:01
Compare
Choose a tag to compare

GRAPE v0.6.3

Diff since v0.6.2

Merged pull requests:

v0.6.2

19 May 19:30
Compare
Choose a tag to compare

GRAPE v0.6.2

Diff since v0.6.1

v0.6.1

22 Apr 04:52
Compare
Choose a tag to compare

GRAPE v0.6.1

Diff since v0.6.0

Merged pull requests:

  • Implement accessors for linesearch info (#61) (@goerz)
  • Make Optim backend an extension module (#62) (@goerz)
  • Refactor LBFGSB code into ext folder (#63) (@goerz)
  • Change the memory layout of the pulsevals array (#64) (@goerz)
  • Support not-in-place propagators (#65) (@goerz)
  • Allow to continue Krotov optimization in GRAPE and vice versa (#66) (@goerz)

v0.6.0

23 Jan 13:05
Compare
Choose a tag to compare

GRAPE v0.6.0

Diff since v0.5.7

Merged pull requests:

  • Link to external examples (#57) (@goerz)
  • Avoid unnecessary evaluation of chi (#58) (@goerz)
  • Adapt to renaming of "objective" to "trajectory" (#59) (@goerz)