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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ pip install -e .
27
27
```
28
28
29
29
Some optional parts of the package require additional dependencies.
30
-
- GPU simulation: `pip install -e .[GPU-CUDA12]`
31
-
- Generating LP files to solve LABS using commercial IP solvers (`qokit/classical_methods` and `examples/advanced/classical_solvers_for_LABS/`): `pip install -e .[solvers]`
32
-
- Max-k-XOR-SAT with JAX (CPU-only): `pip install -e .[xorsat-jax]`
33
-
- Max-k-XOR-SAT with JAX + CUDA GPU: `pip install -e .[xorsat-gpu]`
- Generating LP files to solve LABS using commercial IP solvers (`qokit/classical_methods` and `examples/advanced/classical_solvers_for_LABS/`): `pip install -e '.[solvers]'`
32
+
- Max-k-XOR-SAT with JAX (CPU-only): `pip install -e '.[xorsat-jax]'`
33
+
- Max-k-XOR-SAT with JAX + CUDA GPU: `pip install -e '.[xorsat-gpu]'`
0 commit comments