Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 405 Bytes

File metadata and controls

21 lines (17 loc) · 405 Bytes

QMLmodels

This package does not yet have extensive enough tests, use on your own risk as results may be wrong.

A package containing templates and parts for Quantum Machine Learning models.

Instalation

Requires python 3.10

pip install .

Development

To install the package so that the instalation changes when editing files use

pip install -e .

To run tests run

pytest