You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/install/index.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,14 @@ Install with Additional Solver Support
143
143
Simply install MPAX such that you can ``import mpax`` in Python.
144
144
See the `MPAX <https://github.com/MIT-Lu-Lab/MPAX>`_ website for installation instructions.
145
145
146
+
.. info:: CuClarabel
147
+
:collapsible:
148
+
149
+
CuClarabel is currently only available in the Julia version of Clarabel.
150
+
To install CuClarabel, install `Julia <https://julialang.org/install/>`_, and then run in a julia terminal ``Pkg.add(Pkg.PackageSpec(url="https://github.com/oxfordcontrol/Clarabel.jl.git", rev="CuClarabel"))``.
151
+
152
+
Then install cupy and juliacall such that you can ``import cupy`` and ``import juliacall`` in Python.
0 commit comments