Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Clifford.from_operator

classmethod Clifford.from_operator(operator)[fuente]

Create a Clifford from a operator.

Note that this function takes exponentially long time w.r.t. the number of qubits.

Parámetros

operator (Operator) – An operator representing a Clifford to be converted.

Devuelve

the Clifford object for the operator.

Tipo del valor devuelto

Clifford

Muestra

QiskitError – if the input is not a Clifford operator.