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

Mixed state discrimination #44

Open
AzizNgoueya opened this issue Mar 19, 2021 · 0 comments
Open

Mixed state discrimination #44

AzizNgoueya opened this issue Mar 19, 2021 · 0 comments
Assignees

Comments

@AzizNgoueya
Copy link

AzizNgoueya commented Mar 19, 2021

Description

Extend the current discriminator functionality to allow for mixed state outputs. Instead of a discriminator that always outputs 0 or 1, it may be useful for it to output a mixed state for states it's not confident on. A simple implementation could be a discriminator that draws bounds of a certain radius around the centroids for 0 and 1, then classifies all points outside of those bounds as 50% |0>, 50% |1> .
You may need to update other parts of Ignis as well to accept this mixed state.

Mentor/s

@coruscating

participant

@AzizNgoueya

Deliverable

A pull request for code that extends the discriminator to allow for mixed state outputs.

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

No branches or pull requests

2 participants