You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I run the test I get a qiskit.transpiler.exceptions.TranspilerError, and the error message has the following pattern: "'XXXXXX' would be supported on '(45, 54)' if the direction were swapped, but no rules are known to do that. ['cz', 'cx', 'swap', 'rzz', 'rzx', 'rxx', 'ryy', 'ecr'] can be automatically flipped.", where 'XXXXXX' changes every time I run it
The text was updated successfully, but these errors were encountered:
Context here
Every time I run the test I get a
qiskit.transpiler.exceptions.TranspilerError
, and the error message has the following pattern:"'XXXXXX' would be supported on '(45, 54)' if the direction were swapped, but no rules are known to do that. ['cz', 'cx', 'swap', 'rzz', 'rzx', 'rxx', 'ryy', 'ecr'] can be automatically flipped."
, where'XXXXXX'
changes every time I run itThe text was updated successfully, but these errors were encountered: