Skip to content

Releases: PECOS-packages/PECOS

Python PECOS 0.8.0.dev0

11 Dec 23:19
ca2080a

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: py-0.7.0.dev4...py-0.8.0.dev0

Python PECOS 0.7.0.dev4

15 Aug 19:17
3209053

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: py-0.7.0.dev3...py-0.7.0.dev4

Python PECOS 0.7.0.dev3

15 Aug 15:23
780dca3

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: py-0.7.0.dev2...py-0.7.0.dev3

Python PECOS 0.7.0.dev2

12 Aug 03:46
53ecce6

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: py-0.7.0.dev1...py-0.7.0.dev2

Python PECOS 0.7.0.dev1

08 Aug 15:45
18b2986

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: py-0.7.0.dev0...py-0.7.0.dev1

Python PECOS 0.7.0.dev0

25 Jul 13:05
2b97feb

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: py-0.6.0.dev8...py-0.7.0.dev0

Rust PECOS 0.1.1

14 Dec 16:59
6b19d06

Choose a tag to compare

What's Changed

  • Fixes issues with rs sparse sim for older simulation workflow by @ciaranra in #106

Full Changelog: py-0.6.0.dev7...rs-0.1.1

Python PECOS 0.6.0.dev8

14 Dec 17:01
6b19d06

Choose a tag to compare

Pre-release

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

10 Dec 19:05
d242d17

Choose a tag to compare

Pre-release

Adds pecos-rslib, which is a Python wrapper of the Rust version of PECOS. This version introduces a simulator.

Rust PECOS 0.1.0

09 Dec 23:55
d3787c4

Choose a tag to compare

Adds initial Rust version of PECOS. Includes a Rust stabilizer simulator.