Skip to content

Commit

Permalink
README: demo_variational loops over qubit numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlqc authored and quantshah committed Sep 10, 2024
1 parent a148a27 commit c4f9039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nersc/single_circuits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cd nersc/

# to restrict the number of threads:
export OMP_NUM_THREADS=32
python3 single_circuits/demo_variational.py -q lightning.qubit -n 25
python3 single_circuits/demo_variational.py -q lightning.qubit -n 15,20 -r
```

Stats on interactive CPU node (nid004079)
Expand Down Expand Up @@ -137,7 +137,7 @@ cd nersc/
# to restrict the number of threads:
#export OMP_NUM_THREADS=1

python3 single_circuits/demo_variational.py -q lightning.kokkos -n 25
python3 single_circuits/demo_variational.py -q lightning.kokkos -n 20,25 -r
```

Stats on interactive GPU node (nid200381)
Expand Down

0 comments on commit c4f9039

Please sign in to comment.