View source on GitHub |
Asserts that cirq.decompose(val) ends at default cirq gateset or a known gate.
cirq.testing.assert_decompose_ends_at_default_gateset(
val: Any, ignore_known_gates: bool = True
)
View source on GitHub |
Asserts that cirq.decompose(val) ends at default cirq gateset or a known gate.
cirq.testing.assert_decompose_ends_at_default_gateset(
val: Any, ignore_known_gates: bool = True
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-27 UTC.