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

28 lines
953 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_mqc_para
description: API reference for qiskit.ignis.verification.get_ghz_mqc_para
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.ignis.verification.get_ghz_mqc_para
---
# qiskit.ignis.verification.get\_ghz\_mqc\_para
<Function id="qiskit.ignis.verification.get_ghz_mqc_para" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-ignis/tree/stable/0.6/qiskit/ignis/verification/entanglement/linear.py" signature="get_ghz_mqc_para(n, full_measurement=True)">
This function creates an MQC circuit with n qubits, where the middle phase rotation around the z axis is parameterized
**Parameters**
* **n** (`int`) number of qubits
* **full\_measurement** (`bool`) Whether to append full measurement, or only on the first qubit.
**Return type**
`Tuple`\[`QuantumCircuit`, `Parameter`]
**Returns**
An mqc circuit and its Delta parameter
</Function>