QPong-Unity icon indicating copy to clipboard operation
QPong-Unity copied to clipboard

Integrate Qiskit server in C# script

Open HuangJunye opened this issue 6 years ago • 3 comments

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 avatar Sep 03 '19 02:09 HuangJunye

What do you think? @boland25 @filemaster

HuangJunye avatar Sep 03 '19 02:09 HuangJunye

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.

filemaster avatar Sep 03 '19 17:09 filemaster

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).

HuangJunye avatar Sep 04 '19 01:09 HuangJunye