Skip to content

Files

Latest commit

6d7bb31 · Jun 10, 2022

History

History
15 lines (12 loc) · 279 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 279 Bytes

CSP stabilizer code generation

The implementation for the paper about code generation using a CSP solver.

Usage

Setup a virtual environment and install dependencies with

pip install -r requirements.txt  

Then, run

python solver.py  

for a small example.