Skip to content

mnm-team/qasmtools

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.7%
  • Python 12.5%
  • CMake 1.0%
  • Shell 0.9%
  • C 0.8%
  • Starlark 0.6%
  • Other 0.5%