qiskit.quantum_info.two_qubit_cnot_decompose¶
-
two_qubit_cnot_decompose
= <qiskit.quantum_info.synthesis.two_qubit_decompose.TwoQubitBasisDecomposer object>¶ A class for decomposing 2-qubit unitaries into minimal number of uses of a 2-qubit basis gate.
- パラメータ
gate (Gate) – Two-qubit gate to be used in the KAK decomposition.
basis_fidelity (float) – Fidelity to be assumed for applications of KAK Gate. Default 1.0.
euler_basis (str) – Basis string to be provided to OneQubitEulerDecomposer for 1Q synthesis. Valid options are [『ZYZ』, 『ZXZ』, 『XYX』, 『U』, 『U3』, 『U1X』, 『PSX』, 『ZSX』, 『RR』]. Default 『U3』.