Skip to content

Releases: MazenAli/QuLearn

v0.8.0

20 Jul 11:18
1e80727
Compare
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
Compare
Choose a tag to compare

Added

  • Add TwoQubitMPS and EmbedU layers

Fix Negative Sqrt

06 Feb 20:00
Compare
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
Compare
Choose a tag to compare

Fixed

  • MPS contraction

Hat Basis QFE

02 Feb 20:23
Compare
Choose a tag to compare

Added

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

Fix Output Shape

21 Nov 13:40
Compare
Choose a tag to compare

Fixed

  • Output shape for batched inputs consistent with PyTorch

Multiple Observables

16 Nov 19:07
Compare
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
Compare
Choose a tag to compare

Added

  • Added quantum kernel models and ridge regression trainers

Changed

  • Changed model builders and configs in examples

Refactor Trainer

24 Jun 18:40
Compare
Choose a tag to compare

Changes

  • Simplified supervised trainer
  • Better logging

Fisher Information Matrices

22 Jun 12:52
Compare
Choose a tag to compare

New Features

  • FIM estimation
  • Effective dimension

Known Issues

  • FIM estimation inefficient.
  • Examples currently don't work, legacy code from pre-release version.