Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

FakePrague

class FakePrague[fuente]

Bases: FakeBackendV2

A fake 33 qubit backend.

FakeBackendV2 initializer.

Methods

acquire_channel

Return the acquisition channel for the given qubit.

control_channel

Return the secondary drive channel for the given qubit

drive_channel

Return the drive channel for the given qubit.

measure_channel

Return the measure stimulus channel for the given qubit.

qubit_properties

Return QubitProperties for a given qubit.

run

Run on the fake backend using a simulator.

set_options

Set the options fields for the backend

Attributes

backend_name = 'fake_prague'
conf_filename = 'conf_prague.json'
coupling_map

Return the CouplingMap object

defs_filename = None
dirname = '/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/qiskit/providers/fake_provider/backends/prague'
dt

Return the system time resolution of input signals

This is required to be implemented if the backend supports Pulse scheduling.

Devuelve

The input signal timestep in seconds. If the backend doesn’t define dt None will be returned

Tipo del valor devuelto

dt

dtm

Return the system time resolution of output signals

Devuelve

The output signal timestep in seconds.

Tipo del valor devuelto

dtm

instruction_durations

Return the InstructionDurations object.

instruction_schedule_map

Return the InstructionScheduleMap for the instructions defined in this backend’s target.

instructions

A list of Instruction tuples on the backend of the form (instruction, (qubits)

max_circuits
meas_map

Return the grouping of measurements which are multiplexed This is required to be implemented if the backend supports Pulse scheduling.

Devuelve

The grouping of measurements which are multiplexed

Tipo del valor devuelto

meas_map

num_qubits

Return the number of qubits the backend has.

operation_names

A list of instruction names that the backend supports.

operations

A list of Instruction instances that the backend supports.

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_prague.json'
provider

Return the backend Provider.

Devuelve

the Provider responsible for the backend.

Tipo del valor devuelto

Provider

target

A qiskit.transpiler.Target object for the backend.

Tipo del valor devuelto

Target

version = 2