qiskit.ignis.verification.BConfig.get_ghz_mqc¶
-
BConfig.
get_ghz_mqc
(n, delta, full_measurement=True)[source]¶ 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 qubitsdelta (
float
) – the rotation of the middle phase around the z axisfull_measurement (
bool
) – Whether to append full measurement, or only on the first qubit
- Return type
Tuple
[QuantumCircuit
,Dict
]- Returns
The MQC circuit and the initial GHZ layout