quantum-espresso/EPW
Sabyasachi Tiwari 3cb977c13b Fix in EPW/utilities/nscf2supercond 2024-09-24 17:33:55 +00:00
..
ZG EPWv5.9 2024-09-15 16:41:41 +00:00
bin Debug in pp.py when the name contains 2021-06-11 10:23:19 +02:00
doc EPW Version 5.8 2023-11-25 07:27:36 +00:00
examples (1) Niko's update of the cumulant module (2) Bug fix in eliashberg_read_aniso_iaxis 2021-11-21 14:16:57 -06:00
irobjs EPWv5.9 2024-09-15 16:41:41 +00:00
src Fix in EPW/utilities/nscf2supercond 2024-09-24 17:33:55 +00:00
.dependencies EPW v4 initial release. 2016-03-07 14:27:35 +00:00
CMakeLists.txt EPWv5.9 2024-09-15 16:41:41 +00:00
License EPW v4 initial release. 2016-03-07 14:27:35 +00:00
Makefile EPWv5.9 2024-09-15 16:41:41 +00:00
README EPWv5.9 2024-09-15 16:41:41 +00:00
epw.md Files for Ford documentation (slightly) updated, with removal of references 2019-03-29 11:32:34 +01:00

README

                                       ``:oss/                                        
                           `.+s+.     .+ys--yh+     `./ss+.                           
                          -sh//yy+`   +yy   +yy    -+h+-oyy                           
                          -yh- .oyy/.-sh.   .syo-.:sy-  /yh                           
                 `.-.`    `yh+   -oyyyo.     `/syys:    oys      `.`                  
               `/+ssys+-` `sh+      `                   oys`   .:osyo`                
               -yh- ./syyooyo`                          .sys+/oyo--yh/                
               `yy+    .-:-.                             `-/+/:`  -sh-                
                /yh.                                              oys                 
          ``..---hho---------`   .---------..`      `.-----.`    -hd+---.             
       `./osmNMMMMMMMMMMMMMMMs. +NNMMMMMMMMNNmh+.   yNMMMMMNm-  oNMMMMMNmo++:`        
       +sy--/sdMMMhyyyyyyyNMMh- .oyNMMmyyyyyhNMMm+` -yMMMdyyo:` .oyyNMMNhs+syy`       
       -yy/   /MMM+.`-+/``mMMy-   `mMMh:`````.dMMN:` `MMMy-`-dhhy```mMMy:``+hs        
        -yy+` /MMMo:-mMM+`-oo/.    mMMh:     `dMMN/`  dMMm:`dMMMMy..MMMo-.+yo`        
         .sys`/MMMMNNMMMs-         mMMmyooooymMMNo:   oMMM/sMMMMMM++MMN//oh:          
          `sh+/MMMhyyMMMs- `-`     mMMMMMMMMMNmy+-`   -MMMhMMMsmMMmdMMd/yy+           
    `-/+++oyy-/MMM+.`/hh/.`mNm:`   mMMd+/////:-.`      NMMMMMd/:NMMMMMy:/yyo/:.`      
   +os+//:-..-oMMMo:--:::-/MMMo. .-mMMd+---`           hMMMMN+. oMMMMMo. `-+osyso:`   
   syo     `mNMMMMMNNNNNNNNMMMo.oNNMMMMMNNNN:`         +MMMMs:`  dMMMN/`     ``:syo   
   /yh`     :syyyyyyyyyyyyyyyy+.`+syyyyyyyyo:`         .oyys:`   .oyys:`        +yh   
   -yh-        ````````````````    `````````              ``        ``          oys   
   -+h/------------------------::::::::://////++++++++++++++++++++++///////::::/yd:   
   shdddddddddddddddddddddddddddddhhhhhhhhyyyyyssssssssssssssssyyyyyyyhhhhhhhddddh`   
                                                                                    
 EPW v5.9 is an open-source community code for ab initio calculations of electron-phonon 
 interactions using Density-Functional Perturbation Theory and Maximally Localized Wannier 
 Functions.
 EPW is distributed as part of the Quantum ESPRESSO suite, therefore please cite
     "P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
      URL http://www.quantum-espresso.org",
 in publications or presentations arising from this work. More details at
 http://www.quantum-espresso.org/quote
 Please also consider citing the EPW papers:
 1) F. Giustino, M. L. Cohen, and S. G. Louie, Phys. Rev. B 76, 165108 (2007)
 2) For calculations performed using EPW v4 through v5.6: 
      S. Ponc\'e, E. R. Margine, C. Verdi and F. Giustino, Comput. Phys. Commun. 209, 116 (2016).
    For calculations performed using EPW v5.7 and beyond:
      H. Lee, S. Ponc\'e, K. Bushick, S. Hajinazar, J. Lafuente-Bartolome, J. Leveillee, 
      C. Lian, J.-M. Lihm, F. Macheda, H. Mori, H. Paudyal, W. H. Sio, S. Tiwari, M. Zacharias, 
      X. Zhang, N. Bonini, E. Kioupakis, E. R. Margine, and F. Giustino, 
      npj Comput.  Mater. 9, 156 (2023).
    
 The software tree of EPW v5.9 is composed of
 /bin ==> Contains the epw.x soft link to the EPW executable.
 /examples  ==> Contains a lists of examples that are connected to the tutorials. The 
          tutorials can be found at http://epw.org.uk/Documentation/Tutorial
 /src ==> Contains all the EPW source files.
 ../test-suite/epw_* ==> Small tests useful for debugging and checking if the code works. 
          Those tests are used by the test farm. Do not expect physically relevant results out of it. 
 /ZG  ==> A set of codes for calculations of electron-phonon interactions via the
          special displacement method.
 Installation
 ------------
 To compile the code you first need to issue ./configure in /espresso. 
 Indeed EPW rely on the make.sys file created by QE. 
 Then you can run ./make inside espresso/EPW.
 EPW dedicated website and forum
 -------------------------------
 EPW has a dedicated website that you can access at https://epw-code.org
 Detailed documentation and tutorials can be found here: https://docs.epw-code.org
 If you have any questions, please use the forum at https://forum.epw-code.org
 @ The EPW Collaboration, Aug 2023