PECOS-packages / PECOS

A Python framework, library, and set of tools for exploring, developing, and evaluating quantum error-correction protocols.
Other
29 stars 6 forks source link

Refactor PECOS to use one main engine and uniform error handling #22

Open qciaran opened 1 year ago

qciaran commented 1 year ago

PECOS currently contains an older style simulation workflow and a newer one provided by two different engines. There are also older-style and newer-style error models. Refactor PECOS to align with the newer style workflow.