cirq.testing.assert_same_circuits

Asserts that two circuits are identical, with a descriptive error.

Main aliases

cirq.testing.circuit_compare.assert_same_circuits

actual A circuit computed by some code under test.
expected The circuit that should have been computed.