Skip to content

VeriQ QSeqSim v0.1.0

Choose a tag to compare

@Hikari-HN Hikari-HN released this 13 Aug 15:03
· 5 commits to main since this release

VeriQ QSeqSim v0.1.0 is the first public Qiskit-native release.

Highlights:

  • Direct QuantumCircuit support, including tested dynamic control flow and measurement-driven while loops
  • Qiskit BackendV2 integration with counts and memory
  • Native SamplerV2 support with PUB inputs and per-register BitArray results
  • BDD/weighted-model-counting symbolic simulation for structured dynamic and sequential workloads

Install from PyPI:

python -m pip install qseqsim

QSeqSim requires the compiled dd.cudd backend. PyPI provides tested dd==0.6.0 manylinux wheels for Linux x86_64 with CPython 3.12/3.13; macOS arm64 requires the documented CUDD-enabled source build. See the installation guide and changelog.

Qiskit Aer remains the stronger choice for small and general numerical simulation; QSeqSim targets structured symbolic workloads.