Skip to content

Commit ee440ab

Browse files
Update docs/google/devices.md
Co-authored-by: Pavol Juhas <[email protected]>
1 parent 1a76baf commit ee440ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/google/devices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ in 0.02 increments.
9090

9191
```
9292
descriptor = cirq_google.study.DeviceParameter( ["q4_8", "piAmp"])
93-
sweep = cirq.Linspace("q4_8.piAmp", 0,1,51, metadata = descriptor)
93+
sweep = cirq.Linspace("q4_8.piAmp", 0, 1, 51, metadata=descriptor)
9494
```
9595

9696
Any `DeviceParameter` keys that are set to a single value using a `cirq.Points`

0 commit comments

Comments
 (0)