Closed ShellyGarion closed 1 month ago
Add inverse function to all the StandardGates. This will be useful in order to write several synthesis algorithms natively in rust, e.g. https://github.com/Qiskit/qiskit/issues/12907
inverse
StandardGate
Adding a more general inverse method to Operation will be done in a separate PR.
Operation
What should we add?
Add
inverse
function to all theStandardGate
s. This will be useful in order to write several synthesis algorithms natively in rust, e.g. https://github.com/Qiskit/qiskit/issues/12907