DMD is a general purpose code to perform real time density matrix dynamics. Please clone this repository to make changes or to add new features and then initiate pull/merge request for changes and contributions to be incorporated.
Create build directory at the same level as src directory in the main DMD directory. Change make.inc to point to dependencies according to your specific system ennvironment.
To install:
- Make sure intel mpi compiler and command
mpiicpcexist. - GSL and MKL must be installed and ensure
MKLROOTis correct. - Modify
GRL_DIRinmake.incandSRC_DIRSinMakefile, if necessary. - If there is no "build" directory, create it.
- Issue
makein the main directory.