qiskit/crates/qasm2
Luis J Camargo 0f513577b3
Spellcheck Done [Unitary Hack 2024] (#12501)
* spell check iter1

* spell check iter 2

* Fix fmt

* Update qiskit/_numpy_compat.py

* Update qiskit/synthesis/evolution/product_formula.py

* Update qiskit/synthesis/evolution/product_formula.py

* Update releasenotes/notes/0.13/qinfo-states-7f67e2432cf0c12c.yaml

* undo some corrections

---------

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Co-authored-by: Luciano Bello <bel@zurich.ibm.com>
Co-authored-by: Julien Gacon <jules.gacon@googlemail.com>
2024-06-19 15:50:03 +00:00
..
src Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
Cargo.toml Refactor Rust crates to build a single extension module (#12134) 2024-04-17 19:52:07 +00:00
README.md Add Rust-based OpenQASM 2 converter (#9784) 2023-04-12 16:00:54 +00:00

README.md

qiskit._qasm2

This crate is the bulk of the OpenQASM 2 parser. Since OpenQASM 2 is a simple language, it doesn't bother with an AST construction step, but produces a simple linear bytecode stream to pass to a small Python interpreter (in qiskit.qasm2). This started off life as a vendored version of the package qiskit-qasm2.