Skip to content

Commit b86ca7b

Browse files
committed
Addressed Michael's comments
1 parent ad6dd90 commit b86ca7b

File tree

7 files changed

+3
-641
lines changed

7 files changed

+3
-641
lines changed

cirq-google/cirq_google/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
from cirq_google.devices import (
5858
Bristlecone,
5959
Foxtail,
60-
GoogleDevice,
6160
GoogleNoiseProperties,
61+
GridDevice,
6262
NoiseModelFromGoogleNoiseProperties,
6363
SerializableDevice,
6464
Sycamore,

cirq-google/cirq_google/devices/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from cirq_google.devices.known_devices import Bristlecone, Foxtail, Sycamore, Sycamore23
2121

22-
from cirq_google.devices.google_device import GoogleDevice
22+
from cirq_google.devices.grid_device import GridDevice
2323

2424
from cirq_google.devices.serializable_device import SerializableDevice
2525

cirq-google/cirq_google/devices/google_device.py

-226
This file was deleted.

0 commit comments

Comments
 (0)