32Subpackages
524Python Modules
171Rust Functions
42Rust Modules

Python Subpackages

PackageModulesResponsibility
phase76Time evolution: Trotter, VQE, ADAPT-VQE, VarQITE, AVQDS, QSVT, Floquet DTC, Lindblad, MCWF, ICI + hypergeometric pulse shaping
accel71Measured-fastest-first multi-language acceleration chain (Rust / Mojo / Julia / Go dispatch with a Python floor)
hardware63IBM Quantum runner, trapped-ion backend, GPU offload, circuit cutting, fast sparse evolution, DynQ topology-agnostic qubit mapping
analysis59Synchronisation witnesses, QFI, persistent homology, OTOC, Krylov complexity, magic states, BKT scaling, DLA parity, shot-noise uncertainty
benchmarks15Classical vs quantum scaling, MPS baseline, GPU baseline, AppQSim, quantum advantage
bridge15Knm → Hamiltonian compiler, cross-repo adapters (sc-neurocore, SSGF, phase orchestrator)
compiler14Compiler frontends, interchange formats, and circuit lowering
control14QAOA-MPC, VQLS Grad-Shafranov, Petri nets, ITER disruption, topological optimiser
applications13FMO photosynthesis, power grid, Josephson array, EEG, ITER plasma, quantum EVS
mitigation13ZNE (with propagated uncertainty), PEC, dynamical decoupling, Z2 parity, CPDR, symmetry verification, GUESS symmetry-decay extrapolation
qec13Toric code, surface code, repetition code UPDE, biological surface code, error budget, multiscale QEC
crypto9BB84, Bell tests, topology-authenticated QKD, key hierarchy, spectral fingerprint
studio8SCPN-STUDIO federation surface: capability manifest, evidence schemas, architecture-map emission
qsnn7Quantum spiking neural networks, LIF neurons, STDP, synapses, dynamic coupling, training
topology_control7Constrained persistent-H1 optimisation for coupling graphs
identity6VQE attractor, coherence budget, entanglement witness, fingerprint, binding spec
gauge5U(1) Wilson loops, vortex detection, CFT, universality, confinement, lattice
benchmark_harness4Public open-data and classical-validation benchmark harness
dla_parity4Open-data + classical validation pathway for the DLA-parity dataset
entropy4Quantum random-number generation with NIST SP 800-22 and FIPS 140-2 health checks
psi_field4Lattice gauge theory, infoton dynamics, SCPN mapping, observables
ssgf4SSGF quantum integration, cross-repo wiring
cosimulation2Quantum/classical mean-field co-simulation for large Knm networks
fep2Variational free energy (Friston 2010), predictive coding, hierarchical prediction
forecasting2Forecasting benchmarks for observed synchronisation traces
codegen1Code generation for FPGA pulse deployment
deployment1Cloud-native deployment manifest generation
l161Layer 16 quantum director
pgbo1PGBO quantum bridge
sensing1Quantum-sensing models, including high-field NV-centre magnetometry
tcbo1TCBO quantum observer
thermodynamics1Quantum thermodynamics readiness tools for synchronisation transitions

The 32 subpackages above hold 441 modules; the remaining modules form the top-level package surface, for 524 Python source modules overall. The generated capability inventory is the source of truth for module, class, binding, test, and documentation counts. A further checkout-only research register (paper0) is intentionally excluded from the PyPI wheel and is not counted.

Rust Engine (scpn-quantum-engine)

PyO3 cdylib extension module. Edition 2021. ndarray + num-complex + rayon.

ModulePurpose
hamiltonian.rsXY Hamiltonian construction (5,401× faster than Qiskit)
knm.rsKnm coupling matrix utilities
kuramoto.rsClassical Kuramoto solver (reference baseline)
pauli.rsPauli string algebra and expectations
dla.rsDynamical Lie Algebra dimension computation
otoc.rsOut-of-Time-Order Correlators (4.4× faster)
krylov.rsKrylov complexity and basis construction
lindblad.rsLindblad master equation operators
monte_carlo.rsMonte Carlo Wave Function simulation
pec.rsProbabilistic Error Cancellation
gauge_lattice.rsΨ-field lattice gauge theory (v0.9.5)
fep.rsFree Energy Principle (Friston 2010) (v0.9.5)
concat_qec.rsMulti-Scale QEC concatenation (v0.9.5)
mpc.rsModel Predictive Control
pulse_shaping.rsICI three-level pulses (1,665× faster) + (α,β)-hypergeometric envelope (44× vs scipy 2F1)
sectors.rsSymmetry sector analysis, DynQ topology-agnostic qubit placement
symmetry_decay.rsGUESS symmetry-decay extrapolation (arXiv:2603.13060)
community.rsCommunity detection in coupling graphs
complex_utils.rsComplex number arithmetic
validation.rsInput validation and sanitisation

Optional Dependencies

[ibm]
qiskit-ibm-runtime ≥ 0.20.0. Required for real IBM hardware execution.
[rust]
scpn-quantum-engine ≥ 0.2.0. 100–5,401× acceleration for core operations.
[gpu]
cupy-cuda12x ≥ 13.0. GPU-accelerated state vector simulation.
[jax]
jax[cuda12] ≥ 0.4.30. Differentiable quantum simulation.
[tensor]
quimb ≥ 1.10. Matrix Product State simulation.
[mitigation]
mitiq ≥ 0.30. Advanced error mitigation (ZNE, PEC, DD).
[topology]
ripser ≥ 0.6. Persistent homology for topological analysis.
[opensys]
qutip ≥ 5.0. Open quantum systems, Lindblad dynamics.