GPU-Accelerated Quantum Simulation

Simulate Quantum Circuits
At Unprecedented Speed

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.

QASM Compatible NVIDIA CUDA Intelligent Backend Selection HPC / SLURM Native

Why Maestro GPU

Built for Performance

GPU-Accelerated Backends

Statevector (NVIDIA cuStateVec), custom CUDA MPS, tensor network, and Pauli propagation — all on GPU for maximum throughput.

Intelligent Prediction Engine

Analyzes circuit features — gate density, entanglement, locality — and automatically selects the fastest CPU backend. GPU backends are available with a single flag.

Unified Abstraction Layer

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.

HPC-Ready (SLURM Integration)

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

Dramatically Faster

Fermi-Hubbard MPS circuit simulation runtime. Lower is better.

48 Qubits

Maestro GPU
Maestro CPU
7.5×
Qibo GPU
14×
Qiskit CPU
64×
Pennylane GPU

* Ran with bond dimension 256 with observable estimation. Larger instances failed to run on some of the platforms limiting comparison.

Get Started

Up and Running in Minutes

1

Install

pip install qoro-maestro

One command. Python 3.9+ and a CUDA-capable GPU is all you need.

2

Write Your Circuit

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.

3

Run on GPU

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

The Maestro Ecosystem

Extend Maestro with community-driven plugins and integrations. All open source.

Purchase

Buy Now

Choose the license that fits your needs.

Developer

For individual developers building and prototyping quantum applications.

Developer License

Research

For academic and research institutions advancing quantum computing science.

Research License

Get Started

Request a Free Trial

Get access to Maestro GPU and start simulating quantum circuits today. No credit card required.

Enterprise

Book a Demo

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.