Skip to main content
POST
/
circuits
/
{circuit_id}
/
backpropagate_observables
Backpropagate Observables
curl --request POST \
  --url 'https://api.example.com/circuits/{circuit_id}/backpropagate_observables?HAIQU_API_KEY=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "circuit_id": "<string>",
  "observables": [
    [
      [
        "<string>",
        123,
        123
      ]
    ]
  ],
  "max_qwc_groups": 123,
  "max_error_total": 123,
  "max_error_per_slice": 123
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

HAIQU_API_KEY
string
query
required

Path Parameters

circuit_id
string
required

Body

application/json

Data model for observable backpropagation submit request

circuit_id
string
required
observables
tuple[][]
required
max_qwc_groups
integer | null
max_error_total
number | null
max_error_per_slice
number | null

Response

Successful Response