This PR adds native support to the QASM parser for three more OpenQASM 2.0 gates typically defined in the qelib1.inc file.
Qiskit does a similar transformation for these gates when reading them in.
Checklist:
[x] The pull request only contains commits that are related to it.
[x] I have added appropriate tests and documentation.
[x] I have made sure that all CI jobs on GitHub pass.
[x] The pull request introduces no new warnings and follows the project's style guidelines.
Description
This PR adds native support to the QASM parser for three more OpenQASM 2.0 gates typically defined in the
qelib1.inc
file. Qiskit does a similar transformation for these gates when reading them in.Checklist: