4

I am using the Microsoft Quantum Development Kit for Python. Can I run the code on a real quantum computer?

Thanks for answers.

Mariia Mykhailova
  • 1,987
  • 1
  • 9
  • 18
  • 1
    you might be interested in knowing that there is now a dedicated quantum computing stackexchange site: [quantumcomputing.SE](https://quantumcomputing.stackexchange.com/) – glS Oct 21 '19 at 10:33

1 Answers1

2

Earlier this week we have announced Azure Quantum - a full-stack cloud ecosystem that includes several hardware backends. With it you'll be able to run your Q# code on simulators, resource estimators and actual hardware in a uniform manner.

At the moment Azure Quantum is in private preview; you can request to be an early adopter here.


Alternatively, you can whip up some infrastructure code to use Q# to control your own quantum computer, as discussed in this question.

Mariia Mykhailova
  • 1,987
  • 1
  • 9
  • 18