List experiment’s circuits for AI context.
The tool returns ContextCircuitModel objects, which are higher-level circuit entities for AI agents.
They include circuit context/metadata and reference the underlying Qiskit QuantumCircuit representation.
They are also more lightweight than returning full CircuitModel, which could have large QPY data.
The IDs of the circuits returned by this tool could be used in other tools:
compress_circuit_with_state_compression to compress the circuit with state compression technique.run_circuits_on_qpu_or_simulator to run the circuit on the device.list_jobs_for_circuit to get jobs related to the circuit and their results.list_children_circuits to get transpiled or compressed versions of the circuitArgs: experiment_id: the ID of the parent experiment. user (UserModel): User authenticated with api key. limit (int): Limit the number of the circuits returned.
Returns: list: List of ContextCircuitModel objects.
Successful Response
Class for circuit analytics calculation job status.
Submitted, Running analytics computation, Core metrics computation is done, Advanced metrics computation is done, Evolution computation is done, Done, Error Data model for circuit metrics.