We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def82a5 commit 4f65335Copy full SHA for 4f65335
cirq-rigetti/cirq_rigetti/sampler.py
@@ -32,7 +32,7 @@ class RigettiQCSSampler(cirq.Sampler):
32
"""
33
34
def __init__(
35
- self,
+ self,
36
quantum_computer: QuantumComputer,
37
executor: executors.CircuitSweepExecutor = _default_executor,
38
transformer: transformers.CircuitTransformer = transformers.default,
0 commit comments