qlauncher# QLauncher# Program made for easier usage of Quantum computer for testing purposes. Provided with pre-made problems and algorithms. Submodules: qlauncher.exceptions qlauncher.utils Subpackages: qlauncher.base qlauncher.hampy qlauncher.launcher qlauncher.problems qlauncher.routines qlauncher.workflow Summary# __all__ Classes: QLauncher QLauncher class. Result Result(best_bitstring: str, best_energy: float, most_common_bitstring: str, most_common_bitstring_energy: float, distribution: dict, energies: dict, num_of_samples: int, average_energy: float, energy_std: float, result: Any)