Sqetch 2026 — Managed Quantum & QML Platform
Sqetch is Anzaetek's managed platform for quantum and quantum-machine-learning workloads. One entry point, multiple compatible hardware and simulation backends, federated training across sites, and confidential computing so data never leaves its source.
Sqetch '26 Finance is a development preview. A design-partner window is targeted for late 2026 — contact us to scope a workload.
- Deploy anywhere — cloud PoC, on-prem enclave, scale-out cluster
- Interfaces: Python SDK, REST, Excel; dockerized apps for backtests and QML
- Federated models across sites — data never leaves, only derived signals aggregate
- Multimodal QML — tabular, text, images, waveforms — with mid-circuit measurement for non-unitary models
Sqetch '26 Finance — HFT and beyond
- Worst-case risk management with quantum synthetic data (QCBM + Conditional TimeGAN)
- Market regime detection with Temporal Similarity Search over a time-series data lake
- Quantum optimal execution and portfolio optimization (QAOA / QUBO dispatched to the runtime)
- Hardware-accelerated backtests, script strategies, Q/ML-augmented repricing and XVA
Omega Functions — Open-Source Quantum Runtime
Omega Functions is our open-source Rust runtime for quantum and hybrid workloads. Think "AWS Lambda for quantum circuits" — write your circuit once, dispatch to the backend that fits the shape of your problem.
Released as open source on 2026-04-24 under Apache-2.0 at github.com/Anzaetek/omega-functions-public.
- Multi-backend: statevector, MPS tensor network, Pauli/Clifford, photonics (Gaussian)
- Adjoint differentiation for O(1) parameter gradients; CMA-ES for gradient-free loops
- Mid-circuit measurement, conditional gates, reset — across all backends
- WASM runtime (Wasmtime 28) for sandboxed classical control loops
- C ABI and REST server with PQC (ML-DSA-65) authentication
Quantum Toolkit — Circuit IR, QML & Formal Verification
Our internal quantum toolkit is a Rust programming environment on top of Omega Functions. It ships a circuit algebra, a QML stack with autograd, error-correction codes, and machine-checked proofs exported to Lean 4 and Rocq.
- 30+ gate types, symbolic parameters, circuit! proc-macro DSL, Aria surface DSL with resource estimation
- Format exporters — QASM 2.0, OPTICQASM 1.0, Lean 4, Rocq, JSON, .qc, omega-IR, C FFI
- 13 optimizer passes incl. PhasePolyDedup with F₂ Gaussian-elim kernel search and adjoint-pair cancellation
- QML with parameter-shift autograd through tch-rs; CMA-ES gradient-free; surrogate training (arXiv:2505.05249)
- Error-correction — repetition [[n,1,n]], Steane [[7,1,3]], surface code [[d²,1,d]] with MWPM decoder
- Formal verification — 23 standalone Lean 4 theorems (0 sorry); mathlib-backed ECC and BlockEncoding fully closed; QFT / QPE / Grover statements load-bearing, some packaging sorries open
The Quantum toolkit is closed source; the underlying Omega Functions runtime is open source.