Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 01:00

Krotov v0.5.0

  • Use new hamiltonian function in examples
  • Adapt to new interface of get_control_deriv
  • Allow update_shape and lambda_a to be given as global parameters
  • Remove old implementation of pulse parametrization. This is superseded by the combination of the new control amplitudes and QuantumControlBase.PulseParametrizations

Diff since v0.4.0

Merged pull requests:

  • Adapt to Generator/Operator structure (#20) (@goerz)
  • Remove PulseParametrization, use ParametrizedAmplitude instead. (#21) (@goerz)
  • Adapt to refactoring (#22) (@goerz)
  • Allow to give global pulse options (#23) (@goerz)