QPong / QPong-Unity

QPong rewritten in Unity
26 stars 6 forks source link

Integrate Qiskit server in C# script #54

Open HuangJunye opened 5 years ago

HuangJunye commented 5 years ago

Do you think it’s a good idea to make a simple quantum simulator in C# instead of calling Qiskit over html? I think it will make the game standalone and more portable.

It should not be too difficult to make that. James Wootton made a simplified version in python https://github.com/quantumjim/aether I can rewrite it in C#

HuangJunye commented 5 years ago

What do you think? @boland25 @filemaster

filemaster commented 5 years ago

I think you don't need to rewrite all simulator, you can try to simulate the Quantum Computer behaviour for the gates the game is using now.

HuangJunye commented 5 years ago

Yes, definitely. I will just write the essential things that are needed for the game. James Wootton's aether is a very simple quantum simulator (~100 lines).