(var: list[cudaq.pauli_word], varvar: list[float],
varvarvar: list[bool])
| 1508 | |
| 1509 | @cudaq.kernel |
| 1510 | def empty(var: list[cudaq.pauli_word], varvar: list[float], |
| 1511 | varvarvar: list[bool]): |
| 1512 | q = cudaq.qvector(2) |
| 1513 | x(q[0]) |
| 1514 | |
| 1515 | empty([], [], []) |
| 1516 |
no test coverage detected