FakeAlmaden¶
- class FakeAlmaden[código fonte]¶
Bases:
FakeQasmBackend
A fake Almaden backend.
00 ↔ 01 ↔ 02 ↔ 03 ↔ 04 ↕ ↕ 05 ↔ 06 ↔ 07 ↔ 08 ↔ 09 ↕ ↕ ↕ 10 ↔ 11 ↔ 12 ↔ 13 ↔ 14 ↕ ↕ 15 ↔ 16 ↔ 17 ↔ 18 ↔ 19
FakeBackend initializer.
- Parâmetros
configuration (BackendConfiguration) – backend configuration
time_alive (int) – time to wait before returning result
Methods
Return the backend configuration.
Return the backend name.
Returns a snapshot of device properties
Return the backend Provider.
Main job in simulator
Set the options fields for the backend
Return the backend status.
Attributes
- backend_name = 'fake_almaden'¶
- conf_filename = 'conf_almaden.json'¶
- dirname = '/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/qiskit/providers/fake_provider/backends/almaden'¶
- 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.
- props_filename = 'props_almaden.json'¶
- version = 1¶