Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 740 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 740 Bytes

qasmtools

Build status - CircleCI Linux/macOS Build status

To use the code in this repository, add qasmtools/include as an include directory.

OpenQASM 2.0 standard specifications

In order to use the OpenQASM 2.0 standard instead of Qiskit specifications, set the compile definition USE_OPENQASM2_SPECS=true.

Unit testing

mkdir build && cd build
cmake ..
make -j8 unit_tests
ctest

For unit testing with OpenQASM 2.0 specifications, do cmake .. -DUSE_OPENQASM2_SPECS=ON.