qiskit.transpiler.passes.EchoRZXWeylDecomposition.run¶
- EchoRZXWeylDecomposition.run(dag)[fuente]¶
Run the EchoRZXWeylDecomposition pass on dag.
Rewrites two-qubit gates in an arbitrary circuit in terms of echoed cross-resonance gates by computing the Weyl decomposition of the corresponding unitary. Modifies the input dag.
- Parámetros
dag (DAGCircuit) – DAG to rewrite.
- Devuelve
The modified dag.
- Tipo del valor devuelto
- Muestra
TranspilerError – If the circuit cannot be rewritten.