BackendPlugin#

class BackendPlugin[source]#

Bases: ABC

Abstract class for providing Backend objects to tests

This class is designed to be implemented by qiskit providers packages or any other user that needs to provide custom backend objects to the test suite. In general the authentication and initialization of working with backends from different vendors or with different simulators are all unique qiskit-neko provides the backend plugin interface to enable a standard interface to return backend objects and leave the specifics of authentication or initialization of providers.

Methods

get_backend

Return the Backend object to run tests on.