Expand description
QPU (Quantum Processing Unit) solver integration.
Moved from the standalone qpu/ crate. Config-file loading and the old
single-endpoint QpuClient have been removed; authentication and HTTP
egress are now handled by qualia-client-core::qpu_oracle and
qualia-client-core::qpu_dispatcher.
Modules§
- dispatcher
- In-process QPU job queue and dispatcher.
- pre_
solver - QPU Pre-Solver — converts high-level problem descriptions into provider-ready QUBO matrices or gate-model quantum circuits.
Structs§
- JobParameters
- Parameters for a QPU job submission.
- JobResult
Data - Measurement
- Measurement result from a QPU run.
- QpuJob
- A QPU job ready for dispatch.
- QpuResult
- Completed or failed QPU job result.