Skip to content

Releases: qiskit-community/qiskit-dynamics

Qiskit Dynamics 0.3.0

10 Aug 17:01
c24ed87
Compare
Choose a tag to compare

Changelog

Deprecated

  • Updating Solver.solve to take signals as an argument and to accept multiple simulations (#105)
  • Adding explicit deprecation of carriers as list to InstructionToSignals (#98)

Added

  • Implementing Lanczos algorithm as a new solver method (#109)
  • Introduce perturbation module (#73)
  • Add diffrax solvers (#104)
  • Updating Solver.solve to take signals as an argument and to accept multiple simulations (#105)
  • Add Python 3.10 support/testing, remove numpy version constraint, update black, astroid, and pylint (#82)
  • Added channel filtering to pulse converter (#59)

Changed

  • Updating Solver.solve to take signals as an argument and to accept multiple simulations (#105)
  • Adding quantum_info state dims preservation to Solver.solve (#99)

Removed

  • Remove deprecated dispatch methods (#97)

Fixed

  • Fix RotatingFrame basis transformation methods to work for a list of CSR matrices (#118)
  • Lindblad model RWA bug fix (#100)

Qiskit Dynamics 0.2.1

09 Dec 02:07
a0dd950
Compare
Choose a tag to compare

Qiskit Dynamics 0.2.0

08 Dec 18:52
c224c61
Compare
Choose a tag to compare

Changelog

Full release notes: https://qiskit.org/documentation/dynamics/release_notes.html#release-notes-0-2-0

Deprecated

  • Move Array to its own module (#61)

Added

  • Introduce JAX sparse evaluation mode (#51)
  • Add RK4 fixed step solver and parallelized JAX fixed step solvers (#49)

Changed

  • Move Array to its own module (#61)

Qiskit Dynamics 0.1.0

21 Oct 18:17
2a36f38
Compare
Choose a tag to compare

First release of the package, establishing core computational framework and features.