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.

retrieve_coefficients_from_backend

retrieve_coefficients_from_backend(backend, qubit)[source]

Retrieve StarkCoefficients object from the Qiskit backend.

Parameters:
  • backend (Backend) – Qiskit backend object.

  • qubit (int) – Index of qubit.

Returns:

StarkCoefficients object.

Raises:

RuntimeError – When experiment service cannot be loaded from backend.

Return type:

StarkCoefficients