qiskit-documentation/docs/api/qiskit/0.29/qiskit.ignis.verification.g...

30 lines
928 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: get_ghz_po (v0.29)
description: API reference for qiskit.ignis.verification.get_ghz_po in qiskit v0.29
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.ignis.verification.get_ghz_po
---
<span id="qiskit-ignis-verification-get-ghz-po" />
# qiskit.ignis.verification.get\_ghz\_po
<Function id="qiskit.ignis.verification.get_ghz_po" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-ignis/tree/stable/0.6/qiskit/ignis/verification/entanglement/linear.py" signature="get_ghz_po(n, delta)">
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
</Function>