iqm.benchmarks.entanglement.ghz#
GHZ state benchmark
Functions
|
Appends 1Q Clifford gates sampled uniformly at random to all qubits in the given circuit. |
|
Returns couplings and CZ-fidelities from calibration data URL |
|
Analyze counts and compute the state fidelity |
|
Estimates the GHZ state fidelity based on the multiple quantum coherences method based on [Mooney, 2021] |
Estimates GHZ state fidelity through cross-correlations of RMs. |
|
|
Generates a GHZ state by applying a Hadamard and a series of CX gates in a linear fashion. |
|
Generates a GHZ state in log-depth according to https://arxiv.org/abs/1807.05572 :param num_qubits: the number of qubits of the GHZ state |
|
Generates a GHZ state in log-depth according to https://arxiv.org/abs/2101.08946 :param num_qubits: the number of qubits of the GHZ state |
|
Generates a GHZ state in log-depth by computing a minimal spanning tree for a given coupling map. |
|
Calculate the cx_map based on participating qubits and the 2QB gate fidelities between them. |
|
Produces a networkx.Graph from coupling map fidelity information, with edges given by couplings |
|
Plots all the fidelities stored in the observations into a single plot of fidelity vs. |
Classes
|
The GHZ Benchmark estimates the quality of generated Greenberger–Horne–Zeilinger states |
|
GHZ state configuration |
Inheritance