Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
464 stars 354 forks source link

Add support for rotation gates #2147

Closed doichanj closed 1 month ago

doichanj commented 1 month ago

Summary

This PR adds rz gate (with n*pi/2 cases only) to extended_stabilizer methods as well as stabilizer requested by issue #2122

Als adds crx, cry and crz gates to statevector and tensor_network methods which previously supported mcrx, mcry and mcrz gates, requested by issue #2103

Details and comments