Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 722 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 722 Bytes

MicroQiskit for Lua

This version of MicroQiskit is compatible with Lua 5.x and PICO-8 Lua.

Installation

Dowloading a single file is all that is needed, so the word 'installation' is perhaps overkill. All you need to do is take the MicroQiskit.lua file, and place somewhere that it can be found when importing.

If using the PICO-8, you will also need the contents of math.p8. This provides a minimal math table required by MicroQiskit.

An example of MicroQiskit Lua in use can be seen in main.lua.

Documentation