We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a76baf commit ee440abCopy full SHA for ee440ab
docs/google/devices.md
@@ -90,7 +90,7 @@ in 0.02 increments.
90
91
```
92
descriptor = cirq_google.study.DeviceParameter( ["q4_8", "piAmp"])
93
-sweep = cirq.Linspace("q4_8.piAmp", 0,1,51, metadata = descriptor)
+sweep = cirq.Linspace("q4_8.piAmp", 0, 1, 51, metadata=descriptor)
94
95
96
Any `DeviceParameter` keys that are set to a single value using a `cirq.Points`
0 commit comments