QPong / QPong-Unity

QPong rewritten in Unity
26 stars 6 forks source link

Reduce circuit depth to 1? #24

Closed HuangJunye closed 5 years ago

HuangJunye commented 5 years ago

I realise the game can be played in a 3 x 1 circuit. Perhaps we can reduce the circuit depth to 1 and rotate the circuit 90 degrees so that 1) the gate images can be bigger, and 2) the qubits and the states in the state vector have a more direct correspondence.

HuangJunye commented 5 years ago

@boland25 What do you think? If it's not very clear, I can show you in Keynote.

HuangJunye commented 5 years ago

Implemented in the feature/newUI