We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6801df commit bf76fbdCopy full SHA for bf76fbd
docs/sphinx/quickstart/installation.rst
@@ -22,6 +22,14 @@ The simplest way to install CUDA-QX is via pip. You can install individual compo
22
# Install both libraries
23
pip install cudaq-qec cudaq-solvers
24
25
+.. note::
26
+
27
+ CUDA-Q Solvers will require the presence of :code:`libgfortran`, which is
28
+ not distributed with the Python wheel, for provided classical optimizers. If
29
+ :code:`libgfortran` is not installed, you will need to install it via your
30
+ distribution's package manager. On Debian based systems, you can install
31
+ this with :code:`apt-get install gfortran`.
32
33
Docker Container
34
^^^^^^^^^^^^^^^^
35
0 commit comments