qasm-rust icon indicating copy to clipboard operation
qasm-rust copied to clipboard

An IBM OpenQASM 2.0 Parser Written In Rust

Results 1 qasm-rust issues
Sort by recently updated
recently updated
newest added

User defined gates are included even in the common include file `qelib1.inc`, for example: ``` gate sx a { sdg a; h a; sdg a; } ``` Is there any...