Adds a run_program function to the Python interface. This avoids Python call backs and can be significantly faster than the alternative program.run(backend) way of running a QuantumProgram in Python.
Expands the pre-processing to obtain the number of qubits, using the measurement operations and adding some error checking.
run_program
function to the Python interface. This avoids Python call backs and can be significantly faster than the alternativeprogram.run(backend)
way of running a QuantumProgram in Python.