qBraid
| algorithms
Use and build quantum algorithms with qBraid.
- Release:
0.1.0
Overview
Python package for utilizing, implementing, and building quantum algorithms in OpenQASM 3.
Installation
qbraid-algorithms requires Python 3.11 or greater, and can be installed with pip as follows:
pip install qbraid-algorithms
Install from Source
You can also install from source by cloning this repository and running a pip install command in the root directory of the repository:
git clone https://github.com/qBraid/qbraid-algorithms.git
cd qbraid-algorithms
pip3 install .