Releases: qiskit-community/qiskit-dynamics
Releases · qiskit-community/qiskit-dynamics
Qiskit Dynamics 0.3.0
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
Qiskit Dynamics 0.2.1
Changelog
Qiskit Dynamics 0.2.0
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
First release of the package, establishing core computational framework and features.