Skip to content

Specific noise model for Googles quantum computers #3429

@LorcanConlon

Description

@LorcanConlon

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

Labels

area/googlearea/noisekind/feature-requestDescribes new functionalitytriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions