GPU-Accelerated Quantum Simulation
Maestro GPU runs quantum circuit simulations on GPUs and HPC clusters and automatically selects the fastest simulation method — so you can run larger circuits without manual tuning.
Why Maestro GPU
Statevector (NVIDIA cuStateVec), custom CUDA MPS, tensor network, and Pauli propagation — all on GPU for maximum throughput.
Analyzes circuit features — gate density, entanglement, locality — and automatically selects the fastest CPU backend. GPU backends are available with a single flag.
Write your circuit in QASM or use Maestro's native API. Maestro compiles it to the native format of whichever backend runs fastest — CPU or GPU.
Native SLURM plugin lets you submit quantum simulations to HPC clusters with srun/sbatch. Configure qubits, shots, and backends directly from the command line.
Benchmarks
Fermi-Hubbard MPS circuit simulation runtime. Lower is better.
* Ran with bond dimension 256 with observable estimation. Larger instances failed to run on some of the platforms limiting comparison.
Get Started
pip install qoro-maestro
One command. Python 3.9+ and a CUDA-capable GPU is all you need.
from maestro.circuits import QuantumCircuit
qc = QuantumCircuit()
for i in range(20):
qc.h(i)
qc.cx(0, 1)
qc.measure_all()
Build circuits with Maestro's native QuantumCircuit API.
import maestro
result = qc.execute(
simulator_type=maestro.SimulatorType.Gpu,
shots=1024
)
print(result["counts"])
Set the GPU engine and execute. Results in milliseconds, not minutes.
Open Source
Extend Maestro with community-driven plugins and integrations. All open source.
GPU-accelerated quantum chemistry — run VQE, ADAPT-VQE, and PES scans with PySCF on Maestro's GPU backends.
View on GitHub →Native SLURM integration — submit quantum simulation jobs to HPC clusters with srun and sbatch.
View on GitHub →Ready-to-run Python examples — quantum circuits, MPS simulations, benchmarks, and more to get you started fast.
View on GitHub →Purchase
Choose the license that fits your needs.
For individual developers building and prototyping quantum applications.
Developer LicenseFor companies deploying quantum simulation at scale in production environments.
Commercial LicenseFor academic and research institutions advancing quantum computing science.
Research LicenseGet Started
Get access to Maestro GPU and start simulating quantum circuits today. No credit card required.
Enterprise
See Maestro GPU in action. Our team will walk you through the platform, answer your questions, and help you evaluate the fit for your workloads.