-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/googlearea/noisekind/feature-requestDescribes new functionalityDescribes new functionalitytriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Description
Is there a way to simulate the noise of googles quantum computers using circ? In the same way that any of IBM's computers can be simulated using different backends?
backend = provider.get_backend('ibmqx2')
noise_model = NoiseModel.from_backend(backend)
Ideally I would want something like above which allows me to easily call the noise properties of for example Bristlecone or Sycamore.
If this is not possible does anyone know the best way to approach simulating the noise of any of googles quantum computers in qiskit?
I am asking because I wish to compare Google and IBMs quantum computers for implementing a simple circuit.
Metadata
Metadata
Assignees
Labels
area/googlearea/noisekind/feature-requestDescribes new functionalityDescribes new functionalitytriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on