https://pixabay.com/photos/angel-little-angel-figurine-5585337/

Quantum Error Ignoration

Brian N. Siegelwax
Level Up Coding
Published in
4 min readMar 10, 2022

--

Correct, mitigate, suppress, or… ignore errors.

I’m currently collaborating on an algorithm (this article is approved by all parties) that requires a different kind of error handling. For the purposes of this article, the important takeaway is that when we encounter a specific error, we discard it, roll back a step, and then try again. This approach might actually end up changing, but…

--

--