:autogenerated: qailab.torch ==================== .. automodule:: qailab.torch Submodules: .. toctree:: :maxdepth: 1 qailab.torch.autograd qailab.torch.orca_layer qailab.torch.qlayer qailab.torch.qmodel Subpackages: .. toctree:: :maxdepth: 1 qailab.torch.layers Summary ------- ``__all__`` Classes: .. list-table:: * - :class:`ArgmaxQLayer ` - This layer returns the most common bitstring sampled from the underlying quantum circuit. * - :class:`ExpectedValueQLayer ` - This layer returns the expected value of a bitstring sampled from the underlying quantum circuit. * - :class:`QLayer ` - Base quantum layer class. * - :class:`QModel ` - Quantum model class