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

Optimize qops buffer generation in HybridEngine #28

Closed qciaran closed 11 months ago

qciaran commented 11 months ago

Related to PR #27. Right now for iterating over block executing PyPMIR will yield the qops buffer regardless if it can be combine with latter qops. It might be good to keep on building the buffer so there is a larger chunk of operations for the ErrorModel and qsim to work with... presumably it would be faster to do so.

ciaranra commented 11 months ago

Closing due to PR #35