This guide will walk you through the basic usage of QARQI.
To run a basic simulation from the command line:
qarqi --counts 1000 -n 8
This will:
runs/ directory.For more control, you can use the Python API:
from qarqi.core.circuit import QARQICircuit
# ... see examples/ directory for full scripts