Reference

Result shape

A successful state-vector run returns a JSON object like this.

python
{
    "result_type": "qxel_state_vector",
    "simulator": "QXel-sv",
    "shots": 256,
    "measurement_counts": {
        "00": 128,
        "11": 128,
    },
}
Note Counts vary because the result is sampled.