run_circuit
Execute a quantum circuit on a simulator and return measurement results as JSON. Input circuit name and shot count to run.
Instructions
Run a quantum circuit on the simulator.
Args: circuit_name: Name of the circuit to run shots: Number of measurement shots
Returns: JSON string with measurement results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| circuit_name | Yes | ||
| shots | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |