This repository contains examples of local emulations of various types of quantum processor architectures, using Alice & Bob's Qiskit provider.
To install dependencies and run:
pip install -r requirements.txt
jupyter notebook
We recommend to install dependencies in a virtual environment to avoid messing your system-wide Python installation:
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python -m jupyter notebook
- To launch the example notebooks on qBraid, click the Launch on qBraid button. It will take you to your qBraid Lab with the repository cloned.
- From the FILES tab in the left sidebar, double-click on the
emulation-examples
directory, if you are not there already. - Open a notebook using the Filebroswer extension on the left panel.
- Use the
alice & bob
environment which has the correct python packages to run the notebook. - You are now ready to run the example notebooks without tedious pip installs!
For other questions or additional help using qBraid, see Lab Docs.