qiskit.transpiler.passes.EchoRZXWeylDecomposition.run¶
- EchoRZXWeylDecomposition.run(dag)[código fonte]¶
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.
- Retorno
The modified dag.
- Tipo de retorno
- Levanta
TranspilerError – If the circuit cannot be rewritten.