Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

NoisyDelayAerBackend

class NoisyDelayAerBackend(t1=None, t2=None, dt=None, backend=None, **backend_options)[source]

Backend for T1 and T2Ramsey experiments.

configure backend noise

Attributes

NoisyDelayAerBackend.options

Return the options for the backend

NoisyDelayAerBackend.version

Methods

NoisyDelayAerBackend.available_devices()

Return the available simulation methods.

NoisyDelayAerBackend.available_methods()

Return the available simulation methods.

NoisyDelayAerBackend.clear_options()

Reset the simulator options to default values.

NoisyDelayAerBackend.configuration()

Return the simulator backend configuration.

NoisyDelayAerBackend.defaults()

Return the simulator backend pulse defaults.

NoisyDelayAerBackend.from_backend(backend, ...)

Initialize simulator from backend.

NoisyDelayAerBackend.name()

Format backend name string for simulator

NoisyDelayAerBackend.properties()

Return the simulator backend properties if set.

NoisyDelayAerBackend.provider()

Return the backend Provider.

NoisyDelayAerBackend.run(run_input, ...)

Add noise pass to all circuits and then run the circuits.

NoisyDelayAerBackend.set_option(key, value)

Special handling for setting backend options.

NoisyDelayAerBackend.set_options(**fields)

Set the simulator options

NoisyDelayAerBackend.status()

Return backend status.