Skip to content

Commit 071a068

Browse files
authored
Align pasqal to use "shots" (#731)
1 parent 4cbe286 commit 071a068

File tree

1 file changed

+1
-1
lines changed
  • azure-quantum/azure/quantum/target/pasqal

1 file changed

+1
-1
lines changed

azure-quantum/azure/quantum/target/pasqal/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Pasqal(Target):
7272

7373
target_names = tuple(target.value for target in PasqalTarget)
7474

75-
_SHOTS_PARAM_NAME = "count"
75+
_SHOTS_PARAM_NAME = "shots"
7676

7777
def __init__(
7878
self,

0 commit comments

Comments
 (0)