To use the code in this repository, add qasmtools/include
as an include
directory.
In order to use the OpenQASM 2.0 standard instead of Qiskit specifications, set
the compile definition QASMTOOLS_QASM2_SPECS=ON
.
cmake -B build
cmake --build build --target unit_tests --parallel 8
ctest --test-dir build
For unit testing with OpenQASM 2.0 specifications, configure with
cmake -B build -DQASMTOOLS_QASM2_SPECS=ON`.