500 TimeOutError
, click Home in the top-left,
and re-start your server.
Provider | NVIDIA |
---|---|
GPU Architecture | Volta |
GPU Name | Tesla V100 |
CUDA | 12.0 |
Driver | 525.105.17 |
nvidia-smi
) and
NVIDIA CUDA Toolkit (nvcc
) command line utilities.
lightning.gpu
device is an extension of PennyLane’s built-in lightning.qubit
device. It extends the
CPU-focused Lightning simulator to run using the NVIDIA cuQuantum SDK, enabling GPU-accelerated simulation of
quantum state-vector evolution.
A lightning.gpu
device can be loaded using:
lightning.qubit
and perform all simulation on the CPU.
qiskit-aer-gpu
package, extending the same functionality of the
canonical qiskit-aer
package, plus the ability to run the GPU supported simulators: statevector, density matrix, and unitary.
Here is a basic example: