VeriQ QSeqSim v0.1.0
VeriQ QSeqSim v0.1.0 is the first public Qiskit-native release.
Highlights:
- Direct
QuantumCircuitsupport, including tested dynamic control flow and measurement-drivenwhileloops - Qiskit
BackendV2integration with counts and memory - Native
SamplerV2support with PUB inputs and per-registerBitArrayresults - BDD/weighted-model-counting symbolic simulation for structured dynamic and sequential workloads
Install from PyPI:
python -m pip install qseqsimQSeqSim 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.