Documentation

Everything you need to get started with Fanal — from installation to writing your first verified quantum program.

Quick Start

1

Install Lean 4 via elan

curl https://elan.readthedocs.io/en/latest/elan-init.sh -sSf | sh
2

Clone the repository

git clone https://github.com/LucianoXu/Fanal.git
cd Fanal
3

Build the project

lake build Fanal

After building, explore the FanalExample/ directory for verified quantum programs you can modify and experiment with.