Introduction In this article, I will be explaining about Q# – the new programming language introduced by Microsoft for quantum computing. We will understand the data type, expressions, and statements of Q# with the help of code snippets. Prerequisites Please visit my earlier article An Introduction To Quantum Computing to get a basic understanding of Quantum Computing and […]
Category: Quantum Computing
An Introduction To Quantum Computing
Introduction There is a lot of buzz about Quantum Computing and Microsoft has officially announced Quantum Development Kit and Q#, the language for Quantum computing. In this article, I am going to cover some of the basics of Quantum Computing and also set up an environment on our local machine with Visual Studio 2017 to get started with Quantum programming. […]