Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 887 Bytes

File metadata and controls

11 lines (7 loc) · 887 Bytes

Welcome!

This folder contains a tutorial on complex arithmetic that explains some of the mathematical background required to work with quantum computing. Complex arithmetic deals with imaginary and complex numbers, which arise from an attempt to take the square root of negative numbers.

You can run the tutorial online here. Alternatively, you can install Jupyter on your machine (this tutorial does not require Q#), and run the tutorial locally by navigating to this folder and starting the notebook from the command line using the following command:

jupyter notebook ComplexArithmetic.ipynb

The Python file in this folder contains the back-end of the tutorial and is not intended for direct use.