
Simulator starter
Bell State
Two-qubit entanglement demo that shows the shortest public path from visual circuit to generated source, counts, and evidence.
Qubits
2
Operations
4
Shots
4,096
Route rationale
Local Qiskit Aer simulator, no provider token required
Dominant 00 and 11 states in a reviewer-safe result packet
Counts
Qiskit
from qiskit import QuantumCircuit
qc = QuantumCircuit(2, 2)
qc.h(0)
qc.cx(0, 1)
qc.measure([0, 1], [0, 1])Evidence manifest
{
"workflowId": "QF-SAMPLE-BELL",
"runner": "qiskit-aer",
"artifacts": [
"generated-qiskit.py",
"generated-openqasm.qasm",
"counts.json",
"counts.csv",
"trace.json"
],
"privateFieldsExcluded": [
"providerCredentialId",
"userEmail",
"billingState",
"adminNotes"
]
}

