:autogenerated: quantum_launcher.base ============================= .. automodule:: quantum_launcher.base Submodules: .. toctree:: :maxdepth: 1 quantum_launcher.base.adapter_structure quantum_launcher.base.base quantum_launcher.base.translator Summary ------- ``__all__`` Classes: .. list-table:: * - :class:`Algorithm ` - Abstract class for Algorithms. * - :class:`Backend ` - Abstract class representing a backend for quantum computing. * - :class:`Problem ` - Abstract class for defining Problems. * - :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) ``__all__`` Functions: .. list-table:: * - :func:`adapter ` - Register a function as an adapter from one problem format to another. * - :func:`formatter ` - Register a function as a formatter for a given problem type to a given format.