Open
Description
Is it possible to encode data with less dimension than the number of qubits used? I am building a circuit in which I am using a circuit with qubits [cirq.GridQubit(1, 0), cirq.GridQubit(1, 1), cirq.GridQubit(1, 2)]
but I have got encoded data of dimension 2, hence just wanted to encode data on qubits cirq.GridQubit(1, 0), cirq.GridQubit(1, 1)
and use the rest of the qubtis for the variational ansatz. Is it possible to do so?