qiskit.ignis.verification.BConfig.get_ghz_mqc_para¶
-
BConfig.
get_ghz_mqc_para
(n, full_measurement=True)[source]¶ Get a parametrized MQC circuit. Remember that get_counts() method accepts an index now, not a circuit
- Parameters
n (
int
) – number of qubitsfull_measurement (
bool
) – Whether to append full measurement, or only on the first qubit
- Return type
Tuple
[QuantumCircuit
,Parameter
,Dict
]- Returns
The MQC circuit, its delta parameter, and the initial GHZ layout