30 lines
928 B
Plaintext
30 lines
928 B
Plaintext
---
|
||
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>
|
||
|