From 4c891c74364fbded4e10d988f0cf156ba380efab Mon Sep 17 00:00:00 2001 From: Ben Howe Date: Mon, 16 Dec 2024 17:14:20 +0000 Subject: [PATCH] Update docs to clarify Python wheels installation requirements Signed-off-by: Ben Howe --- docs/sphinx/quickstart/installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/sphinx/quickstart/installation.rst b/docs/sphinx/quickstart/installation.rst index 75cc26b..9f2f32c 100644 --- a/docs/sphinx/quickstart/installation.rst +++ b/docs/sphinx/quickstart/installation.rst @@ -22,6 +22,14 @@ The simplest way to install CUDA-QX is via pip. You can install individual compo # Install both libraries pip install cudaq-qec cudaq-solvers +.. note:: + + CUDA-Q Solvers will require the presence of :code:`libgfortran`, which is + not distributed with the Python wheel, for provided classical optimizers. If + :code:`libgfortran` is not installed, you will need to install it via your + distribution's package manager. On Debian based systems, you can install + this with :code:`apt-get install gfortran`. + Docker Container ^^^^^^^^^^^^^^^^