Protocols interface for running experiments using Qadence.
Project description
Qadence-Protocols
Qadence-Protocols is a Python package that provides extra functionality for Qadence.
Installation guide
PyPI and can be installed using pip
as follows:
pip install qadence_protocols
Contributing
Before making a contribution, please review our code of conduct.
- Submitting Issues: To submit bug reports or feature requests, please use our issue tracker.
- Developing in qadence: To learn more about how to develop within
qadence
, please refer to contributing guidelines.
Setting up qadence in development mode
We recommend to use the hatch
environment manager to install qadence_protocols
from source:
python -m pip install hatch
# get into a shell with all the dependencies
python -m hatch shell
# run a command within the virtual environment with all the dependencies
python -m hatch run python my_script.py
WARNING
hatch
will not combine nicely with other environment managers such as Conda. If you still want to use Conda,
install it from source using pip
:
# within the Conda environment
python -m pip install -e .
Citation
If you use Qadence-Protocols for a publication, we kindly ask you to cite our work using the following BibTex entry:
@misc{qadence-protocols2024pasqal,
url = {https://github.com/pasqal-io/qadence-protocols},
title = {Qadence Protocols: {A}n {E}xperiment runner for Qadence.},
year = {2023}
}
License
Qadence-Protocols is a free and open source software package, released under the Apache License, Version 2.0.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for qadence_protocols-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07bb12e13470e0b421c1fc1a1f9578cd784c1f08b1d937dd714a863a83536739 |
|
MD5 | 87b65b66cd2cfe9401f90d846f89252e |
|
BLAKE2b-256 | b289c933e04feccfd5a17abea1e92acef87fb1dfa9fabea06587c90b521961c2 |