lc3267/quantum/: qml-essentials-0.1.1 metadata and description
author | Melvin Strobl |
author_email | lc3267@kit.edu |
classifiers |
|
description_content_type | text/markdown |
requires_dist |
|
requires_python | >=3.11,<4.0 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
qml_essentials-0.1.1-py3-none-any.whl
|
|
|
qml_essentials-0.1.1.tar.gz
|
|
QML Essentials
This repo contains some of the commonly used Ansaetze and coding stuff required for working with QML and Data-Reuploading models.
Installation
The package is available at this index.
Assuming you have Poetry installed
poetry source add --priority=supplemental quantum https://ea3a0fbb-599f-4d83-86f1-0e71abe27513.ka.bw-cloud-instance.org/lc3267/quantum/+simple/
poetry add --source quantum qml-essentials
With plain pip:
pip install --index-url https://ea3a0fbb-599f-4d83-86f1-0e71abe27513.ka.bw-cloud-instance.org/lc3267/quantum/+simple/ qml-essentials
Contributing
Building and packaging requires some extra steps (assuming Poetry):
poetry run devpi use https://ea3a0fbb-599f-4d83-86f1-0e71abe27513.ka.bw-cloud-instance.org
poetry run devpi login alice --password=456
poetry run devpi use alice/quantum
poetry config repositories.quantum https://ea3a0fbb-599f-4d83-86f1-0e71abe27513.ka.bw-cloud-instance.org/lc3267/quantum
poetry config http-basic.quantum alice 456
(or remove password for interactive prompt)poetry publish --build -r quantum