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.run

NoisyDelayAerBackend.run(run_input, **run_options)[source]

Add noise pass to all circuits and then run the circuits. :type run_input: List[QuantumCircuit] :param run_input: List of circuit to run. :type run_options: :param run_options: additional run time backend options. :type run_options: kwargs

Returns:

A job that contains the simulated data.

Return type:

AerJob