We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e603a3 commit c0e1ca2Copy full SHA for c0e1ca2
1 file changed
qualtran/bloqs/basic_gates/on_each.py
@@ -43,6 +43,7 @@ class OnEach(Bloq):
43
Args:
44
n: the number of qubits to add the bloq to.
45
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.
47
48
Registers:
49
- q: an n-qubit register.
0 commit comments