Skip to content
#

nisq

Here are 9 public repositories matching this topic...

Cirq
MichaelBroughton
MichaelBroughton commented Jan 20, 2022

Is your feature request related to a use case or problem? Please describe.
Right now a lot of modules (in particular tests) are pretty free form with how they do imports. It's a good practice to import modules wherever possible.

bad:

from cirq.devices import GridQubit

good:

from cirq import devices

devices.GridQubit(whatever)

**Describe the soluti

Improve this page

Add a description, image, and links to the nisq topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nisq topic, visit your repo's landing page and select "manage topics."

Learn more