iqm.benchmarks.coherence.coherence

iqm.benchmarks.coherence.coherence#

Coherence benchmark

Functions

calculate_probabilities(counts, nqubits, ...)

Calculate the number of times '0' was measured for each qubit based on the provided counts.

coherence_analysis(run)

Analysis function for a coherence experiment

exp_decay(t, A, T, C)

Calculate the exponential decay at time t.

fit_coherence_model(qubit, probs, delays, ...)

Fit the coherence model and return observations.

plot_coherence(amplitude, backend_name, ...)

Plot coherence decay (T1 or T2_echo) for each qubit as subplots.

Classes

CoherenceBenchmark(backend_arg, configuration)

This benchmark estimates the coherence properties of the qubits and computational resonator.

CoherenceConfiguration(*, benchmark, shots, ...)

Coherence configuration.

Inheritance

Inheritance diagram of iqm.benchmarks.coherence.coherence