I have a classical vector, which I want to encode it into amplitudes of qubits. The purpose is to implement it in Quantum Neural Networks. For this, I need help for the following:
How can I encode a vector of numbers into qubits? e.g.
vector = [1/2, 1/2, 1/2, 1/2]
If it is a vector of parameters, how to does the encoding work?