qiskit_neko.backend_plugin.BackendPlugin.get_backend#

abstract BackendPlugin.get_backend(backend_selection=None)[source]#

Return the Backend object to run tests on.

Parameters:

backend_selection (str) – An optional user supplied value to select a specific backend. The exact behavior of this option is up to each individual plugin and should be clearly documented in the plugin how this is used if at all. If the plugin doesn’t support a selection string a string should still be accepted and a warning just logged. If a string is provided (and they’re accepted) but the string is invalid raising an exception is expected.