Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 701 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 701 Bytes

Cellular Automata for Quantum Mechanics

To run the simulation you need a working installation of Eigen 3.4.0 or newer. Parameters for the simulation e.g. the size of the Lattice, are received in compile time so you must change them by directly editing qlb.cpp in the src folder. Compilation using the optimization flag -O3 of g++ increases considerably the efficiency and so we advised users to compile using it.

The project inspired on the work of David A. Meyer on Quantum Cellular Automatas, the modification to it proposed by Eduardo Ortega (unpublished) and is an implementation of the latter.