We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a148a27 commit c4f9039Copy full SHA for c4f9039
nersc/single_circuits/README.md
@@ -37,7 +37,7 @@ cd nersc/
37
38
# to restrict the number of threads:
39
export OMP_NUM_THREADS=32
40
-python3 single_circuits/demo_variational.py -q lightning.qubit -n 25
+python3 single_circuits/demo_variational.py -q lightning.qubit -n 15,20 -r
41
```
42
43
Stats on interactive CPU node (nid004079)
@@ -137,7 +137,7 @@ cd nersc/
137
138
#export OMP_NUM_THREADS=1
139
140
-python3 single_circuits/demo_variational.py -q lightning.kokkos -n 25
+python3 single_circuits/demo_variational.py -q lightning.kokkos -n 20,25 -r
141
142
143
Stats on interactive GPU node (nid200381)
0 commit comments