Releases: PECOS-packages/PECOS
Releases · PECOS-packages/PECOS
Python PECOS 0.8.0.dev0
What's Changed
- Feat/steane noactive by @ciaranra in #179
- Steane by @ciaranra in #180
- Feat/guppy gen v2 by @ciaranra in #181
- Moving the C++ implementation of stabilizer sims from being wrapped i… by @ciaranra in #183
- Feat/state vec usage by @ciaranra in #184
- Feat/rsqulacs by @ciaranra in #186
- Feat/rsquest by @ciaranra in #187
- Accumated updates by @ciaranra in #188
- Improve LLVM Support by @ciaranra in #190
- Make llvm not default for Rust by @ciaranra in #192
- Update to include Python 3.14 by @ciaranra in #194
- Bug/issue 81 by @ciaranra in #195
- Bug/issue 89 by @ciaranra in #196
- Feat/reduce julia v testing by @ciaranra in #197
- Use Rust wasmtime implementation by @ciaranra in #198
- Replace llvmlite with Rust/Inkwell by @ciaranra in #199
- Feat/make matplotlib optional by @ciaranra in #200
- Feat/pecos num by @ciaranra in #201
- Feat/polish wasm by @ciaranra in #202
- feat: Crosstalk Payload by @PabloAndresCQ in #191
- Feat/pecos num by @ciaranra in #204
- feat/autodetect by @ciaranra in #205
- Feat/meascorr by @ciaranra in #206
- Feat/meascorr by @ciaranra in #207
- Feat/go proof by @ciaranra in #208
- Bumping version number of Python from py-0.7.0.dev4 to py-0.8.0.dev0 … by @ciaranra in #210
- Bug/fix bump by @ciaranra in #211
Full Changelog: py-0.7.0.dev4...py-0.8.0.dev0
Python PECOS 0.7.0.dev4
What's Changed
- Naive crosstalk by @PabloAndresCQ in #175
- bumping to py-0.7.0.dev4 by @ciaranra in #178
Full Changelog: py-0.7.0.dev3...py-0.7.0.dev4
Python PECOS 0.7.0.dev3
What's Changed
- exploring adding a thin Julia wrapper of Rusty PECOS by @ciaranra in #174
- JOB Shotnum usage patch by @Jonhas-qtm in #176
- bumping to py-0.7.0.dev3 by @ciaranra in #177
Full Changelog: py-0.7.0.dev2...py-0.7.0.dev3
Python PECOS 0.7.0.dev2
What's Changed
- Missing shot_id param by @Jonhas-qtm in #172
- Bumping to py-0.7.0.dev2 by @ciaranra in #173
Full Changelog: py-0.7.0.dev1...py-0.7.0.dev2
Python PECOS 0.7.0.dev1
What's Changed
- Fix conditional reset by @ciaranra in #165
- Feat/meas leaked by @ciaranra in #168
- RNG Crate Patch by @Jonhas-qtm in #167
- Handling of Job_shotnum in binary expressions + assignments by @Jonhas-qtm in #170
- bump to py-0.7.0.dev1 by @ciaranra in #171
Full Changelog: py-0.7.0.dev0...py-0.7.0.dev1
Python PECOS 0.7.0.dev0
What's Changed
- Unroll broadcast face rotations by @perlinm in #110
- Upgrade to using uv instead of pip by @ciaranra in #111
- Turn on artifact generation by @ciaranra in #117
- Add T gates with active error correction by @perlinm in #118
- Permute all variables of the Steane code by @perlinm in #114
- Add Steane-type and teleportation-based QEC for the Steane code by @perlinm in #115
- Fixing bug brought up in issue #119 by @ciaranra in #126
- Fixes test warnings by @ciaranra in #128
- Feat/depolar reset by @ciaranra in #129
- RZZ encoding/parsing fixes, parsing error handling, RZZ indexing fixes by @jake-arkinstall in #131
- Refactor general noise by @ciaranra in #136
- Update smash! by @ciaranra in #139
- Fixing some misleading trace comments by @PabloAndresCQ in #141
- Fix memory leak in custatevec by @dlucchetti in #146
- RNG Functionality Support by @Jonhas-qtm in #145
- Making sure conditional error modeling works by @ciaranra in #154
- Feat/minimal pcg wrapper by @ciaranra in #152
- Refactor n memory by @qciaran in #155
- bump to 0.7.0.dev0 by @ciaranra in #156
- Fixing the artifact generation to use the right Python versions by @ciaranra in #157
- Combine artifacts for pypi upload by @ciaranra in #158
- Reduce skipping of collection of artifacts by @ciaranra in #160
- get collection working on merge to dev by @ciaranra in #161
- fix skipping by @ciaranra in #162
- fix skip by @ciaranra in #163
- SKip by @ciaranra in #164
New Contributors
- @jake-arkinstall made their first contribution in #131
- @dlucchetti made their first contribution in #146
Full Changelog: py-0.6.0.dev8...py-0.7.0.dev0
Rust PECOS 0.1.1
What's Changed
Full Changelog: py-0.6.0.dev7...rs-0.1.1
Python PECOS 0.6.0.dev8
What's Changed
- Fixing that macos aarch64 and x86_64 zips are producing the same wheels by @ciaranra in #101
- Fixes issues with rs sparse sim for older simulation workflow by @ciaranra in #106
- Unroll broadcasted operations when producing QASM from SLR by @perlinm in #96
- Simplify qgate_*_qasm() by @ciaranra in #109
Full Changelog: py-0.6.0.dev7...py-0.6.0.dev8
Python PECOS 0.6.0.dev7
Adds pecos-rslib, which is a Python wrapper of the Rust version of PECOS. This version introduces a simulator.
Rust PECOS 0.1.0
Adds initial Rust version of PECOS. Includes a Rust stabilizer simulator.