qlmaas.qpus
This module is used to instantiate remote QPUs. This module will internally
call the method get_qpus()
to get the list
of QPUs that are available on the server. Each QPU could be imported using the name
of the class, but if two QPUs have the same name, only the first QPU returned
by get_qpus()
will be present in this module.
# Import a remote class
from qlmaas.qpus import LinAlg
This module is used to import subclasses of QLMaaSQPU