Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

qiskit.ignis.verification.get_ghz_mqc

get_ghz_mqc(n, delta, full_measurement=True)

GitHub

This function creates an MQC circuit with n qubits, where the middle phase rotation around the z axis is by delta

Parameters

  • n (int) – number of qubits
  • delta (float) – the rotation of the middle phase around the z axis
  • full_measurement (bool) – Whether to append full measurement, or only on the first qubit.

Return type

QuantumCircuit

Returns

The MQC circuit

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