176 lines
5.3 KiB
Plaintext
176 lines
5.3 KiB
Plaintext
---
|
||
title: FakeBoeblingen
|
||
description: API reference for qiskit.providers.fake_provider.FakeBoeblingen
|
||
in_page_toc_min_heading_level: 1
|
||
python_api_type: class
|
||
python_api_name: qiskit.providers.fake_provider.FakeBoeblingen
|
||
---
|
||
|
||
# FakeBoeblingen
|
||
|
||
<Class id="qiskit.providers.fake_provider.FakeBoeblingen" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.24/qiskit/providers/fake_provider/backends/boeblingen/fake_boeblingen.py" signature="FakeBoeblingen" modifiers="class">
|
||
Bases: `FakePulseBackend`
|
||
|
||
A fake Boeblingen backend.
|
||
|
||
```python
|
||
00 ↔ 01 ↔ 02 ↔ 03 ↔ 04
|
||
↕ ↕
|
||
05 ↔ 06 ↔ 07 ↔ 08 ↔ 09
|
||
↕ ↕ ↕
|
||
10 ↔ 11 ↔ 12 ↔ 13 ↔ 14
|
||
↕ ↕
|
||
15 ↔ 16 ↔ 17 ↔ 18 ↔ 19
|
||
```
|
||
|
||
FakeBackend initializer.
|
||
|
||
**Parameters**
|
||
|
||
* **configuration** ([*BackendConfiguration*](qiskit.providers.models.BackendConfiguration "qiskit.providers.models.BackendConfiguration")) – backend configuration
|
||
* **time\_alive** (*int*) – time to wait before returning result
|
||
|
||
## Methods
|
||
|
||
<span id="qiskit-providers-fake-provider-fakeboeblingen-configuration" />
|
||
|
||
### configuration
|
||
|
||
<Function id="qiskit.providers.fake_provider.FakeBoeblingen.configuration" signature="FakeBoeblingen.configuration()">
|
||
Return the backend configuration.
|
||
|
||
**Returns**
|
||
|
||
the configuration for the backend.
|
||
|
||
**Return type**
|
||
|
||
[BackendConfiguration](qiskit.providers.models.BackendConfiguration "qiskit.providers.models.BackendConfiguration")
|
||
</Function>
|
||
|
||
<span id="qiskit-providers-fake-provider-fakeboeblingen-defaults" />
|
||
|
||
### defaults
|
||
|
||
<Function id="qiskit.providers.fake_provider.FakeBoeblingen.defaults" signature="FakeBoeblingen.defaults()">
|
||
Returns a snapshot of device defaults
|
||
</Function>
|
||
|
||
<span id="qiskit-providers-fake-provider-fakeboeblingen-name" />
|
||
|
||
### name
|
||
|
||
<Function id="qiskit.providers.fake_provider.FakeBoeblingen.name" signature="FakeBoeblingen.name()">
|
||
Return the backend name.
|
||
|
||
**Returns**
|
||
|
||
the name of the backend.
|
||
|
||
**Return type**
|
||
|
||
str
|
||
</Function>
|
||
|
||
<span id="qiskit-providers-fake-provider-fakeboeblingen-properties" />
|
||
|
||
### properties
|
||
|
||
<Function id="qiskit.providers.fake_provider.FakeBoeblingen.properties" signature="FakeBoeblingen.properties()">
|
||
Returns a snapshot of device properties
|
||
</Function>
|
||
|
||
<span id="qiskit-providers-fake-provider-fakeboeblingen-provider" />
|
||
|
||
### provider
|
||
|
||
<Function id="qiskit.providers.fake_provider.FakeBoeblingen.provider" signature="FakeBoeblingen.provider()">
|
||
Return the backend Provider.
|
||
|
||
**Returns**
|
||
|
||
the Provider responsible for the backend.
|
||
|
||
**Return type**
|
||
|
||
[Provider](qiskit.providers.Provider "qiskit.providers.Provider")
|
||
</Function>
|
||
|
||
<span id="qiskit-providers-fake-provider-fakeboeblingen-run" />
|
||
|
||
### run
|
||
|
||
<Function id="qiskit.providers.fake_provider.FakeBoeblingen.run" signature="FakeBoeblingen.run(run_input, **kwargs)">
|
||
Main job in simulator
|
||
</Function>
|
||
|
||
<span id="qiskit-providers-fake-provider-fakeboeblingen-set-options" />
|
||
|
||
### set\_options
|
||
|
||
<Function id="qiskit.providers.fake_provider.FakeBoeblingen.set_options" signature="FakeBoeblingen.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.
|
||
|
||
**Parameters**
|
||
|
||
**fields** – The fields to update the options
|
||
|
||
**Raises**
|
||
|
||
**AttributeError** – If the field passed in is not part of the options
|
||
</Function>
|
||
|
||
<span id="qiskit-providers-fake-provider-fakeboeblingen-status" />
|
||
|
||
### status
|
||
|
||
<Function id="qiskit.providers.fake_provider.FakeBoeblingen.status" signature="FakeBoeblingen.status()">
|
||
Return the backend status.
|
||
|
||
**Returns**
|
||
|
||
the status of the backend.
|
||
|
||
**Return type**
|
||
|
||
[BackendStatus](qiskit.providers.models.BackendStatus "qiskit.providers.models.BackendStatus")
|
||
</Function>
|
||
|
||
## Attributes
|
||
|
||
### backend\_name
|
||
|
||
<Attribute id="qiskit.providers.fake_provider.FakeBoeblingen.backend_name" attributeValue="'fake_boeblingen'" />
|
||
|
||
### conf\_filename
|
||
|
||
<Attribute id="qiskit.providers.fake_provider.FakeBoeblingen.conf_filename" attributeValue="'conf_boeblingen.json'" />
|
||
|
||
### defs\_filename
|
||
|
||
<Attribute id="qiskit.providers.fake_provider.FakeBoeblingen.defs_filename" attributeValue="'defs_boeblingen.json'" />
|
||
|
||
### dirname
|
||
|
||
<Attribute id="qiskit.providers.fake_provider.FakeBoeblingen.dirname" attributeValue="'/home/computertreker/git/qiskit/qiskit/.tox/docs/lib/python3.8/site-packages/qiskit/providers/fake_provider/backends/boeblingen'" />
|
||
|
||
### options
|
||
|
||
<Attribute id="qiskit.providers.fake_provider.FakeBoeblingen.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()`](qiskit.providers.fake_provider.FakeBoeblingen#run "qiskit.providers.fake_provider.FakeBoeblingen.run") method.
|
||
</Attribute>
|
||
|
||
### props\_filename
|
||
|
||
<Attribute id="qiskit.providers.fake_provider.FakeBoeblingen.props_filename" attributeValue="'props_boeblingen.json'" />
|
||
|
||
### version
|
||
|
||
<Attribute id="qiskit.providers.fake_provider.FakeBoeblingen.version" attributeValue="1" />
|
||
</Class>
|
||
|