Skip to content

Commit a148a27

Browse files
tomlqcquantshah
authored andcommitted
README: plot single_circuits benchmarks
1 parent cf4e7b4 commit a148a27

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

nersc/single_circuits/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,22 @@ python3 single_circuits/demo_variational.py
265265
# Run container interactively with wrapper
266266
./wrap_podman.sh $IMG "python3 single_circuits/demo_variational.py"
267267
```
268+
269+
## Plot benchmarks
270+
271+
```
272+
cd /global/common/software/m4693/
273+
274+
module load python
275+
mkdir -p venv
276+
277+
python -m venv venv/qml_plot
278+
source venv/qml_plot/bin/activate
279+
280+
pip install matplotlib pandas
281+
```
282+
283+
```
284+
source /global/common/software/m4693/venv/qml_plot/bin/activate
285+
286+
```

0 commit comments

Comments
 (0)