This issue accumulates TwoQubitWeylDecomposition: failed to diagonalize M2 errors found by users .
To reproduce:
from qiskit.quantum_info.synthesis import two_qubit_cnot_decompose
import numpy as np
two_qubit_cnot_decompose.num_basis_gates(np.array(<INPUT>))
Please include:
- your OS and version
- your Python version:
python --version
- your Qiskit version:
from qiskit import __version__
- other possibly relevant package versions
This issue accumulates
TwoQubitWeylDecomposition: failed to diagonalize M2errors found by users .To reproduce:
Please include:
python --versionfrom qiskit import __version__