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

compile and build wheels for the Cython/C++ simulator extensions. #29

Open qciaran opened 11 months ago

qciaran commented 11 months ago

There are stabilizer simulators that are written in C++ and extend Python using Cython. Add a better build process and build the wheels for pypi so that users can take advantage of the faster stabilizer sims and not have bother compiling themselves.