Quantum in the Cloud provides a free, open web interface to a small-scale quantum photonic chip. Devices similar to this one will one day form the building blocks for full-scale photonic quantum computers. We are providing access to the device in order to learn how people from different fields might use a quantum computer. We hope that by doing so we can demystify the basics of quantum mechanics and make the fundamental phenomena of superposition and entanglement accessible to universities, schools, hackers, kids, and interested people around the world.
The web interface can be operated in two modes: simulation and experiment. In simulation mode, the behaviour of the chip is simulated on our servers, this is useful to quickly learn how the device works and plan experiments. In experiment mode, Quantum in the Cloud gives direct access to a real physical chip in our lab, with real entanglement, real superposition, and real lasers. In order to use Quantum in the Cloud in experimental mode, you must first request an access token from us.
You must provide your name, email address, organization and a brief outline of what you want to do with the chip. We will assess your request and send a token via email.
You are free to use simulated or experimental data under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. If you are doing something interesting with either, we want to know about it!
The web interface to Quantum in the Cloud provides a graphical user interface, which draws the chip layout and graphs data. This is useful for simple experiments and learning exercises, but for more complex algorithms it is more convenient to program the chip using a script. We provide a JSON web API which gives full access to Quantum in the Cloud. You can use any modern programming language (Mathematica, Python, Javascript, MATLAB ...) to talk to our servers through this API and get data from Quantum in the Cloud.
Simulate the behaviour of up to four photons in particular device, returning probabilities of all possible events.
A JSON object representing the waveguide structure of a particular chip. Includes cartesian coordinates of each coupler and phaseshifter, mode count, and device name.
Below is an example API call, simulating a two-photon experiment with the CNOT-MZ chip, in Mathematica. The probabilities=Import[" part is Mathematica code which constructs the variable probabilities. Following this is the Qloud URL. "JSON" tells Mathematica that the data is returned in JSON form.
Returns:
This is a JSON object containing a list of probabilities of finding the two input photons at particular output modes. We also throw in the maximum and sum over these probabilities.
This is your interface to a real quantum chip. Writes phases to the CNOT-MZ device in the lab at Bristol, and returns detected photon coincidence counts.
Below is an example API call, getting counts from the chip with all phases set to zero. Here we are using Mathematica to make the call.
Returns:
Get a JSON object modelling the structure of a particular chip, including beamsplitter/phaseshifter layout, splitting ratios, mode count, name etc.
A JSON object modelling the structure of a particular chip.
Below is an example API call in Mathematica
Returns: