stop_iterate

fireopal.stop_iterate(credentials, backend_name)

Stop a hardware provider session previously opened by a call to fireopal.iterate.

Parameters

  • credentials (Credentials) – The credentials for running circuits. See the credentials module for functions to generate credentials for your desired provider.
  • backend_name (str) – The backend device name that should be used to run circuits.

Return type

dict

Was this useful?