Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 779 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 779 Bytes

Analysis Tools

This library includes tool for analyzing data from experiments.

Discriminator

The discriminator has a tool for discriminating between two states in the IQ plane.

Usage Example

from qualang_tools.analysis.discriminator import two_state_discriminator

# Run an IQ blob experiment.

angle, threshold, fidelity, gg, ge, eg, ee = two_state_discriminator(Ig, Qg, Ie, Qe, b_print=True, b_plot=True)

In addition to the returned variables, the following plot would be created: IQ Blobs

*Data taken at HQC Lab in EPFL

For a more complete example, please see the example in the QUA Library GitHub