CQCL / tket

Source code for the TKET quantum compiler, Python bindings and utilities
https://tket.quantinuum.com/
Apache License 2.0
252 stars 48 forks source link

Additional information field in `BackendResult` #1570

Open PabloAndresCQ opened 3 weeks ago

PabloAndresCQ commented 3 weeks ago

When using approximate simulation methods, it is important to inform the user of a lower bound to the final fidelity of their state. This is a float between 0 and 1. For full expressivity we would like to return the fidelity per shot, but it is also acceptable to return a single float for the whole collection: the minimum of the fidelities for all shots.

Users need to be able to access this fidelity information via BackendResult. We could either: