bloqade-python icon indicating copy to clipboard operation
bloqade-python copied to clipboard

QuEra's Neutral Atom SDK for Analog QPUs

Results 122 bloqade-python issues
Sort by recently updated
recently updated
newest added

**Describe the bug** bloqade analog is calling deprecated function `pkg_resources` in https://github.com/QuEraComputing/bloqade-analog/blob/68a883a0624b7d9841ae5ed91792279b08cb2f54/src/bloqade/analog/__init__.py#L2 ``` src/bloqade/analog/__init__.py 2: __import__("pkg_resources").declare_namespace(__name__) ``` The function will be removed 2025-11-30. **Minimal broken example** ``` import bloqade.analog as...

bug

**Is your feature request related to a problem? Please describe.** Have a stable, GPU-accelerated backend for simulating analog evolution. **Describe the solution you'd like** Conversion of a time-dependent Hamiltonian into...

enhancement

**Describe the bug** Calling `bloqade.analog.save(program)` on a program made via a builder raises the error ``` TypeError: Object of type is not JSON serializable. Only (, , , , ,...

bug

**Is your feature request related to a problem? Please describe.** With `bloqade.jl` being deprecated, users are lacking a viable option to do noisy emulation. **Describe the solution you'd like** Reproducing...

enhancement

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...

dependencies
github_actions

Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.0.1 to 3.1.0. Release notes Sourced from sigstore/gh-action-sigstore-python's releases. v3.1.0 gh-action-sigstore-python is now compatible with Rekor v2 transparency log (but produced signature bundles still contain Rekor v1...

dependencies
github_actions

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...

dependencies
github_actions

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. Release notes Sourced from astral-sh/setup-uv's releases. v7.0.0 🌈 node24 and a lot of bugfixes Changes This release comes with a load of bug fixes...

dependencies
github_actions

When using Bloqade's native functionality to generate lattices, the hexagonal lattice is naturally applied as follows: But that "vertical" orientation is resource ineffective for row constraint. A "horizontal" implementation like...

**Describe the bug** I loaded a task file, then tried to extract the task_ir and visualize. I got a error message saying ``` BokehDeprecationWarning: 'circle() method with size value' was...

bug