Skip to content

Commit c0e1ca2

Browse files
document new OnEach argument (#1343)
1 parent 6e603a3 commit c0e1ca2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qualtran/bloqs/basic_gates/on_each.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class OnEach(Bloq):
4343
Args:
4444
n: the number of qubits to add the bloq to.
4545
gate: A single qubit gate. The single qubit register must be named q.
46+
target_dtype: optional dtype of the register. If not provided, default to QAny.
4647
4748
Registers:
4849
- q: an n-qubit register.

0 commit comments

Comments
 (0)