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 baf63b8 commit fbc51b6Copy full SHA for fbc51b6
src/bloqade/submission/ir/task_results.py
@@ -88,7 +88,7 @@ class TaskProbabilities(BaseModel):
88
def simulate_task_results(self, shots: int = 1) -> "QuEraTaskResults":
89
"""Simulate the task results as probabilties.
90
91
- Arguments:
+ Args:
92
shots (int): Number of shots, Defaults to 1
93
"""
94
bit_strings, probabilities = zip(*self.probabilities)
0 commit comments