← Back to Starter Kit
Customer Playbook
Everything needed to run the Quantum Contextual Variational Challenge on the Quantum Polycontextural Architecture.
1. Request Access
2. Download the Starter Kit
- From downloads, grab:
customer_samples/qpca_benchmark_demo.py
customer_samples/benchmark_config.json
- Reference report + verification guide (hashes included)
- Verify SHA256 hashes before running.
3. Ways to Run
Web Playground
- Open the Playground, adjust config, choose Sandbox/Production, and click Run.
- Telemetry stream logs live; download artifacts when the job completes.
CLI / SDK
qpca-cli submit --script customer_samples/qpca_benchmark_demo.py \
--config customer_samples/benchmark_config.json \
--api-key YOUR_KEY
Use qpca-cli status and qpca-cli results to monitor runs. Python clients can call QPCAClient directly.
Standalone Demo App
- macOS: Open the .dmg, drag the app to Applications, right-click → Open the first time to bypass Gatekeeper.
- Windows: Unzip the portable build or run the installer. If SmartScreen appears, choose “More info” → “Run anyway”.
- Offline mode replays a reference run; online mode submits via API.
4. Verifying Results
- Jobs return metrics, telemetry, and a signed PDF. Compare SHA256 hashes to the reference table.
- Share job IDs with support for independent validation.
5. Support & Next Steps