list_bindings_tool
Retrieve all stored quantum circuit observable bindings from the current QPanda3 Runtime session to monitor and manage quantum computing resources.
Instructions
List all stored CircuitObservableBinding objects.
Returns a list of all bindings created in the current session.
Returns: Dictionary containing: - status: "success" or "error" - bindings: List of binding information - total_bindings: Total count of bindings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||