Stochastic DFT and mix stochastic-deterministic DFT

back to main page

For sto-scf example (examples/04aSidiamondpwstoscf), the input files are:

The following typical output information will be printed to the screen:

 *********************************************************
*                                                       *
*                  WELCOME TO ABACUS                    *
*                                                       *
*            'Atomic-orbital Based Ab-initio            *
*                  Computation at UStc'                 *
*                                                       *
*          Website: http://abacus.ustc.edu.cn/          *
*                                                       *
*********************************************************
Wed Jun 29 17:07:44 2022
MAKE THE DIR         : OUT.ABACUS/
UNIFORM GRID DIM     : 36 * 36 * 36
UNIFORM GRID DIM(BIG): 36 * 36 * 36
DONE(0.041765   SEC) : SETUP UNITCELL
DONE(0.0794668  SEC) : SYMMETRY
DONE(0.0900106  SEC) : INIT K-POINTS
---------------------------------------------------------
Self-consistent calculations for electrons
---------------------------------------------------------
SPIN    KPOINTS         PROCESSORS  
1       3               4           
---------------------------------------------------------
Use plane wave basis
---------------------------------------------------------
ELEMENT NATOM       XC          
Si      2           
---------------------------------------------------------
Initial plane wave basis and FFT box
---------------------------------------------------------
DONE(0.0919447  SEC) : INIT PLANEWAVE
DONE(0.0927064  SEC) : INIT CHARGE
MEMORY FOR PSI (MB)  : 0.0736084
DONE(0.0937741  SEC) : LOCAL POTENTIAL
DONE(0.101361   SEC) : NON-LOCAL POTENTIAL
START POTENTIAL      : atomic
DONE(0.105865   SEC) : INIT POTENTIAL
DONE(0.12326    SEC) : INIT BASIS
-------------------------------------------
SELF-CONSISTENT : 
-------------------------------------------
ITER   ETOT(eV)       EDIFF(eV)      DRHO       TIME(s)    
CG1    -2.988673e+02  0.000000e+00   8.370e-03  8.749e+00  
CG2    -2.988733e+02  -5.935642e-03  5.393e-04  8.713e+00  
CG3    -2.988722e+02  1.108353e-03   6.628e-06  8.304e+00  
CG4    -2.988727e+02  -5.074167e-04  6.481e-08  8.684e+00  
CG5    -2.988727e+02  7.521919e-06   2.904e-09  8.569e+00  
CG6    -2.988727e+02  -7.194917e-06  4.086e-11  8.483e+00  

|CLASS_NAME---------|NAME---------------|TIME(Sec)-----|CALLS----|AVG------|PER%-------
                 total               51.638         19        2.7       1e+02     %
Run_pw              plane_wave_line     51.626         1         52        1e+02     %
PW_Basis_K          recip2real          23.632         231192    0.0001    46        %
PW_Basis_K          gathers_scatterp    8.462          231192    3.7e-05   16        %
PW_Basis_K          real2recip          21.244         229968    9.2e-05   41        %
PW_Basis_K          gatherp_scatters    6.5738         229968    2.9e-05   13        %
Cell_PW             opt_cells_pw        51.508         1         52        1e+02     %
Ions                opt_ions_pw         51.507         1         52        1e+02     %
ESolver_SDFT_PW     Run                 51.507         1         52        1e+02     %
HSolverPW_SDFT      solve               51.481         6         8.6       1e+02     %
Stochastic_hchi     hchi_reciprocal     50.717         5148      0.0099    98        %
Stochastic_hchi     vloc                48.819         5148      0.0095    95        %
Stochastic_hchi     vnl                 1.1863         5148      0.00023   2.3       %
Stochastic_Iter     calPn               25.41          18        1.4       49        %
Stochastic_Iter     sum_stoband         25.467         6         4.2       49        %
----------------------------------------------------------------------------------------

START  Time  : Wed Jun 29 17:07:44 2022
FINISH Time  : Wed Jun 29 17:08:35 2022
TOTAL  Time  : 51
SEE INFORMATION IN : OUT.ABACUS/

For sto-md example (examples/03aSn64lcao_md), the input files are:

back to top