get_task_result_tool
Retrieve the result of a quantum task. Use an observable to compute expectation values; if the task is still running, returns pending status.
Instructions
Get the result of a task.
While the task is still running the result is empty and pending is true;
check task_status to see the current state. Pass observable (same format
as estimate_tool) to compute expectation values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| observable | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||