02916eae70
Per the discussion in #809, fix the first batch of tutorials and workbooks, up to the MultiQubitGates tutorial. |
||
---|---|---|
.. | ||
img | ||
ComplexArithmetic.ipynb | ||
README.md | ||
Workbook_ComplexArithmetic.ipynb | ||
testing.py |
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.