IbmRunOptions

class fireopal.run_options.IbmRunOptions(session_id=None, job_tags=None)

Options for circuit execution on IBM devices through Fire Opal.

Parameters

  • session_id (str or None , optional) – The ID of an IBM Runtime session to use for circuit execution. Defaults to None.
  • job_tags (list of str or None , optional) – The list of tags to append to the jobs submitted to IBM. Defaults to None.

Methods

Attributes

job_tags
session_id

Was this useful?