quantumd quickstart creates and executes a complete locally governed
simulator workflow.
Install the published alpha first by following the installation guide.
quantumd quickstart ./quantumd-first-run --shots 128QuantumD will:
- initialize a project
- create a project-local P-256 signing identity
- evaluate verification and policy gates
- authorize only
aer-simulator - execute the verified workload
- sign the verification evidence and execution receipt
- verify the resulting chain offline
A successful run ends with:
[STATUS] QUANTUMD LOCAL QUICKSTART COMPLETE
Trust mode: LOCAL_DEVELOPMENT
Trust scope: LOCAL_SIMULATION_ONLY
Hardware authorization: PROHIBITED
KMS signing used: False
IBM contacted: False
Hardware action: None
quantumd doctor ./quantumd-first-runThe expected local posture is:
Active trust mode: LOCAL_DEVELOPMENT
KMS key configured: False
Local identity valid: True
Local trust scope: LOCAL_SIMULATION_ONLY
Hardware authorization: PROHIBITED
quantumd verify-chain ./quantumd-first-run --latestThe verifier checks signatures, key lineage, authorization, source and manifest identities, workload binding, circuit identities, the result hash, shot count, and execution timing.
The verifier performs no IBM or KMS calls for a local chain.
The private identity is project-local and excluded from Git. QuantumD stores it beneath:
.quantumd/local-trust/
Partial, corrupted, or mismatched identity state is rejected rather than silently repaired. A local identity cannot authorize IBM hardware.