Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

qiskit.ignis.verification.get_ghz_po

get_ghz_po(n, delta)

GitHub(opens in a new tab)

This function creates an 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
  • delta (float) – the middle superposition rotation

Return type

QuantumCircuit

Returns

The Parity Oscillation circuit

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