Where to find documentation for Q#?

IT student 66 Reputation points
2022-06-06T13:42:13.943+00:00

Hello, I just started using Azure Quantum, and I am having trouble using Q# as I am not too familiar with the syntax.
I found the following link:
https://video2.skills-academy.com/en-us/qsharp/api/qsharp/microsoft.quantum.intrinsic.r1frac

And though it helped me greatly I would still appreciate more materials on the subject such as examples with those methods being used.
Is Python perhaps the more commonly used language for Azure Quantum, or a mix of both?

Appreciate any insights, on the matter.

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
65 questions
0 comments No comments
{count} vote

Accepted answer
  1. kobulloc-MSFT 25,961 Reputation points Microsoft Employee
    2022-06-06T15:47:35.377+00:00

    Hello, @IT student !

    Where can I find documentation on learning Q#?
    While you can certainly leverage the Python SDK in Azure Quantum, you'll want to become familiar with Q#. There are two resources that I would recommend starting out with.

    1 - Microsoft Learn - The Q# user guide
    https://video2.skills-academy.com/en-us/azure/quantum/user-guide/
    The Azure Quantum documentation includes a Q# user guide complete with an overview of the programming language, examples, testing and debugging, and a full language guide. This is a great place to start out with Q#.

    2 - Quantum Katas
    https://github.com/Microsoft/QuantumKatas
    This works as a great follow up to the documentation and includes Q# as well as some Python in quantum examples, concepts, algorithms, and more.


0 additional answers

Sort by: Most helpful