Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 708 Bytes

File metadata and controls

13 lines (7 loc) · 708 Bytes

Structure of the code

Under the root directory, there are follwing subdirectories

  • bin/: It contians all executables.

  • src/: It contains all source code. Under this subdirectroy, three CT-HYB impurity solvers, i.e., PACS, iQIST and the one used in eDMFT, are in the folder impurities/, and an analytical continuation tool based on the maximum entropy method is in the folder maxent/.

  • utilities/: It contains several practical postprocessing scripts.

  • docs/: It contains the documents of the code, e.g., the manual writen by markdown.

  • build/: Build the code in this subdirectory.