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_mqc_para

get_ghz_mqc_para(n, full_measurement=True)

GitHub(opens in a new tab)

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

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