Skip to content

Commit

Permalink
document new OnEach argument (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri authored Aug 26, 2024
1 parent 6e603a3 commit c0e1ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qualtran/bloqs/basic_gates/on_each.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class OnEach(Bloq):
Args:
n: the number of qubits to add the bloq to.
gate: A single qubit gate. The single qubit register must be named q.
target_dtype: optional dtype of the register. If not provided, default to QAny.
Registers:
- q: an n-qubit register.
Expand Down

0 comments on commit c0e1ca2

Please sign in to comment.