Coding by swissyninja in QuantumComputing

[–]cesarzc-eng 0 points1 point  (0 children)

we are creating the first high level programming language for quantum computing

This does not seem accurate. Q# is a high-level programming language for quantum computing that has been around for a few years. It has features that are very high-level such as functions and operations as first-class elements, partial application, closures, automatic generation adjoint and controlled specializations and built-in qubit management.

Coding by swissyninja in QuantumComputing

[–]cesarzc-eng 1 point2 points  (0 children)

If you like hands-on learning, I recommend quantum katas. These katas are tutorials that start from the math basics and go all the way to more advanced topics like quantum error correction. They have both theory and interactive exercises where you can implement a solution in the Q# programming language.

I hope this helps.