runner

An example top-level script used to run QPU experiments for IBM and D-Wave.

Invokes run_ibm (or run_ibm_reserved) and run_dwave.

Functions

main()

Main script code.

run_example(python_file, *args)

A wrapper function that actually executes the device-specific script.

runner.run_example(python_file, *args)[source]

A wrapper function that actually executes the device-specific script.

runner.main()[source]

Main script code.