--- name: quantum-benchmark description: Benchmark quantum circuits — quantum volume estimation, gate timing, simulator performance, and backend comparison across different hardware profiles. version: 0.1.0 publisher: acmecorp handler_language: typescript handler_file: handler.ts inputs_schema: type: object properties: action: type: string enum: [quantum_volume, gate_benchmark, backend_compare, cost_estimate, simulator_limits] num_qubits: type: number gate_error_rate: type: number shots: type: number backend_id: type: string required: [action] outputs_schema: type: object properties: result: type: object --- # quantum-benchmark Benchmark quantum capabilities — quantum volume estimation, gate performance, backend cost comparison, and simulator limit analysis.