Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

qiskit.ignis.verification.get_ghz_po_para

get_ghz_po_para(n)

GitHub

This function creates a Parity Oscillation circuit with n qubits, where the middle superposition rotation around

the x and y axes is by delta

Parameters

n (int) – number of qubits

Return type

Tuple[QuantumCircuit, List[Parameter]]

Returns

The parity oscillation circuit and its Delta/minus-delta parameters

Was this page helpful?
Report a bug or request content on GitHub.