← Back to Playground

Benchmark Starter Kit + SDK Client

Download the official Quantum Contextual Variational Challenge script, configuration, reference report, and Python SDK Client. Use these files to run the benchmark from the Playground UI, qpca-cli, or the SDK. Get started in minutes!

Starter Script & Config

Python workload plus JSON configuration reflecting the published benchmark parameters. Includes SHA256 hashes for verification.

Verification Guide

Step-by-step instructions for installing the SDK, submitting jobs, comparing hashes, and requesting production access.

Customer Playbook

Complete β€œfirst run” instructions covering API keys, downloads, playground usage, CLI/SDK commands, macOS/Windows desktop app setup, Gatekeeper/SmartScreen overrides, and support contacts.

πŸš€ Python SDK Client

Get Started Fast: Install the QPCA SDK for programmatic access to Quantum Polycontextural Computing. Use it to submit jobs, monitor status, and retrieve results via Python. No QPC code copied - everything runs on our secure servers.

QUICK INSTALL:
# Create virtual environment (recommended)
python3 -m venv qpca_env
source qpca_env/bin/activate  # macOS/Linux
# qpca_env\Scripts\activate  # Windows

# Install SDK
pip install qpca-sdk
Note: On macOS, use a virtual environment to avoid "externally-managed-environment" errors. Or use pipx install qpca-sdk for isolated installation.
✨ What You Get:
  • Lightweight Python client (~50KB)
  • Full API access to QPC servers
  • Job submission, monitoring, and results
  • Zero IP exposure - QPC runs on our servers

Windows Desktop App (Alternative)

Note: For programmatic access, we recommend the Python SDK (see above). This Windows desktop app provides an alternative graphical interface. Portable build - unzip, run the executable, and follow SmartScreen override steps if Windows warns about an unrecognized app.