A Python library that implements Quantum Evolution Kernel, a method for measuring the similarity between graph-structured data, based on the time-evolution of a quantum system. It includes an example application in machine learning classification on a bio-chemical dataset.
For more details about the approach, see https://journals.aps.org/pra/abstract/10.1103/PhysRevA.107.042615
Edit file pyproject.toml
to add the line
"quantum-evolution-kernel"
to the list of dependencies
.
To install the pipy
package using pip
or pipx
- Create a
venv
if that's not done yet
$ python -m venv venv
- Enter the venv
$ . venv/bin/activate
- Install the package
$ pip install quantum-evolution-kernel
# or
$ pipx install quantum-evolution-kernel
For the time being, the easiest way to learn how to use this package is to look at the example notebook.
See also the full API documentation.
- Pasqal Community Portal (forums, chat, tutorials, examples, code library).
- GitHub Repository (source code, issue tracker).
- Professional Support (if you need tech support, custom licenses, a variant of this library optimized for your workload, your own QPU, remote access to a QPU, ...)