Skip to content

Qiskit Dynamics 0.3.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 10 Aug 17:01
· 142 commits to main since this release
c24ed87

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)