Squire Quantum Simulate
quantum_simulateRun quantum simulations by staging Python/Qiskit files in an offline Qiskit Aer container. Execute circuits with custom shots and timeouts, then download generated artifacts locally.
Instructions
Stage a small Python/Qiskit file set, run the entry file inside an offline Qiskit Aer image, and optionally download generated artifacts locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backend | No | Quantum backend. v1 supports only aer_simulator. | |
| download_artifacts_dir | No | Optional local directory to download generated quantum artifacts into. | |
| files | Yes | Local file paths to stage. The first file is the Python entry script. | |
| shots | No | Shot count passed to the simulation. | |
| timeout | No | Simulation timeout in seconds. |