IbmRunOptions

class fireopal.run_options.IbmRunOptions(session_id=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.

Methods

Attributes

session_id

Was this useful?