Quantum computing emulation in common lisp
Go to file
2024-12-06 22:24:29 -08:00
.gitignore Work on parsing and operators 2024-12-06 22:24:29 -08:00
LICENSE Initial commit 2024-12-06 07:54:58 -08:00
math.lisp Work on parsing and operators 2024-12-06 22:24:29 -08:00
package.lisp Initial commit 2024-12-06 07:54:58 -08:00
README.md Initial commit 2024-12-06 07:54:58 -08:00
state.lisp Work on parsing and operators 2024-12-06 22:24:29 -08:00

cl-quantum

This is just some experiments with quantum computing emulation that I am doing for a school project.