Quantum Matrices in Data Science
First, let's define a quantum matrix. A Quantum Matrix is the matrix representation of the uncertainty of a qubit. One is , zero is , but a qubit can be one and zero. so data can be stored like this: . you can also do some math with these matrices like , using this, you can store different datatypes in an array
Using javascript or python, you can build a quantum lib(or language) using matrices like these, then you can compile code. then upload it to a quantum computer.
When making quantum programs, the basic int is always the matrix of the binary of the number. you can do string however you want, floats are ints divided by 10 to the nth power.
That is all for this article. Consider following, thanks!