Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Clifford.from_label

static Clifford.from_label(label)[ソース]

Return a tensor product of single-qubit Clifford gates.

パラメータ

label (string) – single-qubit operator string.

戻り値

The N-qubit Clifford operator.

戻り値の型

Clifford

例外

QiskitError – if the label contains invalid characters.

Additional Information:

The labels correspond to the single-qubit Cliffords are

    • Label

    • Stabilizer

    • Destabilizer

    • "I"

    • +Z

    • +X

    • "X"

    • -Z

    • +X

    • "Y"

    • -Z

    • -X

    • "Z"

    • +Z

    • -X

    • "H"

    • +X

    • +Z

    • "S"

    • +Z

    • +Y