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

29 lines
879 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_para
description: API reference for qiskit.ignis.verification.get_ghz_po_para
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.ignis.verification.get_ghz_po_para
---
# qiskit.ignis.verification.get\_ghz\_po\_para
<Function id="qiskit.ignis.verification.get_ghz_po_para" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-ignis/tree/stable/0.6/qiskit/ignis/verification/entanglement/linear.py" signature="get_ghz_po_para(n)">
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
</Function>