Bloqade

Latest version: v0.22.4

Safety actively analyzes 714919 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.20.0

None

0.19.0

What's Changed
* fix bloqade on kirin 0.12 by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/97
* Docstrings for passess in parallel.py by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/96
* Fix Example Copy-Pasting by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/95
* Move global to uop rewrite rule to the new rewrite folder by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/99
* compile qasm2 from qasm2.extended by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/100
* Documentation for global to UOp Pass by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/102
* start adding doc to wrapper by kaihsin in https://github.com/QuEraComputing/bloqade/pull/98
* docstrings for QASM2 target by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/108
* Docstrings for qBraid target by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/105
* More binding doc strings. by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/109
* removing target argument by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/110
* add installation page by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/104
* add more main pages by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/113
* Add Global gates to DAG analysis. by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/106
* Improve Log GHZ example by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/101


**Full Changelog**: https://github.com/QuEraComputing/bloqade/compare/v0.18.1...v0.19.0

0.18.1

What's Changed
* Adding bloqade-runtime-pyqrack extras by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/70
* make QASM2 QASM2 by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/71
* stim wrapper and tests by kaihsin in https://github.com/QuEraComputing/bloqade/pull/37
* GHZ with new decorator + jupytext by kaihsin in https://github.com/QuEraComputing/bloqade/pull/74
* polish recursive qft example by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/75
* Toggle return quantum register when Lowering noise model. by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/76
* QAOA circuit example by jon-wurtz in https://github.com/QuEraComputing/bloqade/pull/73
* Repeat until success example by jon-wurtz in https://github.com/QuEraComputing/bloqade/pull/77
* Global to Standard QASM2 Pass by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/78
* pauli exponentiation example by jon-wurtz in https://github.com/QuEraComputing/bloqade/pull/81
* sketch dag generation by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/82
* upgrade to 0.12 by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/93
* Desugar extended by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/94

New Contributors
* jon-wurtz made their first contribution in https://github.com/QuEraComputing/bloqade/pull/73

**Full Changelog**: https://github.com/QuEraComputing/bloqade/compare/v0.18.0...v0.18.1

0.18.0

What's Changed
* Allow `include "qelib1.inc"` when lowering QASM2 string by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/56
* Rewrite Parallel to standard QASM2 by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/52
* ghz state prep example with 3 impl by kaihsin in https://github.com/QuEraComputing/bloqade/pull/54
* recursive (generic) QFT example by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/42
* Removing runtime by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/61
* Support measurement shots + fixing lowering from schema to match Pi factors. by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/50
* Fixing parallel to uop pass + fixing test by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/58
* Fix ghz example, add citation by kaihsin in https://github.com/QuEraComputing/bloqade/pull/60
* Add missing lowering statements in QASM2 by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/67
* bump to v0.18.0 by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/68


**Full Changelog**: https://github.com/QuEraComputing/bloqade/compare/v0.17.0...v0.18.0

0.17.0

What's Changed
* fix printing by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/25
* Port animation and qbraid schema by kaihsin in https://github.com/QuEraComputing/bloqade/pull/32
* Adding Native noise dialect for simulator + runtime. by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/31
* Lowering noise schema by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/39
* refactor qasm2 wrapper to use lower case to match qelib1.inc by kaihsin in https://github.com/QuEraComputing/bloqade/pull/36
* adding simple atom loss test by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/41
* Fix pyqrack interpreter tests. by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/44
* John/qbraid target quera simulator by johnzl-777 in https://github.com/QuEraComputing/bloqade/pull/43
* Native pauli test by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/46
* Emit clean circuit from noise circuit by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/48

New Contributors
* johnzl-777 made their first contribution in https://github.com/QuEraComputing/bloqade/pull/43

**Full Changelog**: https://github.com/QuEraComputing/bloqade/compare/v0.16.1...v0.17.0

0.16.1

What's Changed
* extending QASM2 with glob.U and noise.PAULI1 by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/20
* extending OPENQASM header to accept KIRIN dialect statement by Roger-luo in https://github.com/QuEraComputing/bloqade/pull/21
* updating toml. by weinbe58 in https://github.com/QuEraComputing/bloqade/pull/23


**Full Changelog**: https://github.com/QuEraComputing/bloqade/compare/v0.16.0...v0.16.1

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.