I think the main question is what other systems there are out there besides D-Wave which (afaik) is mainly Python-based. http://www.dwavesys.com/en/dev-tutorial-tsp.html ie: would the larger picture be a D-Wave based "AWS-like" system that accepts to run these different languages?
back
1 comments
DWave's Adiabatic Quantum Annealer does not run python. It is not Turing Complete. The python component is used to manually generate a matrix that corresponds to a travelling salesman problem. QCL (and Quibble) are languages designed to describe quantum programs that would actually run on a qunatum computer. What DWaves python module does is more akin to writing OpenCL code in a string and passing that to the OpenCL runtime to be compiled.