Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
5.28k stars 2.37k forks source link

Add inverse function to StandardGate in rust #13157

Closed ShellyGarion closed 1 month ago

ShellyGarion commented 2 months ago

What should we add?

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

ShellyGarion commented 1 month ago

Adding a more general inverse method to Operation will be done in a separate PR.