tqsd / QuNetSim

A quantum network simulation framework.
https://tqsd.github.io/QuNetSim/
MIT License
118 stars 52 forks source link

The Shares EPR Host method can be made more intelligent #92

Closed stephendiadamo closed 2 years ago

stephendiadamo commented 3 years ago

Shares EPR currently reports if there is an EPR pair in the storage shared with another Host in a non-intelligent way (simply checks for existence). This can be made better by checking the quantum systems for entanglement between other Hosts in the density matrix.

We can improve this in shares_epr or, since this is backend dependant, make a separate method.