shiyunon
shiyunon
**Suggestion** Currently, (as an example), to extend a `statement` rule in a grammar called `old_gram.lark`, we can do `%import .old_gram.statement -> old_gram__statement` in the new grammar file `new_gram.lark`. The problem...
See @jakelishman 's comment on https://github.com/Qiskit/openqasm/pull/301. Jake's comment: I think my problem here is that the spec doesn't have "imaginary numbers" in the type system. There are real numbers and...
*Issue #, if available:* *Description of changes:* Support the decomposition of 1- and 2-qubit unitary gates. *Testing done:* `test/unit_tests/braket/circuits/synthesis/test_invariants.py`: 10 manual test cases. All functions covered. `test/unit_tests/braket/circuits/synthesis/test_one_qubit_decomposition.py`: 5 manual test...