QuTech-Delft / OpenQL

OpenQL: A Portable Quantum Programming Framework for Quantum Accelerators. https://dl.acm.org/doi/10.1145/3474222
https://openql.readthedocs.io
Other
97 stars 44 forks source link

[WIP] Error injection support for CC #457

Open wvlothuizen opened 1 year ago

wvlothuizen commented 1 year ago

Error injection is a new CC feature being developed, where conditional gates are triggered from the outcome of a Pseudo Random Number Generator followed by a user configurable thresholding operation. This PR adds user functions to operate error injection, and backend support for the CC.

NB: this PR is work in progress