Skip to content

Commit

Permalink
Addressed Michael's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
verult committed Apr 27, 2022
1 parent ad6dd90 commit b86ca7b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 641 deletions.
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
from cirq_google.devices import (
Bristlecone,
Foxtail,
GoogleDevice,
GoogleNoiseProperties,
GridDevice,
NoiseModelFromGoogleNoiseProperties,
SerializableDevice,
Sycamore,
Expand Down
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/devices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

from cirq_google.devices.google_device import GoogleDevice
from cirq_google.devices.grid_device import GridDevice

from cirq_google.devices.serializable_device import SerializableDevice

Expand Down
226 changes: 0 additions & 226 deletions cirq-google/cirq_google/devices/google_device.py

This file was deleted.

Loading

0 comments on commit b86ca7b

Please sign in to comment.