{"uid":"cap_VaKT2xgOdCFxURKYCeD5W","slug":"rqm-provider-readiness-check-4b03594e","name":"RQM Provider Readiness Check","description":"Provider Readiness Check: Accept or reject this bounded circuit for the supplied pinned provider target and readiness... Use when: Use when a bounded request matches rqm.studio.provider-readiness-check-request.v1 and the caller needs the... Returns: readiness verdict, rule results and blockers, target provenance. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...","url":"https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-readiness-check.v1","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"request":{"type":"object","title":"ProviderReadinessRequest","required":["qubit_count","operations","target","rules"],"properties":{"rules":{"type":"object","title":"ReadinessRules","required":["require_all_gates_supported","require_coupling_compatible","maximum_depth_upper_bound"],"properties":{"maximum_depth_upper_bound":{"type":"integer","title":"Maximum Depth Upper Bound","maximum":1000000,"minimum":1},"require_all_gates_supported":{"type":"boolean","title":"Require All Gates Supported"},"require_coupling_compatible":{"type":"boolean","title":"Require Coupling Compatible"}},"additionalProperties":false},"target":{"type":"object","title":"TargetSnapshot","required":["target_id","snapshot_digest","maximum_qubits","basis_gates"],"properties":{"target_id":{"type":"string","title":"Target Id","maxLength":128,"minLength":1},"source_uri":{"anyOf":[{"type":"string","maxLength":2048},{"type":"null"}],"title":"Source Uri","default":null},"basis_gates":{"type":"array","items":{"enum":["x","z","h","s","t","rx","rz","cx","cz"],"type":"string"},"title":"Basis Gates","maxItems":9,"minItems":1},"captured_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Captured At","default":null},"provider_name":{"type":"string","title":"Provider Name","default":"declared_snapshot","maxLength":128,"minLength":1},"coupling_edges":{"type":"array","items":{"type":"array","maxItems":2,"minItems":2,"prefixItems":[{"type":"integer"},{"type":"integer"}]},"title":"Coupling Edges","maxItems":8192},"maximum_qubits":{"type":"integer","title":"Maximum Qubits","maximum":1024,"minimum":1},"snapshot_digest":{"type":"string","title":"Snapshot Digest","pattern":"^[a-f0-9]{64}$"},"gate_error_rates":{"type":"object","title":"Gate Error Rates","maxProperties":32,"additionalProperties":{"type":"number"}},"cost_per_shot_usd":{"anyOf":[{"type":"number","maximum":1000000,"minimum":0},{"type":"null"}],"title":"Cost Per Shot Usd","default":null},"maximum_age_seconds":{"anyOf":[{"type":"integer","maximum":31536000,"minimum":0},{"type":"null"}],"title":"Maximum Age Seconds","default":null}},"additionalProperties":false},"operations":{"type":"array","items":{"type":"object","title":"CircuitOperation","required":["gate","targets"],"properties":{"gate":{"enum":["x","z","h","s","t","rx","rz","cx","cz"],"type":"string","title":"Gate"},"targets":{"type":"array","items":{"type":"integer"},"title":"Targets","maxItems":2,"minItems":1},"angle_radians":{"anyOf":[{"type":"number","maximum":6.283185307179586,"minimum":-6.283185307179586},{"type":"null"}],"title":"Angle Radians","default":null}},"additionalProperties":false},"title":"Operations","maxItems":4096,"minItems":1},"qubit_count":{"type":"integer","title":"Qubit Count","maximum":1024,"minimum":1}},"additionalProperties":false},"schema_version":{"const":"rqm.jobs.bazaar-buyer-job-request.v1"},"idempotency_key":{"type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$","maxLength":128,"minLength":1},"max_total_price":{"type":"string","pattern":"^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$"}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_-CluUGw_l1ff5Ki2xG-Vb","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Validates whether a bounded quantum circuit is compatible with a pinned quantum hardware provider target by checking gate support, qubit count, coupling topology, and circuit depth against declared readiness rules.","exampleAgentPrompt":"Check whether my 5-qubit circuit — with gates h, cx, and rz(1.57) on qubits 0-4 — is ready to run on provider target 'ibm_kyoto_v2' (snapshot digest a3f1...b2c9, max 27 qubits, basis gates h/cx/rz/x/z), requiring all gates supported and coupling compatible, with a maximum depth upper bound of 500.","exampleUseCases":[{"title":"Pre-flight gate compatibility check","prompt":"Before I submit my variational circuit to the quantum provider, check if all the gates I'm using — rx, rz, cx, and h — are supported on provider target 'rigetti_aspen_m3' (snapshot digest e4a2...f7d1, max 80 qubits, basis gates rx/rz/cx/cz/h) for a 12-qubit circuit with 200 operations. Require all gates supported and set the maximum depth upper bound to 300."},{"title":"Coupling topology compatibility validation","prompt":"I have a 4-qubit circuit with 10 cx operations on qubit pairs (0,1), (1,2), (2,3) — verify it's coupling-compatible with provider 'ionq_harmony' (snapshot digest b9c3...12ef, max 11 qubits, basis gates x/z/h/cx) using coupling edges [(0,1),(1,2),(2,3)]. Require coupling compatibility, require all gates supported, and use a maximum depth upper bound of 100."},{"title":"Depth-bounded circuit acceptance check","prompt":"Can you check if my 8-qubit Grover circuit — 512 operations using h, x, cz, and rz gates — is accepted for provider target 'quantinuum_h1' (snapshot digest 77fa...cc08, max 20 qubits, basis gates h/x/z/rz/cz)? I need the depth upper bound set to 1000, all gates must be supported, and coupling compatibility is required."}],"resultDescription":"Returns an accept or reject decision indicating whether the bounded circuit satisfies all declared readiness rules for the pinned provider target, including gate support compatibility, qubit count adequacy, coupling topology compatibility, and circuit depth bound compliance.","failureModes":["Circuit exceeds maximum qubit count of the target — reject verdict returned","One or more gates in the circuit are not in the provider's basis gate set when require_all_gates_supported is true","Coupling edges in the circuit are incompatible with the provider topology when require_coupling_compatible is true","Circuit depth exceeds the specified maximum_depth_upper_bound","Invalid snapshot_digest format (must be 64 hex characters) — request rejected","Qubit count or operation count outside allowed range — schema validation error","Payment of $0.01 USDC not provided or failed — 402 Payment Required"],"whenToPreferThis":"Use this endpoint when you need a deterministic, schema-bound pre-flight compatibility check for a quantum circuit against a specific pinned hardware provider snapshot before job submission. Prefer this over live availability checks (which this explicitly does not cover) or generic provider queries. Ideal for automated quantum workflow pipelines that need to gate circuit submission on confirmed hardware compatibility without incurring execution costs.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:43:58.646Z","isFirstParty":false}