Skip to content

Commit 4de97e6

Browse files
authored
Merge pull request #70 from oqtopus-team/develop
release: 2025-08-06 17:14
2 parents db527d3 + 3ef83ed commit 4de97e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device_gateway/plugins/qubex/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _execute(self, circuit: PulseSchedule, shots: int = DEFAULT_SHOTS):
116116
mode="single",
117117
shots=shots,
118118
interval=DEFAULT_INTERVAL,
119-
reset_awg_and_capunits = False,
119+
reset_awg_and_capunits = True,
120120
).get_counts(targets=self.classical_registers)
121121

122122
def execute(self, program: str, shots: int = 1024) -> tuple[dict, str]:

0 commit comments

Comments
 (0)