Releases: pasqal-io/quantum-evolution-kernel
Releases · pasqal-io/quantum-evolution-kernel
Compatibility with Python 3.13
v0.3.3
v0.3.2
v0.3.1
v0.3.1-pre3
[Doc][CI] Minor fixes (#106)
v0.3.1-pre2
[CI] Documentation rendering fixes (#105)
v0.3.1-pre
ChangeLog:
- Documentation improvements.
v0.3.0
Breaking changes
- The API doesn't show
pulser.Pulseorpulser.Registeranymore. Instead, we haveqek.target.targets.Pulseandqek.target.targets.Register. compile_pulsenow accepts normalized amplitude and duration, instead of absolute values.
Other changes
- We now have two implementations of the kernel
-FastQEK, which is an alias for the existingQuantumEvolutionKernel;
-IntegratedQEK, which works only with the high-level API and integrates better within standard machine learning workflows, but is slower - both
FastQEKandIntegratedQEKnow let users customize the similarity metric
Documentation
- Minor typo fixes.
- A few minor improvements to tutorials.
v0.2.9
v0.2.8-pre
- Improvements to the documentation.
- Improvements to the reliability of tests.
- No API changes.