Interface QuantumBackend

All Superinterfaces:
Backend, ComputeBackend
All Known Implementing Classes:
AmazonBraketBackend, IBMQBackend, NativeQuantumBackend, PythonQuantumBackend, QiskitAerBackend, QiskitBackend, Quantum4JBackend, StrangeBackend

public interface QuantumBackend extends ComputeBackend
Hardware interface for quantum computing backends.

Provides circuit construction, simulator execution, and hardware execution. Algorithm-level operations (VQE, QAOA, Grover, Shor) are in QuantumAlgorithmProvider, which uses this backend for execution.

Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)