Skip to content

Circuit

Circuit IR build and run

9/9 passed in 18ms

TestWhat it doesResult
test_bell_matches_directA Bell circuit reproduces the directly-built Bell state.✅ pass
test_custom_channel_round_tripsA custom Channel added via noise() is sampled like a built-in one.✅ pass
test_fluent_matches_appendFluent gate methods build the same instructions as append.✅ pass
test_infers_num_qubitsnum_qubits grows to cover the targets used.✅ pass
test_is_pauli_and_estimateis_pauli flags coherent noise and estimate stays unbiased for it.✅ pass
test_len_and_reprlen and repr reflect the instruction list.✅ pass
test_measurements_recordedMeasurement instructions populate the record in order.✅ pass
test_reproducible_with_seedThe same seed gives the same measurement record.✅ pass
test_unknown_instruction_raisesNoise/QEC instructions are not runnable by the bare runner yet.✅ pass