We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619c2f4 commit a512c8dCopy full SHA for a512c8d
azure-quantum/azure/quantum/target/target.py
@@ -55,7 +55,7 @@ class Target(abc.ABC, SessionHost):
55
56
# Name of the provider's input parameter which specifies number of shots for a submitted job.
57
# If None, target will not pass this input parameter.
58
- _SHOTS_PARAM_NAME = None
+ _SHOTS_PARAM_NAME = "shots"
59
60
def __init__(
61
self,
0 commit comments