OpenQASM.jl

Parsers and Tools for OpenQASM
Author QuantumBFS
Popularity
13 Stars
Updated Last
1 Year Ago
Started In
November 2020

OpenQASM

tests Coverage

Tools for parsing OpenQASM.

Installation

OpenQASM is a   Julia Language   package. To install OpenQASM, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command

pkg> add OpenQASM

Usage

This package provides a simple function OpenQASM.parse to parse a QASM string to its AST according to its BNF specification described in OpenQASM 2.0.

demo

Roadmap

  • support for QASM 2.0
  • support for QASM 3.0

License

OpenQASM is released under the MIT license.