QuantumKatas/tutorials/ComplexArithmetic
Adam Kania 02916eae70
Fix math mode rendering in GitHub preview, part 1 (#814)
Per the discussion in #809, fix the first batch of tutorials and workbooks, up to the MultiQubitGates tutorial.
2022-08-03 17:14:01 -07:00
..
img [ComplexArithmetic] Add workbook for the tutorial (#258) 2020-01-10 23:10:32 -08:00
ComplexArithmetic.ipynb Fix math mode rendering in GitHub preview, part 1 (#814) 2022-08-03 17:14:01 -07:00
README.md Update format for Binder links (#656) 2021-09-10 17:19:16 -07:00
Workbook_ComplexArithmetic.ipynb [ComplexArithmetic] Fix typo in the workbook (#795) 2022-06-23 10:39:55 -07:00
testing.py Add tutorial on complex arithmetic (#181) 2019-10-19 21:43:28 -07:00

README.md

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.