FakeMelbourne#
- class qiskit.providers.fake_provider.FakeMelbourne[source]#
Bases :
FakeBackend
A fake 14 qubit backend.
0 â 1 â 2 â 3 â 4 â 5 â 6 â â â â â â 13 â 12 â 11 â 10 â 9 â 8 â 7
Attributes
- options#
Return the options for the backend
The options of a backend are the dynamic parameters defining how the backend is used. These are used to control the
run()
method.
- version = 1#
Methods
- configuration()#
Return the backend configuration.
- Renvoie:
the configuration for the backend.
- Type renvoyé:
- provider()#
Return the backend Provider.
- Renvoie:
the Provider responsible for the backend.
- Type renvoyé:
- run(run_input, **kwargs)#
Main job in simulator
- set_options(**fields)#
Set the options fields for the backend
This method is used to update the options of a backend. If you need to change any of the options prior to running just pass in the kwarg with the new value for the options.
- ParamĂštres:
fields â The fields to update the options
- LĂšve:
AttributeError â If the field passed in is not part of the options
- status()#
Return the backend status.
- Renvoie:
the status of the backend.
- Type renvoyé: