Using Qiskit in a Unity Project

Author and project

Aaron Campbell
Project Alpha / Quantum Tower (2021)

Summary

One of the most popular game engines for both 2D and 3D games is Unity. Unfortunately, Unity currently has no official support for Python, a necessity for Qiskit based quantum development. In this legacy page, you will learn how to create a Python server designed to serve different Qiskit results via customized web requests. This will allow you to use quantum computation in any unity project and can also be adapted to allow quantum computation in any non-Python context.

Using Qiskit in a Unity Project

https://docs.google.com/document/d/1RVl1AsaeE_ci9SbhBkom3VjMKdAgE86ZsObQCemwzWs/edit?usp=sharing

Tutorial on using qiskit with flask for non-python projects.