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
Return the options for the backend
Methods
Return the available simulation methods.
Return the available simulation methods.
Reset the simulator options to default values.
Return the simulator backend configuration.
Return the simulator backend pulse defaults.
NoisyDelayAerBackend.from_backend
(backend, ...)Initialize simulator from backend.
Format backend name string for simulator
Return the simulator backend properties if set.
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
Return backend status.