Skip to content

Releases: pasqal-io/quantum-evolution-kernel

Compatibility with Python 3.13

05 Sep 09:57
79c5d81

Choose a tag to compare

v0.3.4

[Dep] Fix dependencies (#122)

v0.3.3

06 Jun 11:23
bbf638e

Choose a tag to compare

  • Updating to the latest version of emu-mps and Pulser
    • New feature: we can now set custom geometries with float32 positions.
    • Faster emu-mps.
    • Bugfixes.
  • Minor documentation fixes.

v0.3.2

08 Apr 15:06

Choose a tag to compare

[Release] Version bump

v0.3.1

17 Mar 17:11
911f862

Choose a tag to compare

This new release only affects documentation.

v0.3.1-pre3

17 Mar 16:49
ae9e05e

Choose a tag to compare

v0.3.1-pre3 Pre-release
Pre-release
[Doc][CI] Minor fixes (#106)

v0.3.1-pre2

17 Mar 16:35
6ca88e0

Choose a tag to compare

v0.3.1-pre2 Pre-release
Pre-release
[CI] Documentation rendering fixes (#105)

v0.3.1-pre

17 Mar 15:02
e81c7a6

Choose a tag to compare

v0.3.1-pre Pre-release
Pre-release

ChangeLog:

  • Documentation improvements.

v0.3.0

06 Mar 15:50
34ef2f9

Choose a tag to compare

Breaking changes

  • The API doesn't show pulser.Pulse or pulser.Register anymore. Instead, we have qek.target.targets.Pulse and qek.target.targets.Register.
  • compile_pulse now 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 existing QuantumEvolutionKernel;
    -IntegratedQEK, which works only with the high-level API and integrates better within standard machine learning workflows, but is slower
  • both FastQEK and IntegratedQEK now let users customize the similarity metric

Documentation

  • Minor typo fixes.
  • A few minor improvements to tutorials.

v0.2.9

21 Feb 08:03
fe75743

Choose a tag to compare

  • Improvements to the documentation.
  • No API changes.

v0.2.8-pre

21 Feb 07:46
c97e896

Choose a tag to compare

v0.2.8-pre Pre-release
Pre-release
  • Improvements to the documentation.
  • Improvements to the reliability of tests.
  • No API changes.