Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 2.13 KB

README.md

File metadata and controls

35 lines (24 loc) · 2.13 KB

QuantumComputer

Deploy a Microsoft Quantum Computer in Microsoft Azure

Select the type of Quantum Computer you need, select the number of qubits you need, and click the "Deploy to Azure" button.

Deploy to Azure

Ok, so it's not really a quantum computer. It's a quantum simulator, based on Microsoft LIQUi|>

This template deploys an Ubuntu VM with the Microsoft LIQUiD software pre-installed and configured.

You can read more about the Microsoft Quantum Computing project at Microsoft StationQ, and access the LIQUiD "Language Integrated Quantum Operations Simulator" code on github.

A complete demo of the Microsoft LIQUiD Software is also available on YouTube.

Once you've got the (classical) ubuntu machine up, simply follow the getting started instructions.

Quick command reference to whet your whistle with some teleportation, entanglement and quantum chemistry:

  • azureuser@quantum:/Liquid/linux$ mono Liquid.exe
  • azureuser@quantum:/Liquid/linux$ mono Liquid.exe "__Teleport()"
  • azureuser@quantum:/Liquid/linux$ mono Liquid.exe "__Entangle1(22)"
  • azureuser@quantum:/Liquid/linux$ mono Liquid.exe "__Entangle2(4)"
  • azureuser@quantum:/Liquid/linux$ mono Liquid.exe "__Chem("")"
  • azureuser@quantum:/Liquid/linux$ mono Liquid.exe "__Chem("H2O")"

... and don't forget to have a go at some prime factors with Shor's algorithm.