Skip to content

Build hybrid quantum-classical algorithms with qBraid

License

Notifications You must be signed in to change notification settings

sbopanna/qbraid-algorithms

 
 

Repository files navigation

qbraid-algorithms

CI License Discord

Python package for building, simulating, and benchmarking hybrid quantum-classical algorithms.

Installation

qbraid-algorithms requires Python 3.9 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
pip install .

Check version

You can view the version of qbraid-algorithms you have installed within a Python shell as follows:

In [1]: import qbraid_algorithms

In [2]: qbraid_algorithms.__version__

Community

Acknowledgements

This project was conceived in cooperation with the Quantum Open Source Foundation (QOSF).

License

GNU General Public License v3.0

About

Build hybrid quantum-classical algorithms with qBraid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.3%
  • Shell 12.7%