cunqa.backend

Cointains the class Backend which serves as a description of the characteristics of the virtual QPUs.

It can be found as the attribute backend of the QPU class, it is created with the corrresponding data when the QPU object is instantiated:

>>> qpu.backend
<cunqa.backend.Backend object at XXXX>

Classes

Backend

Class to define backend information of a virtual QPU.

BackendData

Class to gather the characteristics of a Backend object.