Skip to main content

WestQuant Open

Search the representation, not just the parameters.

WestQuant Open is an open-source representation-search layer for quantum computing. It searches alternative compilation and representation paths across multiple software stacks, while preserving verification and full provenance.

Quick Start

pip install westquant[qiskit]

Then:

from westquant import optimize

result = optimize(circuit, framework="qiskit", backend=backend, budget=64)
print(result.pareto_front)

Or from the command line:

westquant doctor          # Check what's installed
westquant compare circuit.qasm  # Compare default vs WestQuant search
westquant plugins        # List available plugins

Packages

Package Status Description
westquant-core SDK_TESTED Core contracts, WQIR, RepGraph
westquant-qiskit SDK_TESTED Qiskit transpiler stage plugins
westquant-pytket SDK_TESTED pytket compiler pass search
westquant-pennylane SDK_TESTED PennyLane transform search
westquant-pulser SDK_TESTED Pulser neutral-atom search
westquant-orchestrator SDK_TESTED Cross-framework normalization
westquant-bridges EXPERIMENTAL Cirq/Braket/QIR/OpenQASM bridges

Installation

# Single framework
pip install westquant[qiskit]
pip install westquant[pytket]
pip install westquant[pennylane]
pip install westquant[pulser]

# Everything
pip install westquant[all]

Compare

westquant compare circuit.qasm -f qiskit

Output:

                      2Q gates   depth    verified
Qiskit default         143       212       yes
Qiskit opt-3           128       195       yes
WestQuant search       113       179       yes

Candidates evaluated: 64
Verification: EXACT
2Q gate reduction: 20.9%
Depth reduction: 15.6%

Architecture

WestQuant Open
├── westquant-core          # WQIR, RepGraph, search contracts
├── westquant-qiskit        # Qiskit transpiler plugins
├── westquant-pytket        # pytket pass search
├── westquant-pennylane     # PennyLane transform search
├── westquant-pulser        # Pulser neutral-atom search
├── westquant-orchestrator  # Cross-framework normalization
├── westquant-bridges       # Experimental framework bridges
└── westquant               # Umbrella package (this repo)

Verification

Every transformation is independently verified:

  • EXACT: Unitary equivalence via Operator.equiv()
  • UNKNOWN: Conservative — never promoted to EXACT
  • same_problem_different_dynamics: Pulser-specific — never collapsed with EXACT

License

Apache-2.0

Release files for westquant 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for westquant 0.1.0
File Size Uploaded
westquant-0.1.0.tar.gz 17.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for westquant 0.1.0
File Interpreter ABI Platform
westquant-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 33.8 kB

Release files / westquant-0.1.0.tar.gz

Download URL westquant-0.1.0.tar.gz
Size 17.6 kB
Tags Source
SHA-256 checksum
How to use checksums
09e8036ef1f0164cff88551dd3615e097d00d169f29c66208ec8ca199ceb5576
BLAKE2b-256 checksum
How to use checksums
ef26098ae8e153e50a2c0a9e8b17873c1ee01a71b020b303b8e5fb94f8ef1476
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.12

Release files / westquant-0.1.0-py3-none-any.whl

Download URL westquant-0.1.0-py3-none-any.whl
Size 16.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
927a30b1b11b116ff43fd06d4a3470c2cb24cfe28fb2da60b75dbc130d6dfbff
BLAKE2b-256 checksum
How to use checksums
1024d515a7ad1bd6785362744365ba498a1cb887d684dfc77139ecf19270d2f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.12
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page