m4burns / qc2quigl

Convert .qc to QuIGL quantum circuit representation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires a C++11-compliant compiler, flex, and bison.

Compile with make. The resulting binary can be invoked as follows: ./qc2quigl in.qc out.xml

A `-' in place of either file name will use stdin/stdout.

About

Convert .qc to QuIGL quantum circuit representation


Languages

Language:C++ 94.9%Language:C 5.1%