qibojit 0.0.5
What's Changed
- Support sparse matrices in cast methods by @stavros11 in #68
- Fix
expm
for sparse matrices on GPU by @stavros11 in #75 - Change
.flatten()
to.ravel()
to avoid copies by @stavros11 in #74 - Change
.ravel()
back to.flatten()
for gates by @stavros11 in #79 - New swap implementation for cuQuantum by @andrea-pasquale in #80
- Update cuQuantum version by @andrea-pasquale in #77
- Implement methods for hamiltonians abstraction by @andrea-pasquale in #82
- Use new backend abstractions by @stavros11 in #81
- Fix cuquantum tests by @stavros11 in #83
- adding pre-commit hook by @scarrazza in #84
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #85
Full Changelog: v0.0.4...v0.0.5