"Orquestra Core meta-package"
Project description
orquestra-core
What is it?
Orquestra Core is a set of libraries used for quantum computing developed by Zapata Computing. It's a part of Orquestra platform, but can be used as standalone Python libraries. For more details please refer to the documentation
Orquestra Core comprises of the following packages:
-
orquestra-sdk
provides tools for composing, executing, and managing computational workflows. -
orquestra-quantum
provides- core functionalities required to run experiments, such as the Circuit class.
- interfaces for implementing other Orquestra modules, such as quantum backends.
- basic data structures and functions for quantum computing.
-
orquestra-opt
provides:- interfaces for implementing ansatzes including qaoa and qcbm.
- optimizers and cost functions tailored to opt
- misc functions such as grouping, qaoa interpolation, and estimators
-
orquestra-vqa
provides:- interfaces for implementing ansatzes including qaoa and qcbm.
- optimizers and cost functions tailored to vqa
- misc functions such as grouping, qaoa interpolation, and estimators
-
orquestra-qiskit
– integration with qiskit. -
orquestra-cirq
– integration with CirQ. -
orquestra-qulacs
– integration with Qulacs simulator. -
orquestra-braket
- integration with Amazon Braket Python SDK
We have temporarily removed orquestra-forest
(integration with Forest SDK) due to compatibility issues. It should work in most cases, if you need it feel free to install it manually.
orqviz
– Visualization tool for VQA landscapes.
Installation
To install the latest versions of all of the Orquestra Core packages together run:
pip install orquestra-core
Libraries to interact with other frameworks (e.g. qiskit, cirq), simulators or QPU can be installed as optional dependencies, i.e.: pip install orquestra[cirq]
.
Keep in mind, that some of the packages have extra installation options, so there might be certain features unavailable if installed this way. However, all the components of Orquestra Core can be installed separately as well, e.g.:
pip install orquestra-quantum
pip install orquestra-opt[qubo]
Usage
For examples and tutorials please refer to the documentation.
Bug Reporting
If you'd like to report a bug/issue please create a new issue in appropriate repository. When in doubt, feel free to create issue in this repo.
Contributing
Please see our CONTRIBUTING.md for more information on contributing to Orquestra Core.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file orquestra-core-0.12.0.tar.gz
.
File metadata
- Download URL: orquestra-core-0.12.0.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ea365b1f0948bfa5e0a68930e5bca1e4d82d2c164102eb5a83ea806ce101ccb |
|
MD5 | 0d5393ac2881509bf4a279e3dad3ab24 |
|
BLAKE2b-256 | 05bf020ae53a1fc389505596a851fffcaeb4410005a5c8cc7d1e7dc0bdddd5c2 |