Skip to content

Commit 48c65e9

Browse files
david-pljohnzl-777
andauthored
Apply suggestions from code review
Co-authored-by: John Long <[email protected]>
1 parent 367fd76 commit 48c65e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/bloqade/cirq_utils/emit/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def main():
150150
mt_ = ir.Method(None, None, sym_name, [], mt.dialects, new_func)
151151

152152
AggressiveUnroll(mt_.dialects).fixpoint(mt_)
153-
mt_.print()
154153
return emitter.run(mt_, args=())
155154

156155

src/bloqade/qubit/stdlib/broadcast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def measure(qubits: ilist.IList[Qubit, N]) -> ilist.IList[MeasurementResult, N]:
3030
3131
Returns:
3232
IList[MeasurementResult, N]: The list containing the results of the measurements.
33-
A MeasurementResult can represent both 0 and 1, but also atoms that are lost.
33+
A MeasurementResult can represent both 0 and 1 as well as atom loss.
3434
"""
3535
return _qubit.measure(qubits)
3636

0 commit comments

Comments
 (0)