Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 455 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 455 Bytes

Quantum State Evolution

Installation

Execute cmake . in the root of the project to generate the Makefile. You may need to install FFTW3 for CMake to complete. To compile the code, run make. To install the code for the entire system, run make install after running make.

Post-installation

To clean CMake installation files, you can use clean_cmake.sh.

Options

Passing -DNO_QUADMATH=TRUE to cmake will prevent linkage to libquadmath.