Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 490 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 490 Bytes

heom_amber

Codes for running hierarichal equation of motion. This code is for a simple spin-Boson problem, however the code itself is general. Reproduces figure 5 of Strumpfer Schulten, JCTC 8, 2808 (2012). Help also taken from Chen, Zheng, Shi, Tan, JCP 131, 094502 (2009)

To run, type make (uses gfortran). Run with ./aout. Should take a few seconds. Creates a file rho.out that has the diagonal entries of the density matrix as a function of time.

Let me know if you need any help