Introduction
Mathematics is the language in which the gods speak to people.
—Plato
In this chapter, we cover the mathematical concepts related to quantum computing. We look at quantum operators, sets, vectors, matrices, and tensors.
Initial Setup
You need to set up Python 3.5 to run the code samples in this chapter. You can download it from https://www.python.org/downloads/release/python-350/.
Quantum Operators
Binary form numbers are used to model gates for a classical computer. Quantum mechanical principles are used for modeling the quantum gates and quantum operations ...