Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Discriminator as an experiment option #1177

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

dekelmeirom
Copy link
Contributor

Summary

Enable having both measurement levels 1 and 2 (kerneled data and counts) as experiment option by requesting measurement level 1 from the server and using a discriminator to convert the results to counts

Details and comments

Adding an experiment option "use_dicriminator" to ask to automatically classify the IQ data and use it in the rest of the analysis. also enable to choose the discriminator object which will be used, by using another experiment option "discriminator".
Behind the scenes, 2 circuits are added to the experiment in order to train the discriminator, and these circuits are filtered out from the rest of the analysis. There is still a problem with analysis objects which do not use CurveAnalysis, as the feature to filter out some data is part of that class.

  • Tests have not been added yet

@CLAassistant
Copy link

CLAassistant commented Jul 18, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants