Circuit
Circuit IR build and run
9/9 passed in 18ms
| Test | What it does | Result |
|---|---|---|
test_bell_matches_direct | A Bell circuit reproduces the directly-built Bell state. | ✅ pass |
test_custom_channel_round_trips | A custom Channel added via noise() is sampled like a built-in one. | ✅ pass |
test_fluent_matches_append | Fluent gate methods build the same instructions as append. | ✅ pass |
test_infers_num_qubits | num_qubits grows to cover the targets used. | ✅ pass |
test_is_pauli_and_estimate | is_pauli flags coherent noise and estimate stays unbiased for it. | ✅ pass |
test_len_and_repr | len and repr reflect the instruction list. | ✅ pass |
test_measurements_recorded | Measurement instructions populate the record in order. | ✅ pass |
test_reproducible_with_seed | The same seed gives the same measurement record. | ✅ pass |
test_unknown_instruction_raises | Noise/QEC instructions are not runnable by the bare runner yet. | ✅ pass |