Compare Hardware Scenarios
compare_hardware_scenariosRun the same circuit against multiple current SOTA hardware entries in one call so an agent can rank platforms without N sequential compute_expectation calls. Defaults to every entry in list_current_quantum_computers when hardwareIds is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compDepth | Yes | ||
| numQubits | Yes | ||
| hardwareIds | No | Subset of QUANTUM_COMPUTERS ids to compare. Omit to compare every entry. | |
| useErrorCorrection | No | ||
| distanceSurfaceCode | No | Required when useErrorCorrection=true and errorCorrectionCode="surface" (odd integer). | |
| errorCorrectionCode | No | Either "surface" (default when useErrorCorrection=true) or a qLDPC code id. "surface-code" is accepted as an alias for "surface". |