Software
Q-Quantum GPU Simulator
High-Performance Compute
Developed For:NVIDIA GTC Challenge
View SourceThe Objective
I wanted to simulate a quantum computer, but standard local CPUs struggle to simulate more than a few qubits. To bypass this hardware limitation, I built a web application that interfaces directly with a local NVIDIA RTX 3070 GPU to accelerate the simulation of qubits using the Qiskit framework. Offloading the parallelizable math to the GPU allowed for a significantly higher simulated qubit count (25 qubits for my RTX 3070) than standard CPU-bound operations.
Technical Stack
PythonQiskitCUDA / GPU Compute
