qlmaas.generators

This module is used to instantiate remote Generators. This module will internally call the method get_generators() to get the list of Generators that are available on the server. Each Generator could be imported using the name of the class, but if two Generators have the same name, only the first Plugin returned by get_generators() will be present in this module.

# Import a remote class
from qlmaas.generators import MaxCutGenerator

This module is used to import subclasses of QLMaaSGenerator