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)