Skip to main content
Trust & Verification

Evidence Explorer

Verify QCOS certification results independently. Every experiment produces a SHA-256 evidence hash that proves data integrity — you don't need to trust us.

Live Hash Verification

Paste an evidence hash or experiment ID to verify

Try:

What QCOS Evidence Technology Guarantees

Tamper Detection

Any modification to experimental data — even a single bit — completely changes the SHA-256 hash. Tampering is mathematically impossible to hide.

Independent Verification

Anyone can recompute the SHA-256 hash from raw data and compare against the published hash. No SoftQuantus dependency required.

Chain of Custody

Five cryptographic layers ensure complete provenance — from circuit input to final signed result. Every step is hash-chained.

Published Evidence Bundles

All evidence bundles from the QCOS v3.2.0 Certification Campaign (February 2026). Click each bundle to explore its cryptographic chain.

ITLQP v1.0 — Ion-Trap Leakage Quantification Protocol

Trapped Ion (36 qubits) · 13 February 2026, 20:08:35 UTC

🏆 PLATINUM✅ VERIFIED

Certification Result

ITLQP Level D — No Detectable Leakage

Total Shots

10,240

Trials

10

Duration

58.12 seconds

Cost

$3.072

Bundle Hash (SHA-256)
itlqp_20260213_210835_3ea4e75d
Signature: RSA-SHA256 (4096-bit)✅ VALID

5-Layer Cryptographic Chain

1

Layer 1: Input Integrity

SHA-256(circuit_qasm + parameters + config)

ITLQP circuit with 4 victim + 2 sensor + 1 buffer qubit

2

Layer 2: Output Integrity

SHA-256(raw_measurement_counts × 10 trials)

10,240 shots across 10 interleaved Zone A/B trials

3

Layer 3: Context Integrity

SHA-256(calibration + timestamp + device_id)

Calibration snapshot at 2026-02-13T20:08:35Z

4

Layer 4: Bundle Hash

SHA-256(L1 ∥ L2 ∥ L3) → 3ea4e75d...

Final evidence hash matching experiment ID suffix

5

Layer 5: Digital Signature

RSA-SHA256(bundle_hash, qcos_private_key)

Signed with QCOS Ledger Service key

Verified Artifacts (12)

StatusFileHashSize
trial_0000_e4f33050.jsonSHA256:e4f33050...1.2 KB
trial_0001_8c3ea8eb.jsonSHA256:8c3ea8eb...1.2 KB
trial_0002_59e03e7b.jsonSHA256:59e03e7b...1.2 KB
trial_0003_9e293698.jsonSHA256:9e293698...1.2 KB
trial_0004_96bb7a3c.jsonSHA256:96bb7a3c...1.2 KB
trial_0005_57b4e2c8.jsonSHA256:57b4e2c8...1.2 KB
trial_0006_9a630ae0.jsonSHA256:9a630ae0...1.2 KB
trial_0007_612b99e2.jsonSHA256:612b99e2...1.2 KB
trial_0008_0f5d7ee3.jsonSHA256:0f5d7ee3...1.2 KB
trial_0009_d7d512e7.jsonSHA256:d7d512e7...1.2 KB
classifier_results.jsonSHA256:verified0.8 KB
calibration_snapshot.jsonSHA256:verified2.4 KB

Verify It Yourself

Download the raw evidence files and recompute the hashes. QCOS evidence is designed to be verified without any SoftQuantus dependency.

# Step 1: Download raw results
$ curl -O https://api.softquantus.com/v1/evidence/3ea4e75d/raw
# Step 2: Compute SHA-256
$ sha256sum itlqp_20260213_210835_3ea4e75d.json
# Step 3: Compare hash suffix
3ea4e75d... ✅ matches experiment ID
# Step 4: Verify signature
$ openssl dgst -sha256 -verify qcos_public.pem -signature bundle.sig hash.txt
Verified OK