A detailed description of *mhn*'s subpackages, submodules and functions
=======================================================================
This part of the documentation contains descriptions of all functions included in
the *mhn* package.
Directly callable functions and constants
-----------------------------------------
.. autofunction:: mhn.set_seed
.. autofunction:: mhn.cuda_available
.. data:: mhn.CUDA_AVAILABLE
Constant returned by :func:`cuda_available` if CUDA functions are available and working correctly.
.. data:: mhn.CUDA_NOT_AVAILABLE
Constant returned by :func:`cuda_available` if the CUDA compiler (`nvcc`) was not present during installation.
If this was not expected, ensure that the CUDA toolkit is properly installed and accessible.
.. data:: mhn.CUDA_NOT_FUNCTIONAL
Constant returned by :func:`cuda_available` if the CUDA compiler (`nvcc`) is available,
but CUDA functions are not working as expected.
In this case, check your CUDA drivers and installation for potential issues.
.. raw:: html