What's Changed
* Support sparse matrices in cast methods by stavros11 in https://github.com/qiboteam/qibojit/pull/68
* Fix `expm` for sparse matrices on GPU by stavros11 in https://github.com/qiboteam/qibojit/pull/75
* Change `.flatten()` to `.ravel()` to avoid copies by stavros11 in https://github.com/qiboteam/qibojit/pull/74
* Change `.ravel()` back to `.flatten()` for gates by stavros11 in https://github.com/qiboteam/qibojit/pull/79
* New swap implementation for cuQuantum by andrea-pasquale in https://github.com/qiboteam/qibojit/pull/80
* Update cuQuantum version by andrea-pasquale in https://github.com/qiboteam/qibojit/pull/77
* Implement methods for hamiltonians abstraction by andrea-pasquale in https://github.com/qiboteam/qibojit/pull/82
* Use new backend abstractions by stavros11 in https://github.com/qiboteam/qibojit/pull/81
* Fix cuquantum tests by stavros11 in https://github.com/qiboteam/qibojit/pull/83
**Full Changelog**: https://github.com/qiboteam/qibojit/compare/v0.0.4...v0.0.5-rc0