Provider Target Compile: Compile this bounded circuit to the supplied pinned provider targ
Provider Target Compile: Compile this bounded circuit to the supplied pinned provider target and return compatibility... Use when: Use when a bounded request matches rqm.studio.provider-target-compile-request.v1 and the caller needs the d... Returns: compiled artifact, gate mapping, pinned target snapshot and blockers. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...
10000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-08
updated
Provider
jobs.rqmtechnologies.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"idempotency_key": "example-quantum.provider-target-compile.v1",
"max_total_price": "0.010000",
"request": {
"operations": [
{
"gate": "h",
"targets": [
0
]
},
{
"gate": "cx",
"targets": [
0,
1
]
}
],
"qubit_count": 2,
"require_directed_coupling": true,
"target": {
"basis_gates": [
"h",
"cx",
"rz"
],
"coupling_edges": [
[
0,
1
],
[
1,
2
],
[
2,
3
]
],
"maximum_qubits": 4,
"snapshot_digest": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"target_id": "fixture-target"
}
},
"schema_version": "rqm.jobs.bazaar-buyer-job-request.v1"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"artifact_names": [
"compiled artifact",
"gate mapping",
"pinned target snapshot and blockers"
],
"caller_next_step": "Submit only a blocker-free compiled artifact.",
"capability_id": "quantum.provider-target-compile.v1",
"duplicate": false,
"job_id": "job-quantum.provider-target-compile.v1",
"product": "quantum",
"quote_id": "00000000-0000-4000-8000-000000000001",
"reservation_id": "00000000-0000-4000-8000-000000000002",
"result_schema_digest": "c8ccecb841d452ded455e920a3b69d54da690a80db32724f19b0c10552226d6f",
"result_schema_id": "rqm.studio.quantum.provider-target-compile.v1-result.v1",
"retrieval_token": "rqm_retrieval_<opaque-job-scoped-token>",
"retrieval_token_expires_in": 86400,
"retrieval_url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-target-compile.v1/jobs/job-quantum.provider-target-compile.v1",
"schema_version": "rqm.jobs.bazaar-buyer-job-accepted.v1",
"status": "queued",
"x402_settlement_id": "00000000-0000-4000-8000-000000000003",
"x402_transaction_id": "0x<base-transaction>"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"idempotency_key": {
"maxLength": 128,
"minLength": 1,
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
"type": "string"
},
"max_total_price": {
"pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
"type": "string"
},
"request": {
"additionalProperties": false,
"properties": {
"operations": {
"items": {
"additionalProperties": false,
"properties": {
"angle_radians": {
"anyOf": [
{
"maximum": 6.283185307179586,
"minimum": -6.283185307179586,
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Angle Radians"
},
"gate": {
"enum": [
"x",
"z",
"h",
"s",
"t",
"rx",
"rz",
"cx",
"cz"
],
"title": "Gate",
"type": "string"
},
"targets": {
"items": {
"type": "integer"
},
"maxItems": 2,
"minItems": 1,
"title": "Targets",
"type": "array"
}
},
"required": [
"gate",
"targets"
],
"title": "CircuitOperation",
"type": "object"
},
"maxItems": 4096,
"minItems": 1,
"title": "Operations",
"type": "array"
},
"qubit_count": {
"maximum": 1024,
"minimum": 1,
"title": "Qubit Count",
"type": "integer"
},
"require_directed_coupling": {
"default": true,
"title": "Require Directed Coupling",
"type": "boolean"
},
"target": {
"additionalProperties": false,
"properties": {
"basis_gates": {
"items": {
"enum": [
"x",
"z",
"h",
"s",
"t",
"rx",
"rz",
"cx",
"cz"
],
"type": "string"
},
"maxItems": 9,
"minItems": 1,
"title": "Basis Gates",
"type": "array"
},
"captured_at": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Captured At"
},
"cost_per_shot_usd": {
"anyOf": [
{
"maximum": 1000000,
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Cost Per Shot Usd"
},
"coupling_edges": {
"items": {
"maxItems": 2,
"minItems": 2,
"prefixItems": [
{
"type": "integer"
},
{
"type": "integer"
}
],
"type": "array"
},
"maxItems": 8192,
"title": "Coupling Edges",
"type": "array"
},
"gate_error_rates": {
"additionalProperties": {
"type": "number"
},
"maxProperties": 32,
"title": "Gate Error Rates",
"type": "object"
},
"maximum_age_seconds": {
"anyOf": [
{
"maximum": 31536000,
"minimum": 0,
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Maximum Age Seconds"
},
"maximum_qubits": {
"maximum": 1024,
"minimum": 1,
"title": "Maximum Qubits",
"type": "integer"
},
"provider_name": {
"default": "declared_snapshot",
"maxLength": 128,
"minLength": 1,
"title": "Provider Name",
"type": "string"
},
"snapshot_digest": {
"pattern": "^[a-f0-9]{64}$",
"title": "Snapshot Digest",
"type": "string"
},
"source_uri": {
"anyOf": [
{
"maxLength": 2048,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Source Uri"
},
"target_id": {
"maxLength": 128,
"minLength": 1,
"title": "Target Id",
"type": "string"
}
},
"required": [
"target_id",
"snapshot_digest",
"maximum_qubits",
"basis_gates"
],
"title": "TargetSnapshot",
"type": "object"
}
},
"required": [
"qubit_count",
"operations",
"target"
],
"title": "TargetCompileRequest",
"type": "object"
},
"schema_version": {
"const": "rqm.jobs.bazaar-buyer-job-request.v1"
}
},
"required": [
"schema_version",
"idempotency_key",
"max_total_price",
"request"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"artifact_names": {
"items": {
"type": "string"
},
"type": "array"
},
"caller_next_step": {
"type": "string"
},
"capability_id": {
"type": "string"
},
"duplicate": {
"type": "boolean"
},
"job_id": {
"type": "string"
},
"product": {
"enum": [
"wave",
"quantum",
"robotics"
]
},
"quote_id": {
"format": "uuid",
"type": "string"
},
"reservation_id": {
"format": "uuid",
"type": "string"
},
"result_schema_digest": {
"pattern": "^[a-f0-9]{64}$",
"type": "string"
},
"result_schema_id": {
"type": "string"
},
"retrieval_token": {
"pattern": "^rqm_retrieval_",
"type": "string"
},
"retrieval_token_expires_in": {
"minimum": 1,
"type": "integer"
},
"retrieval_url": {
"format": "uri",
"type": "string"
},
"schema_version": {
"const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
},
"status": {
"enum": [
"queued",
"running",
"completed"
]
},
"x402_settlement_id": {
"format": "uuid",
"type": "string"
},
"x402_transaction_id": {
"type": "string"
}
},
"required": [
"schema_version",
"product",
"capability_id",
"job_id",
"status",
"quote_id",
"reservation_id",
"x402_settlement_id",
"x402_transaction_id",
"retrieval_url",
"retrieval_token",
"retrieval_token_expires_in",
"result_schema_id",
"result_schema_digest",
"caller_next_step",
"duplicate"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-target-compile.v1" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-target-compile.v1");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-target-compile.v1")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7647.json, and this resource appears in /discovery/resources and /discovery/search.