From af83fe72d0b51dc11a82f7c412253f4a7488ef1c Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 24 Apr 2024 11:08:49 +0200 Subject: [PATCH] Update nvidia-cuda-q.md --- docs.it4i/software/nvidia-cuda-q.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/software/nvidia-cuda-q.md b/docs.it4i/software/nvidia-cuda-q.md index c1f92306c..a90976311 100644 --- a/docs.it4i/software/nvidia-cuda-q.md +++ b/docs.it4i/software/nvidia-cuda-q.md @@ -1,4 +1,4 @@ -# CUDA Quantum for Python on Barbora +# CUDA Quantum for Python ## What Is CUDA Quantum? @@ -56,7 +56,7 @@ result = cudaq.sample(kernel) See the Cuda Quantum PyPI website at [https://pypi.org/project/cuda-quantum/][2]. -## Example QNN: +## Example QNN In the *qnn_example.py* you find a script that loads FashionMNIST dataset, chooses two data type (shirts and pants), then we create a Neural Network with quantum layer.This network is then trained on our data and later tested on the test dataset. You are free to try it on your own. Download the [QNN example][a] and rename it to `qnn_example.py`. -- GitLab