Quantum Programs
qiskit_ibm_runtime.quantum_program
Overview
A quantum program consists of a list of ordered elements, each of which contains a single circuit and an array of associated parameter values. Executing a quantum program will sample the outcome of each circuit for the specified number of shots for each set of circuit arguments provided.
Classes
QuantumProgram | A quantum runtime executable. |
QuantumProgramItem | An item of a QuantumProgram. |