Expand description
Functionality for creating a QuantumCircuit from an OpenQASM 2.0 program
Functions
- Parse an OpenQASM 2.0 program file, and convert it into a
QuantumCircuit. - Parse an OpenQASM 2.0 program in
strformat, and convert it into aQuantumCircuit.