QuantestPy / quantestpy

Apache License 2.0
9 stars 3 forks source link

bug fix for Error at converter #182

Closed mitz1012 closed 1 year ago

mitz1012 commented 1 year ago

adding r gate enable us to avoid the reported bug. However, other bugs can occur because we do not confirm all type of qiskit gates appearing in a decomposed circuit. (We had better check all the qiskit gate, but I did not do in this pull request because there are too many gates.)