We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbe286 commit 071a068Copy full SHA for 071a068
1 file changed
azure-quantum/azure/quantum/target/pasqal/target.py
@@ -72,7 +72,7 @@ class Pasqal(Target):
72
73
target_names = tuple(target.value for target in PasqalTarget)
74
75
- _SHOTS_PARAM_NAME = "count"
+ _SHOTS_PARAM_NAME = "shots"
76
77
def __init__(
78
self,
0 commit comments