Simulation report

May 11, 2026Toy simulation

Toy simulation: Entanglement Toy

The Bell-pair toy circuit shows correlated outcomes. It does not imply faster-than-light signaling.

analytic-local-toyTask entanglement_toyToy model: yesHypothesis 4

Exploratory summary

What this toy simulation does

Toy model

The Bell-pair toy circuit shows correlated outcomes. It does not imply faster-than-light signaling.

Assumptions

  • Two qubits stand in for a simplified quantum correlation story.
  • The circuit assumes a noiseless simulator.
  • The result is used only to test the toy model's internal consistency.

Why it matters

It is useful as an explanation aid and a falsifiability check.

Raw data

Inspect raw JSON

Input

{
  "state": "Bell-pair circuit"
}

Result

{
  "backend": "analytic-local-toy",
  "circuit": "H(q0); CNOT(q0,q1); measure bell",
  "warning": "Cirq unavailable or failed (No module named 'cirq'); returned analytic-local-toy fallback.",
  "measurements": {
    "fallback": {
      "0": 250,
      "1": 250
    }
  }
}