qiskit.quantum_info.Clifford.from_matrix¶
- classmethod Clifford.from_matrix(matrix)[fuente]¶
Create a Clifford from a unitary matrix.
Note that this function takes exponentially long time w.r.t. the number of qubits.
- Parámetros
matrix (np.array) – A unitary matrix representing a Clifford to be converted.
- Devuelve
the Clifford object for the unitary matrix.
- Tipo del valor devuelto
- Muestra
QiskitError – if the input is not a Clifford matrix.