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

cl-quantum

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