cl-quantum/README.md

11 lines
492 B
Markdown
Raw Permalink Normal View History

2024-12-06 07:54:58 -08:00
# cl-quantum
2024-12-09 13:31:56 -08:00
`cl-quantum` is a quantum circuit simulator for common lisp. It also has a basic
vector and matrix algebra library included. `cl-quantum` has external
requirements to use the main simulator, however, `cl-ppcre` is required to parse
back pretty-printed states. `cl-quantum` has been tested with SBCL 2.4.9 on
ArchLinux and was able to perform a simple Grover's search algorithm with 11
qbits in about 5 minutes.
I wrote this for a final project for my PHYSICS-103 class a LACC.