![]() |
Asserts that two circuits are identical, with a descriptive error.
cirq.testing.assert_same_circuits(
actual: cirq.circuits.Circuit
,
expected: cirq.circuits.Circuit
) -> None
Args | |
---|---|
actual
|
A circuit computed by some code under test. |
expected
|
The circuit that should have been computed. |