- Update: qutip >= 5.0 is now required
- Drop: Compatibility with qutip < 5.0
- Removed: function
cartan_decomposition
. This would return wrong results, and it is not clear how to implement it correctly.
- Drop: Compatibility with matplotlib < 3.3
- Drop: Compatibility with qutip >= 5.0
- Drop: Support for Python 3.5-3.7
- Add: Support for Python 3.8-3.9
- Update: Use QuTiP 4.6
This is a maintenance release updating to the latest versions of Python and QuTiP and dropping support of versions that have reached end-of-life
- Fix: adapt to changes in QuTiP 4.4
- Fix: adapt to changes in Sphinx (better-apidoc 0.3.1)
- Fix: the routine
make_PE_krotov_chi_constructor
now returns a function that is compatible with a stricter interface forchi_constructor
in the krotov packages (which now requires thatchi_constructor
routines accept keyword arguments).
- Add: routine
make_PE_krotov_chi_constructor
for calculating the boundary conditions for the backward propagation in an optimization towards a perfect entangler using Krotov's method
- Bugfix: project metadata
- Add: Conversion between canonical basis and Bell basis: functions
bell_basis
,gate
, andmapped_basis
- Initial release