/qmc-pytorch

A Quantum Measurement Classification port to PyTorch

Primary LanguagePython

Quantum Measurement Classification - PyTorch

Paper1 Paper2

Work in progress port of https://github.com/fagonzalezo/qmc to PyTorch.

Implementation of some machine learning algorithms using density matrices from quantum mechanics. Particularly, the library provides support for

  • Density matrix kernel density estimation
  • Density matrix kernel density classification
  • Quantum measurement classification
  • Quantum measurement regression

Getting Started (PyTorch)

Coming soon!

Getting Started (Tensorflow)

You can install the most recent version of the library with

pip install git+https://github.com/fagonzalezo/qmc.git

Check our examples to see what you can do!