We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c2573 commit ec727caCopy full SHA for ec727ca
cirq-google/cirq_google/engine/engine.py
@@ -89,7 +89,7 @@ def __init__(
89
timeout: Optional[int] = None,
90
serializer: Serializer = CIRCUIT_SERIALIZER,
91
# TODO(#5996) Remove enable_streaming once the feature is stable.
92
- enable_streaming: bool = False,
+ enable_streaming: bool = True,
93
) -> None:
94
"""Context and client for using Quantum Engine.
95
0 commit comments