Quojo

A Quantum Computing Simulation written in Mojo. This really only serves as one of my passion projects, but I would like it to expand into a larger platform for Quantum Development. Moved to a Python adaptation, PyQ

Goals

This project aims to:

TODO:

Usage

See USAGE.md

Complex Number Module

See COMPLEX.md

Sample Programs

With a classical computer, a linear search has time complexity $O(n)$. With a Quantum Computer, a Quantum Search has time complexity $O(\sqrt{n})$.