Public Access

PyPI Package

The compiled package is publicly available. Install immediately:

pip install scpn-quantum-control[all]

The active v1.1.0 tree includes 697 Python modules across 38 domain families, 109 notebooks, 37 examples, and 177 Rust PyO3 bindings. The [rust] extra pulls in scpn-quantum-engine.

Public Source

Repository and evidence are public

Inspect and clone github.com/anulum/scpn-quantum-control. Public access includes:

  • Source, tests, notebooks, and documentation
  • Raw-count hardware result packs and analysis scripts
  • Dated amendments and the hardware-status ledger
  • Issues, releases, and the contribution workflow

Comparison

CapabilityPyPIPublic GitHub
Install & use
All 697 Python modules (38 domain families)
Rust engine
109 notebooks
Read source code
Modify & rebuild
Submit PRs
Run test suite
CI/CD pipeline

Academic Access

Free for Research

Researchers at accredited institutions receive full source access at no cost. No AGPL copyleft requirement for academic publications. Please include the following citation:

@software{sotek2026scpnqc,
  author = {Šotek, Miroslav},
  title = {SCPN-Quantum-Control: Quantum Simulation of Coupled Oscillator Networks},
  year = {2026},
  version = {1.0.0},
  doi = {10.5281/zenodo.18821929},
  url = {https://anulum.li/scpn-quantum-control}
}

Publications

Seven open-access preprints (25 May 2026), each archived on Zenodo with a citable DOI. These are preprints under the project's evidence discipline — not peer-reviewed journal articles — and each carries the claim boundaries stated in its own abstract.

Contributing

Contributor Licence Agreement

All contributions require a signed CLA. The project follows trunk-based development with required CI checks: lint (ruff), test (95%+ coverage), type-check (mypy), security (bandit, pip-audit).