instance
should be passed into QiskitFunctionsCatalog
#8
Labels
question
Further information is requested
instance
should be passed into QiskitFunctionsCatalog
#8
Description
This is an interesting issue, where we need to have a discussion. Currently,
instance
is passed in directly to a Qiskit Function, and is managed function-by-function. This is inconsistent with howinstance
is handled with Runtime, whereQiskitRuntimeService
consumesinstance
as an optional kwarg when instantiating the objectThis opens the floor to an interesting question: beyond setting this an env_var for Function Providers, should
QiskitFunctionsCatalog
do anything in its underlying behaviours (authentication,list()
,jobs()
, etc)? (possibly out of scope for the first pass)Acceptance Criteria
instance
as an optional kwarg intoQiskitFunctionsCatalog
instance
, functions (IBM + 3rd-party functions) should be able to access this withQISKIT_IBM_INSTANCE
as an environment variableThe text was updated successfully, but these errors were encountered: