Skip to content

Releases: MazenAli/QuLearn

v0.8.2

09 Jun 09:15

Choose a tag to compare

[0.8.2] - 2025-06-09

Changed

  • Badges

Fixed

  • Links in README and documentation

v0.8.1

09 Jun 08:54
c848558

Choose a tag to compare

[0.8.1] - 2025-06-09

Added

  • Add documentation
  • Publish to PyPI

v0.8.0

20 Jul 11:18
1e80727

Choose a tag to compare

Added

  • Add Linear2DBasisQFE

Chore

  • Move type aliases to a separate module
  • Update Makefile
  • Add github workflows

TwoQubitMPS and EmbedU

06 Feb 20:35

Choose a tag to compare

Added

  • Add TwoQubitMPS and EmbedU layers

Fix Negative Sqrt

06 Feb 20:00

Choose a tag to compare

Fixed

  • Hat basis negative close to 0 values, sqrt in HatBasisQFE returned nan

Fix MPS Contraction

05 Feb 19:59

Choose a tag to compare

Fixed

  • MPS contraction

Hat Basis QFE

02 Feb 20:23

Choose a tag to compare

Added

  • Hat basis modules
  • MPS modules
  • Hat basis QFE to qlayer

Fix Output Shape

21 Nov 13:40

Choose a tag to compare

Fixed

  • Output shape for batched inputs consistent with PyTorch

Multiple Observables

16 Nov 19:07

Choose a tag to compare

Added

  • Added variable exponent base to data embeddings
  • Added multiple observables option to Measurement Layer

Quantum Kernel Ridge Regression

18 Sep 19:39

Choose a tag to compare

Added

  • Added quantum kernel models and ridge regression trainers

Changed

  • Changed model builders and configs in examples