Skip to content

Latest commit

 

History

History
 
 

ComplexArithmetic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.