For some context, to learn more about quantum computing, I was trying to build an evolutionary style ML algo to generate quantum circuits using the quantum machine primitives. The type where the fittest survive and mutate.
In terms of computing (this was a few years ago), I was limited to the number of qubits I could simulate (as there had to be many simulations).
The solution I found was to encode data into the spin of the qubit (which is an analog value). So I used polar coordinates to "encode data"
The matrix values looked a lot like this, so I was wondering if hill space is related? I was having to make up some stuff as I went along, and finding out the correct area to learn about more would be useful.