Skip to content

Commit

Permalink
Merge pull request #2167 from tpdownes/delete_qsim
Browse files Browse the repository at this point in the history
Remove quantum circuit simulator example
  • Loading branch information
tpdownes authored Jan 25, 2024
2 parents fe99ac8 + 31ba8e1 commit 015840d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 246 deletions.
145 changes: 0 additions & 145 deletions community/examples/quantum-circuit-simulator.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ md_toc github examples/README.md | sed -e "s/\s-\s/ * /"
* [pfs-daos.yaml](#pfs-daosyaml-) ![community-badge]
* [hpc-slurm-daos.yaml](#hpc-slurm-daosyaml-) ![community-badge]
* [hpc-amd-slurm.yaml](#hpc-amd-slurmyaml-) ![community-badge]
* [quantum-circuit-simulator.yaml](#quantum-circuit-simulatoryaml-) ![community-badge]
* [client-google-cloud-storage.yaml](#client-google-cloud-storageyaml--) ![community-badge] ![experimental-badge]
* [hpc-slurm-gromacs.yaml](#hpc-slurm-gromacsyaml--) ![community-badge] ![experimental-badge]
* [omnia-cluster.yaml](#omnia-clusteryaml--) ![community-badge] ![experimental-badge]
Expand Down Expand Up @@ -666,27 +665,6 @@ examples][amd-examples-readme].
[AOCC]: https://developer.amd.com/amd-aocc/
[amd-examples-readme]: ../community/examples/AMD/README.md

### [quantum-circuit-simulator.yaml] ![community-badge]

This blueprint provisions a [N1 series VM with NVIDIA T4 GPU accelerator][t4]
and compiles [qsim], a [Google Quantum AI][gqai]-developed tool that simulates
quantum circuits using CPUs and GPUs. The installation of qsim, the [CUDA
Toolkit][cudatk], and the [cuQuantum SDK][cqsdk] is fully automated but takes a
significant time (approx. 20 minutes). Once complete, a qsim example can be run
by connecting to the VM by SSH and running

```shell
conda activate qsim
python /var/tmp/qsim-example.py
```

[gqai]: https://quantumai.google/
[quantum-circuit-simulator.yaml]: ../community/examples/quantum-circuit-simulator.yaml
[t4]: https://cloud.google.com/compute/docs/gpus#nvidia_t4_gpus
[qsim]: https://quantumai.google/qsim
[cqsdk]: https://developer.nvidia.com/cuquantum-sdk
[cudatk]: https://developer.nvidia.com/cuda-toolkit

### [client-google-cloud-storage.yaml] ![community-badge] ![experimental-badge]

[client-google-cloud-storage.yaml]: ../community/examples/client-google-cloud-storage.yaml
Expand Down
55 changes: 0 additions & 55 deletions tools/cloud-build/daily-tests/builds/quantum-circuit.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions tools/cloud-build/daily-tests/tests/qsim.yml

This file was deleted.

0 comments on commit 015840d

Please sign in to comment.