assert_equivalent_bloq_counts#
View source on GitHub
|
Assert that the BloqExample has consistent bloq counts.
qualtran.testing.assert_equivalent_bloq_counts(
bloq: qualtran.Bloq,
generalizer: Union[GeneralizerT, Sequence[GeneralizerT]] = (lambda x: x)
) -> None
See the documentation for assert_equivalent_bloq_example_counts for details on this function.
View source on GitHub