Quickly find, clone, and modify quantum algorithms for your use case.
# Clone the Steane code example and get started
git clone https://zoo.qernel.sh/2f9ef8d7-b7e2-429a-98c9-6b3ba4bc1d25/steane-code.git
cd steane-code
# Create your virtualenv and run the demo
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python main.py
Explore the latest public repositories shared by the community.