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

How to find amount of entanglement using CQC #265

Closed
ganeshmylavarapu-qp opened this issue Oct 8, 2020 · 2 comments
Closed

How to find amount of entanglement using CQC #265

ganeshmylavarapu-qp opened this issue Oct 8, 2020 · 2 comments

Comments

@ganeshmylavarapu-qp
Copy link

If I have to find the concurrence between two entangled particles, do we have any package in CQC to find the amount of entanglement like concurrence and fidelity??

@ganeshmylavarapu-qp
Copy link
Author

If there are any examples you can provide, that would be great.

@AckslD
Copy link
Member

AckslD commented Oct 8, 2020

@ganeshmylavarapu-qp Using the CQC interface one cannot directly access the qubit states (although there might be some extended feature in the future, see #209). This is because the CQC interface it meant to replicate the interface that would be used in a real quantum network in which case one cannot access quantum state. As for a real quantum network, one can on the other hand generate and measure a state many times to collect statistics and estimate fidelity or state. There is for example an example which shows how one can estimate the QBER (quantum-bit error rate) which you can find here https://github.com/SoftwareQuTech/CQC-Python/tree/master/examples/pythonLib/QBER. Given the QBER, one can estimate the fidelity.

@AckslD AckslD closed this as completed Oct 8, 2020
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