First tutorial on DFPT¶
Dynamical and dielectric properties of AlAs¶
In this tutorial you will learn how to get the following physical properties (of an insulator) from density-functional perturbation theory (DFPT):
- the phonon frequencies and eigenvectors at \Gamma
- the dielectric constant
- the Born effective charges
- the LO-TO splitting
- the phonon frequencies and eigenvectors at other q-points in the Brillouin Zone
In order to learn the use of the associated codes mrgddb and anaddb, to produce phonon band structures and the associated thermodynamical properties, please consult the second tutorial on DFPT.
It is strongly recommended to discover this tutorial simultaneously with the DFPT (respfn) user guide. You might start by reading sections 0 and the first paragraph of section 1 of this user guide.
A basic introduction to the theory is given in [gonze2005]. You might also benefit from reading the longer review [baroni2001]. Further details are in [Gonze1997] and [Gonze1997a].
This tutorial should take about 2 hours.
Note
Supposing you made your own installation of ABINIT, the input files to run the examples are in the ~abinit/tests/ directory where ~abinit is the absolute path of the abinit top-level directory. If you have NOT made your own install, ask your system administrator where to find the package, especially the executable and test files.
In case you work on your own PC or workstation, to make things easier, we suggest you define some handy environment variables by executing the following lines in the terminal:
export ABI_HOME=Replace_with_absolute_path_to_abinit_top_level_dir # Change this line
export PATH=$ABI_HOME/src/98_main/:$PATH # Do not change this line: path to executable
export ABI_TESTS=$ABI_HOME/tests/ # Do not change this line: path to tests dir
export ABI_PSPDIR=$ABI_TESTS/Psps_for_tests/ # Do not change this line: path to pseudos dir
Examples in this tutorial use these shell variables: copy and paste
the code snippets into the terminal (remember to set ABI_HOME first!) or, alternatively,
source the set_abienv.sh
script located in the ~abinit directory:
source ~abinit/set_abienv.sh
The ‘export PATH’ line adds the directory containing the executables to your PATH so that you can invoke the code by simply typing abinit in the terminal instead of providing the absolute path.
To execute the tutorials, create a working directory (Work*
) and
copy there the input files of the lesson.
Most of the tutorials do not rely on parallelism (except specific tutorials on parallelism). However you can run most of the tutorial examples in parallel with MPI, see the topic on parallelism.
1 The ground-state geometry of AlAs¶
Before beginning, you might consider to work in a different subdirectory as for the other tutorials. Why not create Work_rf1 in $ABI_TESTS/tutorespfn/Input?
cd $ABI_TESTS/tutorespfn/Input
mkdir Work_rf1
cd Work_rf1
cp ../trf1_1.abi .
Important
The reference directory that contains the example files for the
tutorial is no more $ABI_TESTS/tutorial
(as for the basic tutorials and the
specialized, non-DFPT ones), but $ABI_TESTS/tutorespfn
.
This will be the case for all the DFPT based part of the tutorial.
Note that two pseudopotentials are mentioned in the input file: one for the Aluminum atom, and one for the Arsenic atom. The first listed in trf1_1.abi (for Al) will define the first type of atom of the input file (see input variables typat and ntypat) and the second (for As) will define the second type of atom. It might be the first time that you encounter this situation (more than one type of atoms) in the tutorials, at variance with the first four basic tutorials.
Warning
To access the pseudopotential, the input file expect you to define the variable ABI_PSPDIR in your environment.
You can copy the file $ABI_TESTS/tutorespfn/Input/trf1_1.abi in Work_rf1. This is your input file. You should read it carefully.
# Crystalline AlAs : computation of the total energy # #Specific to ground state calculation tolvrs 1.0d-18 # SCF stopping criterion ####################################################################### #Common input variables #Definition of the unit cell acell 3*10.61 # This is equivalent to 10.61 10.61 10.61 rprim 0.0 0.5 0.5 # In tutorials 1 and 2, these primitive vectors 0.5 0.0 0.5 # (to be scaled by acell) were 1 0 0 0 1 0 0 0 1 0.5 0.5 0.0 # that is, the default. #Definition of the atom types ntypat 2 # There are two types of atom znucl 13 33 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, type 1 is the Aluminum, # type 2 is the Arsenic. pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi, PseudosTM_pwteter/33as.pspnc" #Definition of the atoms natom 2 # There are two atoms typat 1 2 # The first is of type 1 (Al), the second is of type 2 (As). xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.25 0.25 0.25 # Triplet giving the REDUCED coordinate of atom 2. #Gives the number of band, explicitely (do not take the default) nband 4 # For an insulator (if described correctly as an insulator # by DFT), there is no need to include conduction bands # in response-function calculations #Definition of the planewave basis set ecut 3.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the k-point grid kptrlatt -4 4 4 # In cartesian coordinates, this grid is simple cubic, and 4 -4 4 # actually corresponds to the so-called 8x8x8 Monkhorst-Pack grid. 4 4 -4 # It might as well be obtained through the use of # ngkpt, nshiftk and shiftk . #Definition of the SCF procedure nstep 15 # Maximal number of SCF cycles diemac 9.0 # Although this is not mandatory, it is worth to # precondition the SCF cycle. The model dielectric # function used as the standard preconditioner # is described in the "dielng" input variable section. # The dielectric constant of AlAs is smaller that the one of Si (=12). ############################################################## # This section is used only for regression testing of ABINIT # ############################################################## #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% test_chain = trf1_1.abi, trf1_2.abi, trf1_3.abi, trf1_4.abi #%% [files] #%% files_to_test = #%% trf1_1.abo, tolnlines= 0, tolabs= 0.000e+00, tolrel= 0.000e+00 #%% [paral_info] #%% max_nprocs = 2 #%% [extra_info] #%% authors = X. Gonze #%% keywords = #%% description = Crystalline AlAs : computation of the total energy #%%<END TEST_INFO>
It drives a single self-consistent calculation of the total energy of AlAs to generate the corresponding self-consistent charge density and wavefunctions, that will be used for the DFPT calculations.
Note that the value of tolvrs is rather stringent. This is because the wavefunctions determined by the present run will be used later as starting point of the DFPT calculation. The number of steps, nstep, in this example file has been set to 25. You should always choose a large enough value of nstep to reach your tolvrs target.
Danger
Do not follow blindly all examples of the tutorials: always check the convergence of your calculations while in production!
You will work at fixed ecut (3Ha) and k-point grid, defined by kptrlatt (the 8x8x8 Monkhorst-Pack grid). In real life you should do a convergence test with respect to both parameters. We postpone the discussion of the accuracy of these choices and the choice of pseudopotential to the end of the fifth section of this tutorial. They give acceptable but not very accurate results such that the running time is reasonable for a tutorial.
You should make the run (a few seconds):
abinit trf1_1.abi > log 2> err
The resulting main output file, trf1_1.abo, should be similar to the one below:
.Version 10.1.4.5 of ABINIT, released Sep 2024. .(MPI version, prepared for a x86_64_linux_gnu13.2 computer) .Copyright (C) 1998-2024 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Fri 13 Sep 2024. - ( at 19h05 ) - input file -> /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/TestBot_MPI1/tutorespfn_trf1_1-trf1_2-trf1_3-trf1_4/trf1_1.abi - output file -> trf1_1.abo - root for input files -> trf1_1i - root for output files -> trf1_1o Symmetries : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need of the present run intxc = 0 ionmov = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 10 mpw = 77 nfft = 1728 nkpt = 10 ================================================================================ P This job should need less than 1.499 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.049 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =512 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree - fftalg 512 ixc 7 kpt 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem 10 natom 2 nband 4 ngfft 12 12 12 nkpt 10 nstep 15 nsym 24 ntypat 2 occ 2.000000 2.000000 2.000000 2.000000 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 216 symrel 1 0 0 0 1 0 0 0 1 0 -1 1 0 -1 0 1 -1 0 -1 0 0 -1 0 1 -1 1 0 0 1 -1 1 0 -1 0 0 -1 -1 0 0 -1 1 0 -1 0 1 0 -1 1 1 -1 0 0 -1 0 1 0 0 0 0 1 0 1 0 0 1 -1 0 0 -1 1 0 -1 -1 0 1 -1 1 0 -1 0 0 0 -1 0 1 -1 0 0 -1 1 1 0 -1 0 0 -1 0 1 -1 0 1 0 0 0 1 1 0 0 1 0 -1 0 1 -1 0 0 -1 0 -1 0 0 -1 1 1 -1 0 -1 0 1 -1 0 0 -1 1 0 0 1 0 1 0 0 0 0 1 0 0 -1 0 1 -1 1 0 -1 1 -1 0 0 -1 1 0 -1 0 0 0 1 1 0 0 0 1 0 -1 1 0 -1 0 0 -1 0 1 0 0 1 0 1 0 1 0 0 1 -1 0 0 -1 0 0 -1 1 0 0 -1 1 0 -1 0 1 -1 -1 1 0 -1 0 1 -1 0 0 tolvrs 1.00000000E-18 typat 1 2 wtk 0.03125 0.03125 0.09375 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.18750 xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ chkinp: Checking input parameters for consistency. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 2, nkpt: 10, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 0, ionmov: 0, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.05142 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed - pspini: atom type 2 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - Troullier-Martins psp for element As Thu Oct 27 17:37:14 EDT 1994 - 33.00000 5.00000 940714 znucl, zion, pspdat 1 1 1 1 2001 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well 0 4.772 10.829 1 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 1 2.745 5.580 0 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 2.05731715564010 0.36322996461007 2.76014815959125 rchrg,fchrg,qchrg pspatm : epsatm= 27.20579911 --- l ekb(1:nproj) --> 0 0.838751 pspatm: atomic psp has been read and splines computed 2.28550852E+02 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 74.469 74.418 ================================================================================ --- !BeginCycle iteration_state: {dtset: 1, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-18, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -9.7613467299752 -9.761E+00 6.712E-04 9.226E-01 ETOT 2 -9.7656196296940 -4.273E-03 1.996E-10 5.227E-02 ETOT 3 -9.7658599609645 -2.403E-04 3.314E-06 3.525E-03 ETOT 4 -9.7658721729796 -1.221E-05 9.664E-08 7.001E-05 ETOT 5 -9.7658722909974 -1.180E-07 5.719E-10 3.175E-07 ETOT 6 -9.7658722914659 -4.685E-10 1.752E-12 7.069E-09 ETOT 7 -9.7658722914765 -1.063E-11 4.134E-14 8.487E-11 ETOT 8 -9.7658722914767 -1.812E-13 6.349E-16 2.856E-13 ETOT 9 -9.7658722914766 5.329E-14 3.031E-18 1.093E-15 ETOT 10 -9.7658722914767 -4.619E-14 1.058E-20 1.981E-18 ETOT 11 -9.7658722914767 5.329E-15 2.692E-23 1.334E-20 At SCF step 11 vres2 = 1.33E-20 < tolvrs= 1.00E-18 =>converged. Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.91068023E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.91068023E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.91068023E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 5.3050000, 5.3050000, ] - [ 5.3050000, 0.0000000, 5.3050000, ] - [ 5.3050000, 5.3050000, 0.0000000, ] lattice_lengths: [ 7.50240, 7.50240, 7.50240, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 2.9859750E+02 convergence: {deltae: 5.329E-15, res2: 1.334E-20, residm: 2.692E-23, diffor: null, } etotal : -9.76587229E+00 entropy : 0.00000000E+00 fermie : 7.84748682E-02 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.91068023E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.91068023E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.91068023E-04, ] pressure_GPa: -8.5635E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ 2.5000E-01, 2.5000E-01, 2.5000E-01, As] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.89134787 2 2.00000 2.49718725 ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 11.068E-24; max= 26.917E-24 reduced coordinates (array xred) for 2 atoms 0.000000000000 0.000000000000 0.000000000000 0.250000000000 0.250000000000 0.250000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 2 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 2 1.40364254578497 1.40364254578497 1.40364254578497 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 10.610000000000 10.610000000000 10.610000000000 bohr = 5.614570183140 5.614570183140 5.614570183140 angstroms prteigrs : about to open file trf1_1o_EIG Fermi (or HOMO) energy (hartree) = 0.07847 Average Vxc (hartree)= -0.33495 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 4, wtk= 0.03125, kpt= 0.0000 0.0000 -0.1250 (reduced coord) -0.34865 0.03265 0.07847 0.07847 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 1, } comment : Components of total free energy in Hartree kinetic : 2.92021253014069E+00 hartree : 7.88950069311513E-01 xc : -3.93636576105137E+00 Ewald energy : -8.47989583509473E+00 psp_core : 7.65414498117480E-01 local_psp : -2.42022700737243E+00 non_local_psp : 5.96039214472158E-01 total_energy : -9.76587229147669E+00 total_energy_eV : -2.65742899651110E+02 band_energy : -7.16243168043123E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.91068023E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.91068023E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.91068023E-04 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -8.5635E+00 GPa] - sigma(1 1)= 8.56351546E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 8.56351546E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 8.56351546E+00 sigma(2 1)= 0.00000000E+00 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree etotal -9.7658722915E+00 fcart -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 - fftalg 512 ixc 7 kpt 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem 10 natom 2 nband 4 ngfft 12 12 12 nkpt 10 nstep 15 nsym 24 ntypat 2 occ 2.000000 2.000000 2.000000 2.000000 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 216 strten 2.9106802349E-04 2.9106802349E-04 2.9106802349E-04 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 0 -1 1 0 -1 0 1 -1 0 -1 0 0 -1 0 1 -1 1 0 0 1 -1 1 0 -1 0 0 -1 -1 0 0 -1 1 0 -1 0 1 0 -1 1 1 -1 0 0 -1 0 1 0 0 0 0 1 0 1 0 0 1 -1 0 0 -1 1 0 -1 -1 0 1 -1 1 0 -1 0 0 0 -1 0 1 -1 0 0 -1 1 1 0 -1 0 0 -1 0 1 -1 0 1 0 0 0 1 1 0 0 1 0 -1 0 1 -1 0 0 -1 0 -1 0 0 -1 1 1 -1 0 -1 0 1 -1 0 0 -1 1 0 0 1 0 1 0 0 0 0 1 0 0 -1 0 1 -1 1 0 -1 1 -1 0 0 -1 1 0 -1 0 0 0 1 1 0 0 0 1 0 -1 1 0 -1 0 0 -1 0 1 0 0 1 0 1 0 1 0 0 1 -1 0 0 -1 0 0 -1 1 0 0 -1 1 0 -1 0 1 -1 -1 1 0 -1 0 1 -1 0 0 tolvrs 1.00000000E-18 typat 1 2 wtk 0.03125 0.03125 0.09375 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.18750 xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs and, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [3] ABINIT: Overview, and focus on selected capabilities - J. Chem. Phys. 152, 124102 (2020). - A. Romero, D.C. Allan, B. Amadon, G. Antonius, T. Applencourt, L.Baguet, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, F.Bruneval, - G.Brunin, D.Caliste, M.Cote, - J.Denier, C. Dreyer, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, F.Jollet, G. Jomard, - A.Martin, - H.P.C. Miranda, F.Naccarato, G.Petretto, N.A. Pike, V.Planes, - S.Prokhorenko, T. Rangel, F.Ricci, G.-M.Rignanese, M.Royo, M.Stengel, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, J.Wiktor, J.W.Zwanziger, and X.Gonze. - Comment: a global overview of ABINIT, with focus on selected capabilities . - Note that a version of this paper, that is not formatted for J. Chem. Phys - is available at https://www.abinit.org/sites/default/files/ABINIT20_JPC.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#romero2020 - - [4] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - And optionally: - - [5] ABINIT: First-principles approach of materials and nanosystem properties. - Computer Phys. Comm. 180, 2582-2615 (2009). - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Comment: the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2009 - - Proc. 0 individual time (sec): cpu= 0.4 wall= 0.5 ================================================================================ Calculation completed. .Delivered 12 WARNINGs and 2 COMMENTs to log file. +Overall time at end (sec) : cpu= 0.4 wall= 0.5
This output file is not very long, so you can quickly read it entirely. Note that one obtains the following value for the energy, in the final echo section:
etotal -9.7626837450E+00
etotal -9.7658722915E+00
However, we will rely later, for the purpose of doing finite differences, on a more accurate (more digits) value of this total energy, that can be found about a dozen of lines before this final echo:
total_energy : -9.76587229147669E+00
The output file also mentions that the forces on both atoms vanish.
The run that you just made will be considered as defining a ground-state configuration, on top of which responses to perturbations will be computed. The main output of this ground-state run is the wavefunction file trf1_1o_WFK, that you can already rename as trf1_2i_WFK to use it as input wave function for the next runs.
2 Frozen-phonon calculation of a second derivative of the total energy¶
We will now compute the second derivative of the total energy with respect to an atomic displacement by different means. For that purpose, you must first read sections 0 and the first paragraph of section 1 of the respfn help file (an auxiliary help file, that deals specifically with the DFPT(respfn) features). We will explain later, in more detail, the signification of the different input parameters introduced in section 1 of the respfn help file.
For the time being, in order to be able to perform a direct comparison with the result of a DFPT calculation, we choose as a perturbation the displacement of the Al atom along the first axis of the reduced coordinates.
You can copy the file $ABI_TESTS/tutorespfn/Input/trf1_2.abi in Work_rf1. This is your input file. You should open it and briefly look at the two changes with respect to trf1_1.abi: the change of xred, and the reading of the wavefunction file, using the irdwfk input variable.
Warning
You need to copy trf1_1o_WFK to trf1_2i_WFK so Abinit can find the wavefunction during the calculation.
Then, you can make the run, following the same command as before, with a different files file, referring to trf1_2.abi. The symmetry is lowered with respect to the ground-state geometry, so that the number of k-points increases a lot, and of course, the CPU time.
# Crystalline AlAs : computation of the total energy # and forces in a distorted geometry irdwfk 1 # Read input wavefunctions #Specific to ground state calculation tolvrs 1.0d-12 # SCF stopping criterion ####################################################################### #Common input variables #Definition of the unit cell acell 3*10.61 # This is equivalent to 10.61 10.61 10.61 rprim 0.0 0.5 0.5 # In tutorials 1 and 2, these primitive vectors 0.5 0.0 0.5 # (to be scaled by acell) were 1 0 0 0 1 0 0 0 1 0.5 0.5 0.0 # that is, the default. #Definition of the atom types ntypat 2 # There are two types of atom znucl 13 33 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, type 1 is the Aluminum, # type 2 is the Arsenic. #Definition of the atoms natom 2 # There are two atoms typat 1 2 # The first is of type 1 (Al), the second is of type 2 (As). xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.001 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.25 0.25 0.25 # Triplet giving the REDUCED coordinate of atom 2. #Gives the number of band, explicitely (do not take the default) nband 4 # For an insulator (if described correctly as an insulator # by DFT), there is no need to include conduction bands # in response-function calculations #Definition of the planewave basis set ecut 3.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the k-point grid kptrlatt -4 4 4 # In cartesian coordinates, this grid is simple cubic, and 4 -4 4 # actually corresponds to the so-called 8x8x8 Monkhorst-Pack grid. 4 4 -4 # It might as well be obtained through the use of # ngkpt, nshiftk and shiftk . #Definition of the SCF procedure nstep 15 # Maximal number of SCF cycles diemac 9.0 # Although this is not mandatory, it is worth to # precondition the SCF cycle. The model dielectric # function used as the standard preconditioner # is described in the "dielng" input variable section. # The dielectric constant of AlAs is smaller that the one of Si (=12). pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi, PseudosTM_pwteter/33as.pspnc" ############################################################## # This section is used only for regression testing of ABINIT # ############################################################## #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% test_chain = trf1_1.abi, trf1_2.abi, trf1_3.abi, trf1_4.abi #%% input_prefix = trf1_1o #%% [files] #%% files_to_test = #%% trf1_2.abo, tolnlines= 0, tolabs= 0.000e+00, tolrel= 0.000e+00 #%% [paral_info] #%% max_nprocs = 2 #%% [extra_info] #%% authors = X. Gonze #%% keywords = #%% description = #%% Crystalline AlAs : computation of the total energy #%% and forces in a distorted geometry #%%<END TEST_INFO>
.Version 10.1.4.5 of ABINIT, released Sep 2024. .(MPI version, prepared for a x86_64_linux_gnu13.2 computer) .Copyright (C) 1998-2024 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Fri 13 Sep 2024. - ( at 19h05 ) - input file -> /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/TestBot_MPI1/tutorespfn_trf1_1-trf1_2-trf1_3-trf1_4/trf1_2.abi - output file -> trf1_2.abo - root for input files -> trf1_1o - root for output files -> trf1_2o Symmetries : space group Cm (# 8); Bravais mC (1-face-center monocl.) ================================================================================ Values of the parameters that define the memory need of the present run intxc = 0 ionmov = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 2 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 72 mpw = 77 nfft = 1728 nkpt = 72 ================================================================================ P This job should need less than 1.882 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.340 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =512 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree - fftalg 512 irdwfk 1 ixc 7 kpt 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 1.25000000E-01 1.25000000E-01 1.25000000E-01 2.50000000E-01 2.50000000E-01 1.25000000E-01 3.75000000E-01 3.75000000E-01 1.25000000E-01 5.00000000E-01 5.00000000E-01 1.25000000E-01 -3.75000000E-01 -3.75000000E-01 1.25000000E-01 -2.50000000E-01 -2.50000000E-01 1.25000000E-01 -1.25000000E-01 -1.25000000E-01 2.50000000E-01 1.25000000E-01 2.50000000E-01 2.50000000E-01 2.50000000E-01 3.75000000E-01 outvar_i_n : Printing only first 50 k-points. kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem 72 natom 2 nband 4 ngfft 12 12 12 nkpt 72 nstep 15 nsym 2 ntypat 2 occ 2.000000 2.000000 2.000000 2.000000 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 8 symrel 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 tolvrs 1.00000000E-12 typat 1 2 wtk 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.01563 0.01563 outvars : Printing only first 50 k-points. xangst 4.7369248459E-36 2.8072850916E-03 2.8072850916E-03 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 8.9514906709E-36 5.3050000000E-03 5.3050000000E-03 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 1.0000000000E-03 2.9165917247E-20 -2.9165917247E-20 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ chkinp: Checking input parameters for consistency. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 2, nkpt: 72, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 0, ionmov: 0, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.05142 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed - pspini: atom type 2 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - Troullier-Martins psp for element As Thu Oct 27 17:37:14 EDT 1994 - 33.00000 5.00000 940714 znucl, zion, pspdat 1 1 1 1 2001 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well 0 4.772 10.829 1 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 1 2.745 5.580 0 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 2.05731715564010 0.36322996461007 2.76014815959125 rchrg,fchrg,qchrg pspatm : epsatm= 27.20579911 --- l ekb(1:nproj) --> 0 0.838751 pspatm: atomic psp has been read and splines computed 2.28550852E+02 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file trf1_1o_WFK _setup2: Arith. and geom. avg. npw (full set) are 74.469 74.418 ================================================================================ --- !BeginCycle iteration_state: {dtset: 1, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-12, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -9.7651979376351 -9.765E+00 4.676E-05 1.309E-01 ETOT 2 -9.7658192994836 -6.214E-04 1.375E-10 9.340E-03 ETOT 3 -9.7658696121253 -5.031E-05 5.871E-07 5.351E-05 ETOT 4 -9.7658697845712 -1.724E-07 1.606E-09 1.609E-06 ETOT 5 -9.7658697874471 -2.876E-09 2.961E-11 3.411E-08 ETOT 6 -9.7658697875056 -5.850E-11 1.471E-12 6.973E-10 ETOT 7 -9.7658697875072 -1.528E-12 4.756E-14 1.813E-11 ETOT 8 -9.7658697875072 -3.553E-14 3.500E-16 2.003E-13 At SCF step 8 vres2 = 2.00E-13 < tolvrs= 1.00E-12 =>converged. Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.91043498E-04 sigma(3 2)= -2.14293490E-08 sigma(2 2)= 2.91054674E-04 sigma(3 1)= -2.61646831E-06 sigma(3 3)= 2.91054674E-04 sigma(2 1)= -2.61646831E-06 --- !ResultsGS iteration_state: {dtset: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 5.3050000, 5.3050000, ] - [ 5.3050000, 0.0000000, 5.3050000, ] - [ 5.3050000, 5.3050000, 0.0000000, ] lattice_lengths: [ 7.50240, 7.50240, 7.50240, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 2.9859750E+02 convergence: {deltae: -3.553E-14, res2: 2.003E-13, residm: 3.500E-16, diffor: null, } etotal : -9.76586979E+00 entropy : 0.00000000E+00 fermie : 7.88482790E-02 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.91043498E-04, -2.61646831E-06, -2.61646831E-06, ] - [ -2.61646831E-06, 2.91054674E-04, -2.14293490E-08, ] - [ -2.61646831E-06, -2.14293490E-08, 2.91054674E-04, ] pressure_GPa: -8.5630E+00 xred : - [ 1.0000E-03, 2.9166E-20, -2.9166E-20, Al] - [ 2.5000E-01, 2.5000E-01, 2.5000E-01, As] cartesian_forces: # hartree/bohr - [ -4.21127241E-06, -4.72003505E-04, -4.72003505E-04, ] - [ 4.21127241E-06, 4.72003505E-04, 4.72003505E-04, ] force_length_stats: {min: 6.67527042E-04, max: 6.67527042E-04, mean: 6.67527042E-04, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.89134173 2 2.00000 2.49719180 ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 14.576E-17; max= 34.997E-17 reduced coordinates (array xred) for 2 atoms 0.001000000000 0.000000000000 -0.000000000000 0.250000000000 0.250000000000 0.250000000000 rms dE/dt= 3.5517E-03; max dE/dt= 5.0080E-03; dE/dt below (all hartree) 1 0.005007986444 0.002526333144 0.002526333144 2 -0.005007927933 -0.002526305645 -0.002526305645 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00280728509157 0.00280728509157 2 1.40364254578497 1.40364254578497 1.40364254578497 cartesian forces (hartree/bohr) at end: 1 -0.00000421127241 -0.00047200350506 -0.00047200350506 2 0.00000421127241 0.00047200350506 0.00047200350506 frms,max,avg= 3.8539692E-04 4.7200351E-04 1.655E-10 -2.757E-09 -2.757E-09 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00021655231586 -0.02427139406438 -0.02427139406438 2 0.00021655231586 0.02427139406438 0.02427139406438 frms,max,avg= 1.9817905E-02 2.4271394E-02 8.509E-09 -1.418E-07 -1.418E-07 e/A length scales= 10.610000000000 10.610000000000 10.610000000000 bohr = 5.614570183140 5.614570183140 5.614570183140 angstroms prteigrs : about to open file trf1_2o_EIG Fermi (or HOMO) energy (hartree) = 0.07885 Average Vxc (hartree)= -0.33495 Eigenvalues (hartree) for nkpt= 72 k points: kpt# 1, nband= 4, wtk= 0.01563, kpt= 0.0000 0.0000 -0.1250 (reduced coord) -0.34865 0.03265 0.07813 0.07882 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 1, } comment : Components of total free energy in Hartree kinetic : 2.92021571428564E+00 hartree : 7.88951978318761E-01 xc : -3.93636659200953E+00 Ewald energy : -8.47988991313938E+00 psp_core : 7.65414498117480E-01 local_psp : -2.42023594287952E+00 non_local_psp : 5.96040469799356E-01 total_energy : -9.76586978750720E+00 total_energy_eV : -2.65742831514635E+02 band_energy : -7.16244641852208E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.91043498E-04 sigma(3 2)= -2.14293490E-08 sigma(2 2)= 2.91054674E-04 sigma(3 1)= -2.61646831E-06 sigma(3 3)= 2.91054674E-04 sigma(2 1)= -2.61646831E-06 -Cartesian components of stress tensor (GPa) [Pressure= -8.5630E+00 GPa] - sigma(1 1)= 8.56279389E+00 sigma(3 2)= -6.30473109E-04 - sigma(2 2)= 8.56312272E+00 sigma(3 1)= -7.69791424E-02 - sigma(3 3)= 8.56312272E+00 sigma(2 1)= -7.69791424E-02 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree etotal -9.7658697875E+00 fcart -4.2112724076E-06 -4.7200350506E-04 -4.7200350506E-04 4.2112724076E-06 4.7200350506E-04 4.7200350506E-04 - fftalg 512 irdwfk 1 ixc 7 kpt 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 1.25000000E-01 1.25000000E-01 1.25000000E-01 2.50000000E-01 2.50000000E-01 1.25000000E-01 3.75000000E-01 3.75000000E-01 1.25000000E-01 5.00000000E-01 5.00000000E-01 1.25000000E-01 -3.75000000E-01 -3.75000000E-01 1.25000000E-01 -2.50000000E-01 -2.50000000E-01 1.25000000E-01 -1.25000000E-01 -1.25000000E-01 2.50000000E-01 1.25000000E-01 2.50000000E-01 2.50000000E-01 2.50000000E-01 3.75000000E-01 outvar_i_n : Printing only first 50 k-points. kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem 72 natom 2 nband 4 ngfft 12 12 12 nkpt 72 nstep 15 nsym 2 ntypat 2 occ 2.000000 2.000000 2.000000 2.000000 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 8 strten 2.9104349780E-04 2.9105467432E-04 2.9105467432E-04 -2.1429349018E-08 -2.6164683096E-06 -2.6164683096E-06 symrel 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 tolvrs 1.00000000E-12 typat 1 2 wtk 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.01563 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.01563 0.01563 outvars : Printing only first 50 k-points. xangst 4.7369248459E-36 2.8072850916E-03 2.8072850916E-03 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 8.9514906709E-36 5.3050000000E-03 5.3050000000E-03 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 1.0000000000E-03 2.9165917247E-20 -2.9165917247E-20 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs and, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [3] ABINIT: Overview, and focus on selected capabilities - J. Chem. Phys. 152, 124102 (2020). - A. Romero, D.C. Allan, B. Amadon, G. Antonius, T. Applencourt, L.Baguet, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, F.Bruneval, - G.Brunin, D.Caliste, M.Cote, - J.Denier, C. Dreyer, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, F.Jollet, G. Jomard, - A.Martin, - H.P.C. Miranda, F.Naccarato, G.Petretto, N.A. Pike, V.Planes, - S.Prokhorenko, T. Rangel, F.Ricci, G.-M.Rignanese, M.Royo, M.Stengel, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, J.Wiktor, J.W.Zwanziger, and X.Gonze. - Comment: a global overview of ABINIT, with focus on selected capabilities . - Note that a version of this paper, that is not formatted for J. Chem. Phys - is available at https://www.abinit.org/sites/default/files/ABINIT20_JPC.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#romero2020 - - [4] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - And optionally: - - [5] ABINIT: First-principles approach of materials and nanosystem properties. - Computer Phys. Comm. 180, 2582-2615 (2009). - X. Gonze, B. Amadon, P.-M. Anglade, J.-M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, - D. Caliste, R. Caracas, M. Cote, T. Deutsch, L. Genovese, Ph. Ghosez, M. Giantomassi - S. Goedecker, D.R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, - M.J.T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G.-M. Rignanese, D. Sangalli, R. Shaltaf, - M. Torrent, M.J. Verstraete, G. Zerah, J.W. Zwanziger - Comment: the third generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT_CPC_v10.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2009 - - Proc. 0 individual time (sec): cpu= 0.8 wall= 0.9 ================================================================================ Calculation completed. .Delivered 11 WARNINGs and 6 COMMENTs to log file. +Overall time at end (sec) : cpu= 0.8 wall= 0.9
From this run, it is possible to get the values of the total energy, and the value of the gradient of the total energy (dE) with respect to change of reduced coordinate (dt):
rms dE/dt= 3.5517E-03; max dE/dt= 5.0080E-03; dE/dt below (all hartree)
1 0.005007986445 0.002526333145 0.002526333145
2 -0.005007927934 -0.002526305645 -0.002526305645
...
total_energy : -9.76586978750721E+00
The change of reduced coordinate (xred) of the Al atom along the first axis was rather small (1/1000 = 0.001), and we can make an estimate of the second derivative of the total energy with respect to the reduced coordinate thanks to finite-difference formulas.
We start first from the total-energy difference. The total energy is symmetric with respect to that perturbation, so that it has no linear term. The difference between the ground-state value (-9.76587229147669E+00 Hartree) of the previous run, and the perturbed value (-9.76586978750721E+00 Hartree) of the present one, is thus one half of the square of the coordinate change (0.001) times the second derivative of total energy (2DTE). From these number, the 2DTE is 5.00793896 Hartree.
Alternatively, we can start from the reduced gradients. The value of the reduced gradient with respect to a displacement of the Al atom along the first reduced axis is 0.005007986445 Ha. At first order, this quantity is the product of the 2DTE by the reduced coordinate difference. The estimate of the 2DTE is thus 5.007986445 Ha. The agreement with the other estimate is rather good (4.10^-5 Hartree).
However, it is possible to do much better, thanks to the use of a higher-order finite-difference formula. For this purpose, one can perform another calculation, in which the change of reduced coordinate along the first axis is 0.002, instead of 0.001. The doubling of the perturbation allows for a rather simple higher-order estimation, as we will see later. The results of this calculation are as follows:
rms dE/dt= 7.1249E-03; max dE/dt= 1.0016E-02; dE/dt below (all hartree)
1 0.010016404892 0.005097557910 0.005097557910
2 -0.010016285027 -0.005097505086 -0.005097505086
...
total_energy : -9.76586227537498E+00
From these data, taking into account that the perturbation was twice stronger, the same procedure as above leads to the values 5.008050855 Hartree (from finite difference of energy) and 5.008202446 Hartree (from finite difference of forces, the value 0.010016404892 has to be multiplied by 1000/2).
The combination of these data with the previous estimate can be done thanks to an higher-order finite-difference formula, in which the difference of estimations (the largest perturbation minus the smallest one) is divided by three, and then subtracted from the smallest estimation.
As far as the total-energy estimation is concerned, the difference is 0.000111895 Ha, which divided by three and subtracted from 5.00793896 Hartree, gives 5.007901661 Hartree. The same higher-order procedure for force estimates gives 5.00791444 Hartree. So, the agreement between total-energy estimate and force estimate of the 2DTE can be observed up to the 6th digit, inclusive.
Before comparing this result with the 2DTE directly computed from the DFPT capabilities of ABINIT, a last comment is in order. One can observe that the action-reaction law is fulfilled only approximately by the system. Indeed, the force created on the second atom, should be exactly equal in magnitude to the force on the first atom. The values of dE/dt, mentioned above show a small, but non-negligible difference between the two atoms. As an example, for the doubled perturbation, there is a difference in the absolute values of the first component of the reduced force, 0.010016404892 and -0.010016285027.
Actually, the forces should cancel each other exactly if the translation symmetry is perfect. This is not the case, but the breaking of this symmetry can be shown to arise only from the presence of the exchange-correlation grid of points. This grid does not move when atoms are displaced, and so there is a very small variation of the total energy when the system is moved as a whole. It is easy to restore the action-reaction law, by subtracting from every force component the mean of the forces on all atoms. This is actually done when the gradient with respect to reduced coordinates are transformed into forces, and specified in cartesian coordinates, as can be seen in the output file for the small displacement:
cartesian forces (hartree/bohr) at end:
1 -0.00001684430130 -0.00094404759278 -0.00094404759278
2 0.00001684430130 0.00094404759278 0.00094404759278
This effect will be seen also at the level of 2DTE. The so-called acoustic sum rule, which imposes that the frequency of three modes (called acoustic modes) tends to zero with vanishing wavevector, will also be slightly broken. In this case, it will also be rather easy to reimpose the acoustic sum rule. In any case, taking a finer XC grid will allow one to reduce this effect.
3 DFPT calculation of a second derivative of the total energy¶
We now compute the second derivative of the total energy with respect to the same atomic displacement through the DFPT capabilities of ABINIT.
You can copy the file $ABI_TESTS/tutorespfn/Input/trf1_3.abi in Work_rf1. This is your input file. You should examine it. The changes with respect to trf1_1.abi are all gathered in the first part of this file, before
#######################################################################
#Common input variables
Accordingly, you should get familiarized with the new input variables: rfphon, rfatpol, rfdir. Then, pay attention to the special use of the kptopt input variable. It will be explained in more detail later.
Warning
You need to copy trf1_1o_WFK to trf1_3i_WFK so Abinit can find the wavefunction during the calculation.
# Crystalline AlAs : computation of the second derivative of the total energy # #Response-function calculation, with q=0 rfphon 1 # Will consider phonon-type perturbation rfatpol 1 1 # Only the first atom is displaced rfdir 1 0 0 # Along the first reduced coordinate axis nqpt 1 # One wavevector is to be considered qpt 0 0 0 # This wavevector is q=0 (Gamma) kptopt 2 # Automatic generation of k points, taking # into account the time-reversal symmetry only tolvrs 1.0d-8 # SCF stopping criterion irdwfk 1 # Read the ground-state wavefunctions ####################################################################### #Common input variables #Definition of the unit cell acell 3*10.61 # This is equivalent to 10.61 10.61 10.61 rprim 0.0 0.5 0.5 # In tutorials 1 and 2, these primitive vectors 0.5 0.0 0.5 # (to be scaled by acell) were 1 0 0 0 1 0 0 0 1 0.5 0.5 0.0 # that is, the default. #Definition of the atom types ntypat 2 # There are two types of atom znucl 13 33 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, type 1 is the Aluminum, # type 2 is the Arsenic. #Definition of the atoms natom 2 # There are two atoms typat 1 2 # The first is of type 1 (Al), the second is of type 2 (As). xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.25 0.25 0.25 # Triplet giving the REDUCED coordinate of atom 2. #Gives the number of band, explicitely (do not take the default) nband 4 # For an insulator (if described correctly as an insulator # by DFT), there is no need to include conduction bands # in response-function calculations #Definition of the planewave basis set ecut 3.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the k-point grid kptrlatt -4 4 4 # In cartesian coordinates, this grid is simple cubic, and 4 -4 4 # actually corresponds to the so-called 8x8x8 Monkhorst-Pack grid. 4 4 -4 # It might as well be obtained through the use of # ngkpt, nshiftk and shiftk . #Definition of the SCF procedure nstep 15 # Maximal number of SCF cycles diemac 9.0 # Although this is not mandatory, it is worth to # precondition the SCF cycle. The model dielectric # function used as the standard preconditioner # is described in the "dielng" input variable section. # The dielectric constant of AlAs is smaller that the one of Si (=12). pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi, PseudosTM_pwteter/33as.pspnc" ############################################################## # This section is used only for regression testing of ABINIT # ############################################################## #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% test_chain = trf1_1.abi, trf1_2.abi, trf1_3.abi, trf1_4.abi #%% input_prefix = trf1_1o #%% [files] #%% files_to_test = #%% trf1_3.abo, tolnlines= 2, tolabs= 1.100e-08, tolrel= 2.000e-4 #%% [paral_info] #%% max_nprocs = 2 #%% [extra_info] #%% authors = X. Gonze #%% keywords = NC, DFPT #%% description = Crystalline AlAs : computation of the second derivative of the total energy #%%<END TEST_INFO>
When you have understood the purpose of the input variable values specified before the “Common input variables” section, you can make the code run, as usual.
Then, we need to analyze the different output files. For that purpose, you should read the content of the section 6 of the respfn help file. Read it quickly, as we will come back to the most important points hereafter.
ABINIT has created several different files:
- trf1_3.log (the log file)
- trf1_3.abo (the output file), possibly also trf1_3o_OUT.nc, an abridged netCDF version
- trf1_3o_1WF1 (the 1st-order wavefunction file)
- trf1_3o_DEN1 (the 1st-order density file)
- trf1_3o_POT1 (the 1st-order potential file)
- trf1_3o_DDB (the derivative database), possibly also trf1_3o_DDB.nc, its netCDF version
Let us have a look at the output file. You can follow the description provided in the section 6.2 of the respfn help file.
.Version 10.1.4.5 of ABINIT, released Sep 2024. .(MPI version, prepared for a x86_64_linux_gnu13.2 computer) .Copyright (C) 1998-2024 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Fri 13 Sep 2024. - ( at 19h05 ) - input file -> /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/TestBot_MPI1/tutorespfn_trf1_1-trf1_2-trf1_3-trf1_4/trf1_3.abi - output file -> trf1_3.abo - root for input files -> trf1_1o - root for output files -> trf1_3o Symmetries : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need of the present run (RF). intxc = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 128 - mkqmem = 128 mk1mem = 128 mpw = 77 nfft = 1728 nkpt = 128 ================================================================================ P This job should need less than 3.363 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.604 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =512 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree - fftalg 512 irdwfk 1 ixc 7 kpt 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 0.00000000E+00 outvar_i_n : Printing only first 50 k-points. kptopt 2 kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem 128 P mkqmem 128 P mk1mem 128 natom 2 nband 4 ngfft 12 12 12 nkpt 128 nqpt 1 nstep 15 nsym 24 ntypat 2 occ 2.000000 2.000000 2.000000 2.000000 optdriver 1 prtpot 1 rfatpol 1 1 rfdir 1 0 0 rfphon 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 216 symrel 1 0 0 0 1 0 0 0 1 0 -1 1 0 -1 0 1 -1 0 -1 0 0 -1 0 1 -1 1 0 0 1 -1 1 0 -1 0 0 -1 -1 0 0 -1 1 0 -1 0 1 0 -1 1 1 -1 0 0 -1 0 1 0 0 0 0 1 0 1 0 0 1 -1 0 0 -1 1 0 -1 -1 0 1 -1 1 0 -1 0 0 0 -1 0 1 -1 0 0 -1 1 1 0 -1 0 0 -1 0 1 -1 0 1 0 0 0 1 1 0 0 1 0 -1 0 1 -1 0 0 -1 0 -1 0 0 -1 1 1 -1 0 -1 0 1 -1 0 0 -1 1 0 0 1 0 1 0 0 0 0 1 0 0 -1 0 1 -1 1 0 -1 1 -1 0 0 -1 1 0 -1 0 0 0 1 1 0 0 0 1 0 -1 1 0 -1 0 0 -1 0 1 0 0 1 0 1 0 1 0 0 1 -1 0 0 -1 0 0 -1 1 0 0 -1 1 0 -1 0 1 -1 -1 1 0 -1 0 1 -1 0 0 tolvrs 1.00000000E-08 typat 1 2 wtk 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 outvars : Printing only first 50 k-points. xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ chkinp: Checking input parameters for consistency. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 2, nkpt: 128, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 1, rfphon: 1, } ... Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees setup1 : take into account q-point for computing boxcut. getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.05142 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed - pspini: atom type 2 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - Troullier-Martins psp for element As Thu Oct 27 17:37:14 EDT 1994 - 33.00000 5.00000 940714 znucl, zion, pspdat 1 1 1 1 2001 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well 0 4.772 10.829 1 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 1 2.745 5.580 0 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 2.05731715564010 0.36322996461007 2.76014815959125 rchrg,fchrg,qchrg pspatm : epsatm= 27.20579911 --- l ekb(1:nproj) --> 0 0.838751 pspatm: atomic psp has been read and splines computed 2.28550852E+02 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- ==> initialize data related to q vector <== The list of irreducible perturbations for this q vector is: 1) idir= 1 ipert= 1 ================================================================================ -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.000000 0.000000 Perturbation : displacement of atom 1 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 72 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 1, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 6.5139692852719 -1.464E+01 1.148E-02 1.945E+02 ETOT 2 5.0217046308344 -1.492E+00 9.268E-04 2.029E+00 ETOT 3 5.0082169138902 -1.349E-02 5.342E-06 5.671E-02 ETOT 4 5.0079142425572 -3.027E-04 1.607E-07 2.092E-03 ETOT 5 5.0079045457127 -9.697E-06 5.596E-09 3.120E-05 ETOT 6 5.0079044210093 -1.247E-07 9.980E-11 2.323E-07 ETOT 7 5.0079044201246 -8.848E-10 8.647E-13 2.760E-09 At SCF step 7 vres2 = 2.76E-09 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 20.689E-14; max= 86.473E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 1.89184489E+01 eigvalue= 6.51144406E-01 local= -1.10599805E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.49294329E+01 Hartree= 3.64525823E+00 xc= -1.67305926E+00 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 5.66822049E+00 enl1= -1.73706352E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -1.61500359E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= -6.53215717E+00 fr.nonlo= 1.58462043E+01 Ewald= 1.18438931E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = 0.00000000E+00 frxc 2 = 0.00000000E+00 Resulting in : 2DEtotal= 0.5007904420E+01 Ha. Also 2DEtotal= 0.136272009510E+03 eV (2DErelax= -1.6150035857E+01 Ha. 2DEnonrelax= 2.1157940277E+01 Ha) ( non-var. 2DEtotal : 5.0079062317E+00 Ha) ================================================================================ ---- first-order wavefunction calculations are completed ---- ==> Compute Derivative Database <== 2nd-order matrix (non-cartesian coordinates, masses not included, asr not included ) j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 5.0079061807 0.0000000000 1 1 2 1 2.5039530904 0.0000000000 1 1 3 1 2.5039530904 0.0000000000 1 1 1 2 -5.0078232037 -0.0000000000 1 1 2 2 -2.5039116018 0.0000000000 1 1 3 2 -2.5039116018 0.0000000000 1 1 2 4 0.0000000000 0.0000000000 1 1 3 4 0.0000000000 0.0000000000 2 1 1 1 2.5039530904 0.0000000000 2 1 2 1 5.0079061807 0.0000000000 2 1 3 1 2.5039530904 0.0000000000 2 1 1 2 -2.5039116018 0.0000000000 2 1 2 2 -5.0078232037 -0.0000000000 2 1 3 2 -2.5039116018 0.0000000000 2 1 1 4 0.0000000000 0.0000000000 2 1 3 4 0.0000000000 0.0000000000 3 1 1 1 2.5039530904 0.0000000000 3 1 2 1 2.5039530904 0.0000000000 3 1 3 1 5.0079061807 0.0000000000 3 1 1 2 -2.5039116018 0.0000000000 3 1 2 2 -2.5039116018 0.0000000000 3 1 3 2 -5.0078232037 0.0000000000 3 1 1 4 0.0000000000 0.0000000000 3 1 2 4 0.0000000000 0.0000000000 1 2 1 1 -5.0078232037 0.0000000000 1 2 2 1 -2.5039116018 -0.0000000000 1 2 3 1 -2.5039116018 -0.0000000000 1 2 2 4 0.0000000000 0.0000000000 1 2 3 4 0.0000000000 0.0000000000 2 2 1 1 -2.5039116018 -0.0000000000 2 2 2 1 -5.0078232037 0.0000000000 2 2 3 1 -2.5039116018 -0.0000000000 2 2 1 4 0.0000000000 0.0000000000 2 2 3 4 0.0000000000 0.0000000000 3 2 1 1 -2.5039116018 -0.0000000000 3 2 2 1 -2.5039116018 -0.0000000000 3 2 3 1 -5.0078232037 -0.0000000000 3 2 1 4 0.0000000000 0.0000000000 3 2 2 4 0.0000000000 0.0000000000 1 4 2 1 0.0000000000 0.0000000000 1 4 3 1 0.0000000000 0.0000000000 1 4 2 2 0.0000000000 0.0000000000 1 4 3 2 0.0000000000 0.0000000000 2 4 1 1 0.0000000000 0.0000000000 2 4 3 1 0.0000000000 0.0000000000 2 4 1 2 0.0000000000 0.0000000000 2 4 3 2 0.0000000000 0.0000000000 3 4 1 1 0.0000000000 0.0000000000 3 4 2 1 0.0000000000 0.0000000000 3 4 1 2 0.0000000000 0.0000000000 3 4 2 2 0.0000000000 0.0000000000 Dynamical matrix, in cartesian coordinates, if specified in the inputs, asr has been imposed j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 0.0889709476 0.0000000000 1 1 2 1 0.0000000000 -0.0000000000 1 1 3 1 -0.0000000000 0.0000000000 1 1 1 2 -0.0889709476 -0.0000000000 1 1 2 2 -0.0000000000 0.0000000000 1 1 3 2 0.0000000000 -0.0000000000 2 1 1 1 -0.0000000000 -0.0000000000 2 1 2 1 0.0889709476 -0.0000000000 2 1 3 1 -0.0000000000 0.0000000000 2 1 1 2 0.0000000000 0.0000000000 2 1 2 2 -0.0889709476 0.0000000000 2 1 3 2 0.0000000000 -0.0000000000 3 1 1 1 -0.0000000000 0.0000000000 3 1 2 1 -0.0000000000 0.0000000000 3 1 3 1 0.0889709476 0.0000000000 3 1 1 2 0.0000000000 -0.0000000000 3 1 2 2 0.0000000000 -0.0000000000 3 1 3 2 -0.0889709476 -0.0000000000 1 2 1 1 -0.0889709476 0.0000000000 1 2 2 1 0.0000000000 -0.0000000000 1 2 3 1 0.0000000000 0.0000000000 2 2 1 1 0.0000000000 -0.0000000000 2 2 2 1 -0.0889709476 -0.0000000000 2 2 3 1 0.0000000000 0.0000000000 3 2 1 1 0.0000000000 0.0000000000 3 2 2 1 0.0000000000 0.0000000000 3 2 3 1 -0.0889709476 0.0000000000 Phonon wavevector (reduced coordinates) : 0.00000 0.00000 0.00000 Phonon energies in Hartree : 0.000000E+00 0.000000E+00 0.000000E+00 1.344964E-03 1.344964E-03 1.344964E-03 Phonon frequencies in cm-1 : - 0.000000E+00 0.000000E+00 0.000000E+00 2.951855E+02 2.951855E+02 - 2.951855E+02 chkph3 : WARNING - Dynamical matrix incomplete, phonon frequencies may be wrong, see the log file for more explanations. == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree etotal 5.0079044201E+00 fcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 - fftalg 512 irdwfk 1 ixc 7 kpt 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 0.00000000E+00 outvar_i_n : Printing only first 50 k-points. kptopt 2 kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem 128 P mkqmem 128 P mk1mem 128 natom 2 nband 4 ngfft 12 12 12 nkpt 128 nqpt 1 nstep 15 nsym 24 ntypat 2 occ 2.000000 2.000000 2.000000 2.000000 optdriver 1 prtpot 1 rfatpol 1 1 rfdir 1 0 0 rfphon 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 216 strten 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 0 -1 1 0 -1 0 1 -1 0 -1 0 0 -1 0 1 -1 1 0 0 1 -1 1 0 -1 0 0 -1 -1 0 0 -1 1 0 -1 0 1 0 -1 1 1 -1 0 0 -1 0 1 0 0 0 0 1 0 1 0 0 1 -1 0 0 -1 1 0 -1 -1 0 1 -1 1 0 -1 0 0 0 -1 0 1 -1 0 0 -1 1 1 0 -1 0 0 -1 0 1 -1 0 1 0 0 0 1 1 0 0 1 0 -1 0 1 -1 0 0 -1 0 -1 0 0 -1 1 1 -1 0 -1 0 1 -1 0 0 -1 1 0 0 1 0 1 0 0 0 0 1 0 0 -1 0 1 -1 1 0 -1 1 -1 0 0 -1 1 0 -1 0 0 0 1 1 0 0 0 1 0 -1 1 0 -1 0 0 -1 0 1 0 0 1 0 1 0 1 0 0 1 -1 0 0 -1 0 0 -1 1 0 0 -1 1 0 -1 0 1 -1 -1 1 0 -1 0 1 -1 0 0 tolvrs 1.00000000E-08 typat 1 2 wtk 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 outvars : Printing only first 50 k-points. xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] First-principles responses of solids to atomic displacements and homogeneous electric fields:, - implementation of a conjugate-gradient algorithm. X. Gonze, Phys. Rev. B55, 10337 (1997). - Comment: Non-vanishing rfphon and/or rfelfd, in the norm-conserving case. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze1997 - - [3] Dynamical matrices, Born effective charges, dielectric permittivity tensors, and , - interatomic force constants from density-functional perturbation theory, - X. Gonze and C. Lee, Phys. Rev. B55, 10355 (1997). - Comment: Non-vanishing rfphon and/or rfelfd, in the norm-conserving case. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze1997a - - [4] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs and, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [5] ABINIT: Overview, and focus on selected capabilities - J. Chem. Phys. 152, 124102 (2020). - A. Romero, D.C. Allan, B. Amadon, G. Antonius, T. Applencourt, L.Baguet, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, F.Bruneval, - G.Brunin, D.Caliste, M.Cote, - J.Denier, C. Dreyer, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, F.Jollet, G. Jomard, - A.Martin, - H.P.C. Miranda, F.Naccarato, G.Petretto, N.A. Pike, V.Planes, - S.Prokhorenko, T. Rangel, F.Ricci, G.-M.Rignanese, M.Royo, M.Stengel, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, J.Wiktor, J.W.Zwanziger, and X.Gonze. - Comment: a global overview of ABINIT, with focus on selected capabilities . - Note that a version of this paper, that is not formatted for J. Chem. Phys - is available at https://www.abinit.org/sites/default/files/ABINIT20_JPC.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#romero2020 - - [6] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - Proc. 0 individual time (sec): cpu= 0.8 wall= 0.8 ================================================================================ Calculation completed. .Delivered 2 WARNINGs and 2 COMMENTs to log file. +Overall time at end (sec) : cpu= 0.8 wall= 0.8
You should be able to find the place where the iterations for the minimisation (with respect to the unique perturbation) take place:
iter 2DEtotal(Ha) deltaE(Ha) residm vres2
-ETOT 1 6.5139692863477 -1.464E+01 1.148E-02 1.945E+02
ETOT 2 5.0217046300208 -1.492E+00 9.268E-04 2.029E+00
ETOT 3 5.0082169144442 -1.349E-02 5.342E-06 5.671E-02
ETOT 4 5.0079142425429 -3.027E-04 1.607E-07 2.092E-03
ETOT 5 5.0079045457133 -9.697E-06 5.596E-09 3.120E-05
ETOT 6 5.0079044210095 -1.247E-07 9.980E-11 2.323E-07
ETOT 7 5.0079044201247 -8.848E-10 8.647E-13 2.761E-09
From these data, you can see that the 2DTE determined by the DFPT technique is in excellent agreement with the higher-order finite-difference values for the 2DTE, determined in the previous section: 5.007939 Hartree from the energy differences, and 5.007914 Hartree from the force differences.
Still, this run did not allow to compute the full dynamical matrix, as pointed out when the phonon frequencies were delivered:
chkph3 : WARNING -
Dynamical matrix incomplete, phonon frequencies may be wrong, see the log file for more explanations.
This incompleteness will be dealt with in the next section.
Now you can read the remaining of the section 6.2 of the respfn help file. Then, you should also open the trf1_3o_DDB file, and read the corresponding section 6.5 of the respfn help file.
Finally, the excellent agreement between the finite-difference formula and the DFPT approach calls for some accuracy considerations. These can be found in section 7 of the respfn help file.
Tip
With AbiPy , one can easily visualize the convergence of the DFPT cycle with the abiopen.py script and the syntax:
abiopen.py trf1_3.abo --expose -sns=talk
4 DFPT calculation of the dynamical matrix at \Gamma¶
We are now in the position to compute the full dynamical matrix at the \Gamma point (q=0). You can copy the file $ABI_TESTS/tutorespfn/Input/trf1_4.abi in Work_rf1. This is your input file.
As for test rf1_3, the changes with respect to trf1_1.abi are all gathered in the first part of this file. Moreover, the changes with respect to trf1_3.abi concern only the input variables rfatpol, and rfdir. Namely, all the atoms will be displaced, in all the directions.
Warning
You need to copy trf1_1o_WFK to trf1_4i_WFK so Abinit can find the wavefunction during the calculation.
# Crystalline AlAs : computation of the dynamical matrix at Gamma # #Response-function calculation, with q=0 rfphon 1 # Will consider phonon-type perturbation nqpt 1 # One wavevector is to be considered qpt 0 0 0 # This wavevector is q=0 (Gamma) kptopt 2 # Automatic generation of k points, taking # into account the time-reversal symmetry only tolvrs 1.0d-8 # SCF stopping criterion irdwfk 1 # Read the ground-state wavefunctions ####################################################################### #Common input variables #Definition of the unit cell acell 3*10.61 # This is equivalent to 10.61 10.61 10.61 rprim 0.0 0.5 0.5 # In tutorials 1 and 2, these primitive vectors 0.5 0.0 0.5 # (to be scaled by acell) were 1 0 0 0 1 0 0 0 1 0.5 0.5 0.0 # that is, the default. #Definition of the atom types ntypat 2 # There are two types of atom znucl 13 33 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, type 1 is the Aluminum, # type 2 is the Arsenic. #Definition of the atoms natom 2 # There are two atoms typat 1 2 # The first is of type 1 (Al), the second is of type 2 (As). xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.25 0.25 0.25 # Triplet giving the REDUCED coordinate of atom 2. #Gives the number of band, explicitely (do not take the default) nband 4 # For an insulator (if described correctly as an insulator # by DFT), there is no need to include conduction bands # in response-function calculations #Definition of the planewave basis set ecut 3.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the k-point grid kptrlatt -4 4 4 # In cartesian coordinates, this grid is simple cubic, and 4 -4 4 # actually corresponds to the so-called 8x8x8 Monkhorst-Pack grid. 4 4 -4 # It might as well be obtained through the use of # ngkpt, nshiftk and shiftk . #Definition of the SCF procedure nstep 15 # Maximal number of SCF cycles diemac 9.0 # Although this is not mandatory, it is worth to # precondition the SCF cycle. The model dielectric # function used as the standard preconditioner # is described in the "dielng" input variable section. # The dielectric constant of AlAs is smaller that the one of Si (=12). pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi, PseudosTM_pwteter/33as.pspnc" ############################################################## # This section is used only for regression testing of ABINIT # ############################################################## #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% test_chain = trf1_1.abi, trf1_2.abi, trf1_3.abi, trf1_4.abi #%% input_prefix = trf1_1o #%% [files] #%% files_to_test = #%% trf1_4.abo, tolnlines= 1, tolabs= 4.0e-07, tolrel= 5.000e-08, fld_options = -medium #%% [paral_info] #%% max_nprocs = 2 #%% [extra_info] #%% authors = X. Gonze #%% keywords = NC, DFPT #%% description = Crystalline AlAs : computation of the dynamical matrix at Gamma #%%<END TEST_INFO>
There are six perturbations to consider. So, one might think that the CPU time will raise accordingly. This is not true, as ABINIT is able to determine which perturbations are the symmetric of another perturbation, see section 3 of the respfn help file.
Now, you can make the run. You open the file trf1_4.abo, and notice that the response to two perturbations were computed explicitly, while the response to the other four could be deduced from the two first by using the symmetries.
The list of irreducible perturbations for this q vector is:
1) idir= 1 ipert= 1
2) idir= 1 ipert= 2
Nothing mysterious: one of the two irreducible perturbations is for the Al atom, placed in a rather symmetric local site, and the other perturbation is for the As atom.
The phonon frequencies, obtained by diagonalizing the dynamical matrix (where the atomic masses have been taken into account, see amu), are given as follows:
Phonon wavevector (reduced coordinates) : 0.00000 0.00000 0.00000
Phonon energies in Hartree :
0.000000E+00 0.000000E+00 0.000000E+00 1.568561E-03 1.568561E-03
1.568561E-03
Phonon frequencies in cm-1 :
- 0.000000E+00 0.000000E+00 0.000000E+00 3.442594E+02 3.442594E+02
- 3.442594E+02
Tip
You might wonder about the dash sign present in the first column of the two lines giving the frequencies in cm^{-1}. The first column of the main ABINIT output files is always dedicated to signs needed to automatically treat the comparison with respect to reference files. Except if you become an ABINIT developer, you should ignore these signs. In the present case, they should not be interpreted as a minus sign for the floating numbers that follow them…
There is a good news and a bad news about this result. The good news is that there are indeed three acoustic modes, with frequency exactly zero. This has been obtained thanks to the imposition of the acoustic sum rule, with the default value of the variable asr.
By the way, switching asr to zero delivers
Phonon wavevector (reduced coordinates) : 0.00000 0.00000 0.00000
Phonon energies in Hartree :
2.559712E-06 2.559712E-06 2.559713E-06 1.568567E-03 1.568567E-03
1.568567E-03
Phonon frequencies in cm-1 :
- 5.617917E-01 5.617918E-01 5.617921E-01 3.442606E+02 3.442606E+02
- 3.442606E+02
The three acoustic modes do not have exactly zero frequency, still these are less less than 1 cm^{-1}, which is rather good! The other modes are marginally modified by the imposition of the acoustic sum rule.
The bad news comes when the three other frequencies are compared with experimental results, or other theoretical results. Indeed, in the present run, one obtains three degenerate modes, while there should be a (2+1) splitting. This can be seen in the paper Ab initio calculation of phonon dispersions in semiconductors [Giannozzi1991], especially Fig. 2.
Actually, we have forgotten to take into account the coupling between atomic displacements and the homogeneous electric field, that exists in the case of polar insulators, for so-called “Longitudinal Optic (LO) modes”. A splitting appears between these modes and the “Transverse Optic (TO) modes”. This splitting (Lyddane-Sachs-Teller LO-TO splitting) is presented in simple terms in standard textbooks, and should not be forgotten in doing Ab initio calculations of phonon frequencies.
Thus we have now to treat correctly the homogeneous electric field type perturbation.
5 DFPT calculation of the effect of an homogeneous electric field¶
The treatment of the homogeneous electric field perturbation is formally much more complex than the treatment of atomic displacements. This is primarily because the change of potential associated with an homogeneous electric field is not periodic, and thus does not satisfy the Born-von Karman periodic boundary conditions.
For the purpose of the present tutorial, one should read the section II.C of the above-mentioned paper [Giannozzi1991]. The reader will find in [Gonze1997] and [Gonze1997a] more detailed information about this perturbation, closely related to the ABINIT implementation. There is also an extensive discussion of the Born effective charges by [Ghosez1998].
In order to compute the response of solids to an homogeneous electric field in ABINIT, the remaining sections of the respfn help file should be read. These sections also present the information needed to compute phonons with non-zero q wavevector, which will be the subject of the next section of the present tutorial. The sections to be read are:
- the part of section 1 that had not yet been read
- section 2
- section 4
- and, for completeness, section 5
You are now in the position to compute the full dynamical matrix at \Gamma (q=0), including the coupling with an homogeneous electric field. You can copy $ABI_TESTS/tutorespfn/Input/trf1_5.abi in Work_rf1. This is your input file.
# Crystalline AlAs : computation of the response to homogeneous # electric field and atomic displacements, at q=0 # ndtset 3 #Ground state calculation kptopt1 1 # Automatic generation of k points, taking # into account the symmetry tolvrs1 1.0d-18 # SCF stopping criterion #Response Function calculation : d/dk rfelfd2 2 # Activate the calculation of the d/dk perturbation rfdir2 1 0 0 # Need to consider the perturbation in the x-direction only # This is rather specific, due to the high symmetry of the AlAs crystal # In general, just use the default rfdir 1 1 1 # In the present version of ABINIT (v4.6), symmetry cannot be used # to reduce the number of ddk perturbations nqpt2 1 qpt2 0.0 0.0 0.0 # This is a calculation at the Gamma point getwfk2 -1 # Uses as input the output wf of the previous dataset kptopt2 2 # Automatic generation of k points, # using only the time-reversal symmetry to decrease # the size of the k point set. iscf2 -3 # The d/dk perturbation must be treated # in a non-self-consistent way tolwfr2 1.0d-22 # Must use tolwfr for non-self-consistent calculations # Here, the value of tolwfr is very low. #Response Function calculation : electric field perturbation and phonons rfphon3 1 # Activate the calculation of the atomic dispacement perturbations rfelfd3 3 # Activate the calculation of the electric field perturbation rfdir3 1 1 1 # All directions are selected. However, symmetries will be used to decrease # the number of perturbations, so only the x electric field is needed # (and this explains why in the second dataset, rfdir was set to 1 0 0). nqpt3 1 qpt3 0.0 0.0 0.0 # This is a calculation at the Gamma point getwfk3 -2 # Uses as input wfs the output wfs of the dataset 1 getddk3 -1 # Uses as input ddk wfs the output of the dataset 2 kptopt3 2 # Automatic generation of k points, # using only the time-reversal symmetry to decrease # the size of the k point set. tolvrs3 1.0d-8 ####################################################################### #Common input variables #Definition of the unit cell acell 3*10.61 # This is equivalent to 10.61 10.61 10.61 rprim 0.0 0.5 0.5 # In tutorials 1 and 2, these primitive vectors 0.5 0.0 0.5 # (to be scaled by acell) were 1 0 0 0 1 0 0 0 1 0.5 0.5 0.0 # that is, the default. #Definition of the atom types ntypat 2 # There are two types of atom znucl 13 33 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, type 1 is the Aluminum, # type 2 is the Arsenic. #Definition of the atoms natom 2 # There are two atoms typat 1 2 # The first is of type 1 (Al), the second is of type 2 (As). xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.25 0.25 0.25 # Triplet giving the REDUCED coordinate of atom 2. #Gives the number of band, explicitely (do not take the default) nband 4 # For an insulator (if described correctly as an insulator # by DFT), there is no need to include conduction bands # in response-function calculations #Definition of the planewave basis set ecut 3.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the k-point grid kptrlatt -4 4 4 # In cartesian coordinates, this grid is simple cubic, and 4 -4 4 # actually corresponds to the so-called 8x8x8 Monkhorst-Pack grid. 4 4 -4 # It might as well be obtained through the use of # ngkpt, nshiftk and shiftk . #Definition of the SCF procedure nstep 15 # Maximal number of SCF cycles diemac 9.0 # Although this is not mandatory, it is worth to # precondition the SCF cycle. The model dielectric # function used as the standard preconditioner # is described in the "dielng" input variable section. # The dielectric constant of AlAs is smaller that the one of Si (=12). pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi, PseudosTM_pwteter/33as.pspnc" ############################################################## # This section is used only for regression testing of ABINIT # ############################################################## #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% trf1_5.abo, tolnlines= 1, tolabs= 6.000e-07, tolrel= 5.000e-08, fld_options = -medium #%% [paral_info] #%% max_nprocs = 2 #%% [extra_info] #%% authors = X. Gonze #%% keywords = NC, DFPT #%% description = #%% Crystalline AlAs : computation of the response to homogeneous #%% electric field and atomic displacements, at q=0 #%%<END TEST_INFO>
.Version 10.1.4.5 of ABINIT, released Sep 2024. .(MPI version, prepared for a x86_64_linux_gnu13.2 computer) .Copyright (C) 1998-2024 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Fri 13 Sep 2024. - ( at 19h05 ) - input file -> /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/TestBot_MPI1/tutorespfn_trf1_5/trf1_5.abi - output file -> trf1_5.abo - root for input files -> trf1_5i - root for output files -> trf1_5o DATASET 1 : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 1. intxc = 0 ionmov = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 10 mpw = 77 nfft = 1728 nkpt = 10 ================================================================================ P This job should need less than 1.499 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.049 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ DATASET 2 : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 2 (RF). intxc = 0 iscf = -3 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 128 - mkqmem = 128 mk1mem = 128 mpw = 77 nfft = 1728 nkpt = 128 ================================================================================ P This job should need less than 3.350 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.604 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ DATASET 3 : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 3 (RF). intxc = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 128 - mkqmem = 128 mk1mem = 128 mpw = 77 nfft = 1728 nkpt = 128 ================================================================================ P This job should need less than 3.363 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.604 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =512 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree - fftalg 512 getddk1 0 getddk2 0 getddk3 -1 getwfk1 0 getwfk2 -1 getwfk3 -2 iscf1 7 iscf2 -3 iscf3 7 ixc 7 jdtset 1 2 3 kpt1 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 kpt2 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 0.00000000E+00 kpt3 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 0.00000000E+00 outvar_i_n : Printing only first 50 k-points. kptopt1 1 kptopt2 2 kptopt3 2 kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem1 10 P mkmem2 128 P mkmem3 128 P mkqmem1 10 P mkqmem2 128 P mkqmem3 128 P mk1mem1 10 P mk1mem2 128 P mk1mem3 128 natom 2 nband1 4 nband2 4 nband3 4 ndtset 3 ngfft 12 12 12 nkpt1 10 nkpt2 128 nkpt3 128 nqpt1 0 nqpt2 1 nqpt3 1 nstep 15 nsym 24 ntypat 2 occ1 2.000000 2.000000 2.000000 2.000000 occ2 2.000000 2.000000 2.000000 2.000000 occ3 2.000000 2.000000 2.000000 2.000000 optdriver1 0 optdriver2 1 optdriver3 1 prtpot1 0 prtpot2 1 prtpot3 1 rfdir1 1 1 1 rfdir2 1 0 0 rfdir3 1 1 1 rfelfd1 0 rfelfd2 2 rfelfd3 3 rfphon1 0 rfphon2 0 rfphon3 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 216 symrel 1 0 0 0 1 0 0 0 1 0 -1 1 0 -1 0 1 -1 0 -1 0 0 -1 0 1 -1 1 0 0 1 -1 1 0 -1 0 0 -1 -1 0 0 -1 1 0 -1 0 1 0 -1 1 1 -1 0 0 -1 0 1 0 0 0 0 1 0 1 0 0 1 -1 0 0 -1 1 0 -1 -1 0 1 -1 1 0 -1 0 0 0 -1 0 1 -1 0 0 -1 1 1 0 -1 0 0 -1 0 1 -1 0 1 0 0 0 1 1 0 0 1 0 -1 0 1 -1 0 0 -1 0 -1 0 0 -1 1 1 -1 0 -1 0 1 -1 0 0 -1 1 0 0 1 0 1 0 0 0 0 1 0 0 -1 0 1 -1 1 0 -1 1 -1 0 0 -1 1 0 -1 0 0 0 1 1 0 0 0 1 0 -1 1 0 -1 0 0 -1 0 1 0 0 1 0 1 0 1 0 0 1 -1 0 0 -1 0 0 -1 1 0 0 -1 1 0 -1 0 1 -1 -1 1 0 -1 0 1 -1 0 0 tolvrs1 1.00000000E-18 tolvrs2 0.00000000E+00 tolvrs3 1.00000000E-08 tolwfr1 0.00000000E+00 tolwfr2 1.00000000E-22 tolwfr3 0.00000000E+00 typat 1 2 wtk1 0.03125 0.03125 0.09375 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.18750 wtk2 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 wtk3 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 outvars : Printing only first 50 k-points. xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 1. chkinp: Checking input parameters for consistency, jdtset= 2. chkinp: Checking input parameters for consistency, jdtset= 3. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 2, nkpt: 10, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 0, ionmov: 0, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.05142 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed - pspini: atom type 2 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - Troullier-Martins psp for element As Thu Oct 27 17:37:14 EDT 1994 - 33.00000 5.00000 940714 znucl, zion, pspdat 1 1 1 1 2001 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well 0 4.772 10.829 1 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 1 2.745 5.580 0 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 2.05731715564010 0.36322996461007 2.76014815959125 rchrg,fchrg,qchrg pspatm : epsatm= 27.20579911 --- l ekb(1:nproj) --> 0 0.838751 pspatm: atomic psp has been read and splines computed 2.28550852E+02 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 74.469 74.418 ================================================================================ --- !BeginCycle iteration_state: {dtset: 1, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-18, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -9.7613467299752 -9.761E+00 6.712E-04 9.226E-01 ETOT 2 -9.7656196296940 -4.273E-03 1.996E-10 5.227E-02 ETOT 3 -9.7658599609645 -2.403E-04 3.314E-06 3.525E-03 ETOT 4 -9.7658721729796 -1.221E-05 9.664E-08 7.001E-05 ETOT 5 -9.7658722909974 -1.180E-07 5.719E-10 3.175E-07 ETOT 6 -9.7658722914659 -4.685E-10 1.752E-12 7.069E-09 ETOT 7 -9.7658722914765 -1.063E-11 4.134E-14 8.487E-11 ETOT 8 -9.7658722914767 -1.812E-13 6.349E-16 2.856E-13 ETOT 9 -9.7658722914766 5.329E-14 3.031E-18 1.093E-15 ETOT 10 -9.7658722914767 -4.619E-14 1.058E-20 1.981E-18 ETOT 11 -9.7658722914767 5.329E-15 2.692E-23 1.334E-20 At SCF step 11 vres2 = 1.33E-20 < tolvrs= 1.00E-18 =>converged. Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.91068023E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.91068023E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.91068023E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 5.3050000, 5.3050000, ] - [ 5.3050000, 0.0000000, 5.3050000, ] - [ 5.3050000, 5.3050000, 0.0000000, ] lattice_lengths: [ 7.50240, 7.50240, 7.50240, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 2.9859750E+02 convergence: {deltae: 5.329E-15, res2: 1.334E-20, residm: 2.692E-23, diffor: null, } etotal : -9.76587229E+00 entropy : 0.00000000E+00 fermie : 7.84748682E-02 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.91068023E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.91068023E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.91068023E-04, ] pressure_GPa: -8.5635E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ 2.5000E-01, 2.5000E-01, 2.5000E-01, As] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.89134787 2 2.00000 2.49718725 ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 11.068E-24; max= 26.917E-24 reduced coordinates (array xred) for 2 atoms 0.000000000000 0.000000000000 0.000000000000 0.250000000000 0.250000000000 0.250000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 2 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 2 1.40364254578497 1.40364254578497 1.40364254578497 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 10.610000000000 10.610000000000 10.610000000000 bohr = 5.614570183140 5.614570183140 5.614570183140 angstroms prteigrs : about to open file trf1_5o_DS1_EIG Fermi (or HOMO) energy (hartree) = 0.07847 Average Vxc (hartree)= -0.33495 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 4, wtk= 0.03125, kpt= 0.0000 0.0000 -0.1250 (reduced coord) -0.34865 0.03265 0.07847 0.07847 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 1, } comment : Components of total free energy in Hartree kinetic : 2.92021253014069E+00 hartree : 7.88950069311513E-01 xc : -3.93636576105137E+00 Ewald energy : -8.47989583509473E+00 psp_core : 7.65414498117480E-01 local_psp : -2.42022700737243E+00 non_local_psp : 5.96039214472158E-01 total_energy : -9.76587229147669E+00 total_energy_eV : -2.65742899651110E+02 band_energy : -7.16243168043123E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.91068023E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.91068023E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.91068023E-04 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -8.5635E+00 GPa] - sigma(1 1)= 8.56351546E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 8.56351546E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 8.56351546E+00 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 2 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 2, } dimensions: {natom: 2, nkpt: 128, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 1, rfelfd: 2, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 1. Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees setup1 : take into account q-point for computing boxcut. getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.05142 -------------------------------------------------------------------------------- ==> initialize data related to q vector <== The list of irreducible perturbations for this q vector is: 1) idir= 1 ipert= 3 ================================================================================ -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.000000 0.000000 Perturbation : derivative vs k along direction 1 The set of symmetries contains only one element for this perturbation. symkpt : not enough symmetry to change the number of k points. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 2, } solver: {iscf: -3, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolwfr: 1.00E-22, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 -8.3112825778662 -8.311E+00 2.710E-02 0.000E+00 ETOT 2 -8.3150932296993 -3.811E-03 1.679E-05 0.000E+00 ETOT 3 -8.3150945863392 -1.357E-06 4.291E-09 0.000E+00 ETOT 4 -8.3150945871559 -8.168E-10 6.727E-12 0.000E+00 ETOT 5 -8.3150945871567 -7.354E-13 9.941E-15 0.000E+00 ETOT 6 -8.3150945871567 -1.421E-14 1.679E-17 0.000E+00 ETOT 7 -8.3150945871567 -1.243E-14 2.539E-20 0.000E+00 ETOT 8 -8.3150945871567 1.066E-14 9.963E-23 0.000E+00 At SCF step 8 max residual= 9.96E-23 < tolwfr= 1.00E-22 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 36.354E-24; max= 99.634E-24 dfpt_looppert : ek2= 1.6833336546E+01 f-sum rule ratio= 1.0028274804E+00 prteigrs : about to open file trf1_5t_1WF1_EIG Expectation of eigenvalue derivatives (hartree) for nkpt= 128 k points: (in case of degenerate eigenvalues, averaged derivative) kpt# 1, nband= 4, wtk= 0.00781, kpt= 0.0000 0.0000 -0.1250 (reduced coord) 0.03070 -0.19835 -0.02942 -0.02942 prteigrs : prtvol=0 or 1, do not print more k-points. Eight components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 2.21485598E+01 eigvalue= -1.18228168E+00 local= -1.73407882E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs kin1= -1.68809325E+01 Hartree= 0.00000000E+00 xc= 0.00000000E+00 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 4.68960461E+00 enl1= 2.50743300E-01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -8.31509459E+00 No Ewald or frozen-wf contrib.: the relaxation energy is the total one 2DEtotal= -0.8315094587E+01 Ha. Also 2DEtotal= -0.226265230643E+03 eV ( non-var. 2DEtotal : -8.3150945871E+00 Ha) ================================================================================ ---- first-order wavefunction calculations are completed ---- Total localisation tensor (bohr^2) in cartesian coordinates WARNING : still subject to testing - especially symmetries. direction matrix element alpha beta real part imaginary part 1 1 0.0000000000 0.0000000000 1 2 0.0000000000 0.0000000000 1 3 0.0000000000 0.0000000000 2 1 0.0000000000 0.0000000000 2 2 1.8383791809 0.0000000000 2 3 1.8383791809 0.0000000000 3 1 0.0000000000 0.0000000000 3 2 1.8383791809 0.0000000000 3 3 1.8383791809 0.0000000000 WARNING : Localization tensor calculation (this does not apply to other properties). Not all d/dk perturbations were computed. So the localization tensor in reciprocal space is incomplete, and transformation to cartesian coordinates may be wrong. Check input variable rfdir. respfn : d/dk was computed, but no 2DTE, so no DDB output. ================================================================================ == DATASET 3 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 3, } dimensions: {natom: 2, nkpt: 128, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 1, rfelfd: 3, rfphon: 1, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 1. mkfilename : getddk/=0, take file _1WF from output of DATASET 2. Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees setup1 : take into account q-point for computing boxcut. getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.05142 -------------------------------------------------------------------------------- ==> initialize data related to q vector <== The list of irreducible perturbations for this q vector is: 1) idir= 1 ipert= 1 2) idir= 1 ipert= 2 3) idir= 1 ipert= 4 ================================================================================ The perturbation idir= 2 ipert= 1 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. The perturbation idir= 3 ipert= 1 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. The perturbation idir= 2 ipert= 2 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. The perturbation idir= 3 ipert= 2 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. The perturbation idir= 2 ipert= 4 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. The perturbation idir= 3 ipert= 4 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.000000 0.000000 Perturbation : displacement of atom 1 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 72 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 3, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 6.5139692852719 -1.464E+01 1.148E-02 1.945E+02 ETOT 2 5.0217046308344 -1.492E+00 9.268E-04 2.029E+00 ETOT 3 5.0082169138902 -1.349E-02 5.342E-06 5.671E-02 ETOT 4 5.0079142425572 -3.027E-04 1.607E-07 2.092E-03 ETOT 5 5.0079045457127 -9.697E-06 5.596E-09 3.120E-05 ETOT 6 5.0079044210093 -1.247E-07 9.980E-11 2.323E-07 ETOT 7 5.0079044201246 -8.848E-10 8.647E-13 2.760E-09 At SCF step 7 vres2 = 2.76E-09 < tolvrs= 1.00E-08 =>converged. -open ddk wf file :trf1_5o_DS2_1WF7 ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 20.689E-14; max= 86.473E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 1.89184489E+01 eigvalue= 6.51144406E-01 local= -1.10599805E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.49294329E+01 Hartree= 3.64525823E+00 xc= -1.67305926E+00 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 5.66822049E+00 enl1= -1.73706352E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -1.61500359E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= -6.53215717E+00 fr.nonlo= 1.58462043E+01 Ewald= 1.18438931E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = 0.00000000E+00 frxc 2 = 0.00000000E+00 Resulting in : 2DEtotal= 0.5007904420E+01 Ha. Also 2DEtotal= 0.136272009510E+03 eV (2DErelax= -1.6150035857E+01 Ha. 2DEnonrelax= 2.1157940277E+01 Ha) ( non-var. 2DEtotal : 5.0079062317E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.000000 0.000000 Perturbation : displacement of atom 2 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 72 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 3, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 36.736482661612 -4.711E+01 1.177E-01 3.445E+03 ETOT 2 5.5491337914007 -3.119E+01 1.811E-02 4.799E+01 ETOT 3 5.0124402207696 -5.367E-01 5.244E-04 7.984E-01 ETOT 4 5.0078738699298 -4.566E-03 4.271E-06 1.108E-02 ETOT 5 5.0078329738345 -4.090E-05 3.402E-08 8.050E-05 ETOT 6 5.0078327231662 -2.507E-07 2.043E-10 7.110E-07 ETOT 7 5.0078327199077 -3.258E-09 3.526E-12 3.159E-08 ETOT 8 5.0078327196979 -2.098E-10 1.396E-13 1.084E-09 At SCF step 8 vres2 = 1.08E-09 < tolvrs= 1.00E-08 =>converged. -open ddk wf file :trf1_5o_DS2_1WF7 ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 41.898E-15; max= 13.964E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 9.53917583E+01 eigvalue= 1.86581351E-01 local= -5.05659730E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.32037316E+02 Hartree= 3.55211865E+01 xc= -1.09980794E+01 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 9.29855099E+00 enl1= -2.56307141E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -7.88340056E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= 5.65027426E+01 fr.nonlo= 1.26968882E+01 Ewald= 1.18438931E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = -1.87269502E+01 frxc 2 = 2.15252646E+01 Resulting in : 2DEtotal= 0.5007832720E+01 Ha. Also 2DEtotal= 0.136270058442E+03 eV (2DErelax= -7.8834005572E+01 Ha. 2DEnonrelax= 8.3841838291E+01 Ha) ( non-var. 2DEtotal : 5.0078231595E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.000000 0.000000 Perturbation : homogeneous electric field along direction 1 The set of symmetries contains only one element for this perturbation. symkpt : not enough symmetry to change the number of k points. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 - dfpt_looppert: read the DDK wavefunctions from file: trf1_5o_DS2_1WF7 --- !BeginCycle iteration_state: {dtset: 3, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 -205.87053094223 -2.059E+02 1.119E+00 1.361E+03 ETOT 2 -218.51687188185 -1.265E+01 8.052E-03 2.052E+01 ETOT 3 -218.74443592647 -2.276E-01 2.340E-04 3.644E-01 ETOT 4 -218.74675617608 -2.320E-03 1.705E-06 9.113E-03 ETOT 5 -218.74679483761 -3.866E-05 3.222E-08 2.577E-04 ETOT 6 -218.74679667339 -1.836E-06 1.248E-09 7.159E-06 ETOT 7 -218.74679670709 -3.370E-08 2.343E-11 4.640E-08 ETOT 8 -218.74679670726 -1.666E-10 1.714E-13 7.683E-10 At SCF step 8 vres2 = 7.68E-10 < tolvrs= 1.00E-08 =>converged. -open ddk wf file :trf1_5o_DS2_1WF7 ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 39.869E-15; max= 17.135E-14 Seven components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 6.64688884E+02 eigvalue= -5.63281391E+01 local= -5.92756474E+02 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs dotwf= -4.37493591E+02 Hartree= 3.03195715E+01 xc= -1.71729688E+01 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 1.89995921E+02 enl1= 0.00000000E+00 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -2.18746797E+02 No Ewald or frozen-wf contrib.: the relaxation energy is the total one 2DEtotal= -0.2187467967E+03 Ha. Also 2DEtotal= -0.595240305335E+04 eV ( non-var. 2DEtotal : -2.1874679558E+02 Ha) ================================================================================ ---- first-order wavefunction calculations are completed ---- ==> Compute Derivative Database <== The violation of the charge neutrality conditions by the effective charges is as follows : atom electric field displacement direction 1 1 -0.022625 0.000000 1 2 0.000000 0.000000 1 3 0.000000 0.000000 2 1 0.000000 0.000000 2 2 -0.022625 0.000000 2 3 -0.000000 0.000000 3 1 -0.000000 0.000000 3 2 -0.000000 0.000000 3 3 -0.022625 0.000000 Effective charge tensors after imposition of the charge neutrality (if requested by user), and eventual restriction to some part : atom displacement 1 1 2.116093E+00 -6.542224E-16 2.463595E-17 1 2 -7.097336E-16 2.116093E+00 -6.302329E-18 1 3 6.819780E-16 6.542224E-16 2.116093E+00 2 1 -2.116093E+00 6.542224E-16 -2.463595E-17 2 2 7.097336E-16 -2.116093E+00 6.302329E-18 2 3 -6.819780E-16 -6.542224E-16 -2.116093E+00 Now, the imaginary part of the dynamical matrix is zeroed 2nd-order matrix (non-cartesian coordinates, masses not included, asr not included ) j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 5.0079061807 0.0000000000 1 1 2 1 2.5039530904 0.0000000000 1 1 3 1 2.5039530904 0.0000000000 1 1 1 2 -5.0078418141 -0.0000000000 1 1 2 2 -2.5039209070 0.0000000000 1 1 3 2 -2.5039209070 0.0000000000 1 1 1 4 -5.6248285458 0.0000000000 1 1 2 4 -0.0000000000 0.0000000000 1 1 3 4 -0.0000000000 0.0000000000 2 1 1 1 2.5039530904 0.0000000000 2 1 2 1 5.0079061807 0.0000000000 2 1 3 1 2.5039530904 0.0000000000 2 1 1 2 -2.5039209070 0.0000000000 2 1 2 2 -5.0078418141 -0.0000000000 2 1 3 2 -2.5039209070 0.0000000000 2 1 1 4 0.0000000000 0.0000000000 2 1 2 4 -5.6248285458 0.0000000000 2 1 3 4 -0.0000000000 0.0000000000 3 1 1 1 2.5039530904 0.0000000000 3 1 2 1 2.5039530904 0.0000000000 3 1 3 1 5.0079061807 0.0000000000 3 1 1 2 -2.5039209070 0.0000000000 3 1 2 2 -2.5039209070 0.0000000000 3 1 3 2 -5.0078418141 0.0000000000 3 1 1 4 0.0000000000 0.0000000000 3 1 2 4 0.0000000000 0.0000000000 3 1 3 4 -5.6248285458 0.0000000000 1 2 1 1 -5.0078185174 0.0000000000 1 2 2 1 -2.5039092587 -0.0000000000 1 2 3 1 -2.5039092587 -0.0000000000 1 2 1 2 5.0078226548 0.0000000000 1 2 2 2 2.5039113274 0.0000000000 1 2 3 2 2.5039113274 0.0000000000 1 2 1 4 -44.7828137668 0.0000000000 1 2 2 4 0.0000000000 0.0000000000 1 2 3 4 -0.0000000000 0.0000000000 2 2 1 1 -2.5039092587 -0.0000000000 2 2 2 1 -5.0078185174 0.0000000000 2 2 3 1 -2.5039092587 -0.0000000000 2 2 1 2 2.5039113274 0.0000000000 2 2 2 2 5.0078226548 0.0000000000 2 2 3 2 2.5039113274 0.0000000000 2 2 1 4 -0.0000000000 0.0000000000 2 2 2 4 -44.7828137668 0.0000000000 2 2 3 4 -0.0000000000 0.0000000000 3 2 1 1 -2.5039092587 -0.0000000000 3 2 2 1 -2.5039092587 -0.0000000000 3 2 3 1 -5.0078185174 -0.0000000000 3 2 1 2 2.5039113274 0.0000000000 3 2 2 2 2.5039113274 0.0000000000 3 2 3 2 5.0078226548 0.0000000000 3 2 1 4 0.0000000000 0.0000000000 3 2 2 4 -0.0000000000 0.0000000000 3 2 3 4 -44.7828137668 0.0000000000 1 4 1 1 -5.6248133230 0.0000000000 1 4 2 1 0.0000000000 0.0000000000 1 4 3 1 0.0000000000 0.0000000000 1 4 1 2 -44.7828179120 0.0000000000 1 4 2 2 -0.0000000000 0.0000000000 1 4 3 2 0.0000000000 0.0000000000 1 4 1 4 -218.7467955756 0.0000000000 1 4 2 4 72.9155985252 0.0000000000 1 4 3 4 72.9155985252 0.0000000000 2 4 1 1 0.0000000000 0.0000000000 2 4 2 1 -5.6248133230 0.0000000000 2 4 3 1 0.0000000000 0.0000000000 2 4 1 2 -0.0000000000 0.0000000000 2 4 2 2 -44.7828179120 0.0000000000 2 4 3 2 -0.0000000000 0.0000000000 2 4 1 4 72.9155985252 0.0000000000 2 4 2 4 -218.7467955756 0.0000000000 2 4 3 4 72.9155985252 0.0000000000 3 4 1 1 -0.0000000000 0.0000000000 3 4 2 1 -0.0000000000 0.0000000000 3 4 3 1 -5.6248133230 0.0000000000 3 4 1 2 -0.0000000000 0.0000000000 3 4 2 2 -0.0000000000 0.0000000000 3 4 3 2 -44.7828179120 0.0000000000 3 4 1 4 72.9155985252 0.0000000000 3 4 2 4 72.9155985252 0.0000000000 3 4 3 4 -218.7467955756 0.0000000000 Dynamical matrix, in cartesian coordinates, if specified in the inputs, asr has been imposed j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 0.0889712782 0.0000000000 1 1 2 1 -0.0000000000 0.0000000000 1 1 3 1 -0.0000000000 0.0000000000 1 1 1 2 -0.0889712782 0.0000000000 1 1 2 2 0.0000000000 0.0000000000 1 1 3 2 0.0000000000 0.0000000000 2 1 1 1 -0.0000000000 0.0000000000 2 1 2 1 0.0889712782 0.0000000000 2 1 3 1 -0.0000000000 0.0000000000 2 1 1 2 0.0000000000 0.0000000000 2 1 2 2 -0.0889712782 0.0000000000 2 1 3 2 0.0000000000 0.0000000000 3 1 1 1 -0.0000000000 0.0000000000 3 1 2 1 -0.0000000000 0.0000000000 3 1 3 1 0.0889712782 0.0000000000 3 1 1 2 0.0000000000 0.0000000000 3 1 2 2 0.0000000000 0.0000000000 3 1 3 2 -0.0889712782 0.0000000000 1 2 1 1 -0.0889708643 0.0000000000 1 2 2 1 0.0000000000 0.0000000000 1 2 3 1 0.0000000000 0.0000000000 1 2 1 2 0.0889708643 0.0000000000 1 2 2 2 -0.0000000000 0.0000000000 1 2 3 2 -0.0000000000 0.0000000000 2 2 1 1 0.0000000000 0.0000000000 2 2 2 1 -0.0889708643 0.0000000000 2 2 3 1 0.0000000000 0.0000000000 2 2 1 2 -0.0000000000 0.0000000000 2 2 2 2 0.0889708643 0.0000000000 2 2 3 2 -0.0000000000 0.0000000000 3 2 1 1 0.0000000000 0.0000000000 3 2 2 1 0.0000000000 0.0000000000 3 2 3 1 -0.0889708643 0.0000000000 3 2 1 2 -0.0000000000 0.0000000000 3 2 2 2 -0.0000000000 0.0000000000 3 2 3 2 0.0889708643 0.0000000000 Dielectric tensor, in cartesian coordinates, j1 j2 matrix element dir pert dir pert real part imaginary part 1 4 1 4 9.7501435882 -0.0000000000 1 4 2 4 -0.0000000000 -0.0000000000 1 4 3 4 -0.0000000000 -0.0000000000 2 4 1 4 -0.0000000000 -0.0000000000 2 4 2 4 9.7501435882 -0.0000000000 2 4 3 4 -0.0000000000 -0.0000000000 3 4 1 4 -0.0000000000 -0.0000000000 3 4 2 4 -0.0000000000 -0.0000000000 3 4 3 4 9.7501435882 -0.0000000000 Effective charges, in cartesian coordinates, (from electric field response) if specified in the inputs, charge neutrality has been imposed j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 4 2.1160934547 0.0000000000 2 1 1 4 -0.0000000000 0.0000000000 3 1 1 4 0.0000000000 0.0000000000 1 2 1 4 -2.1160934547 0.0000000000 2 2 1 4 0.0000000000 0.0000000000 3 2 1 4 -0.0000000000 0.0000000000 1 1 2 4 -0.0000000000 0.0000000000 2 1 2 4 2.1160934547 0.0000000000 3 1 2 4 0.0000000000 0.0000000000 1 2 2 4 0.0000000000 0.0000000000 2 2 2 4 -2.1160934547 0.0000000000 3 2 2 4 -0.0000000000 0.0000000000 1 1 3 4 0.0000000000 0.0000000000 2 1 3 4 -0.0000000000 0.0000000000 3 1 3 4 2.1160934547 0.0000000000 1 2 3 4 -0.0000000000 0.0000000000 2 2 3 4 0.0000000000 0.0000000000 3 2 3 4 -2.1160934547 0.0000000000 Effective charges, in cartesian coordinates, (from phonon response) if specified in the inputs, charge neutrality has been imposed j1 j2 matrix element dir pert dir pert real part imaginary part 1 4 1 1 2.1160949960 0.0000000000 2 4 1 1 0.0000000000 0.0000000000 3 4 1 1 0.0000000000 0.0000000000 1 4 2 1 -0.0000000000 0.0000000000 2 4 2 1 2.1160949960 0.0000000000 3 4 2 1 -0.0000000000 0.0000000000 1 4 3 1 0.0000000000 0.0000000000 2 4 3 1 0.0000000000 0.0000000000 3 4 3 1 2.1160949960 0.0000000000 1 4 1 2 -2.1160949960 0.0000000000 2 4 1 2 0.0000000000 0.0000000000 3 4 1 2 -0.0000000000 0.0000000000 1 4 2 2 0.0000000000 0.0000000000 2 4 2 2 -2.1160949960 0.0000000000 3 4 2 2 0.0000000000 0.0000000000 1 4 3 2 -0.0000000000 0.0000000000 2 4 3 2 0.0000000000 0.0000000000 3 4 3 2 -2.1160949960 0.0000000000 Phonon wavevector (reduced coordinates) : 0.00000 0.00000 0.00000 Phonon energies in Hartree : 0.000000E+00 0.000000E+00 0.000000E+00 1.568561E-03 1.568561E-03 1.568561E-03 Phonon frequencies in cm-1 : - 0.000000E+00 0.000000E+00 0.000000E+00 3.442594E+02 3.442594E+02 - 3.442594E+02 Phonon at Gamma, with non-analyticity in the direction (cartesian coordinates) 1.00000 0.00000 0.00000 Phonon energies in Hartree : 0.000000E+00 0.000000E+00 0.000000E+00 1.568561E-03 1.568561E-03 1.730569E-03 Phonon frequencies in cm-1 : - 0.000000E+00 0.000000E+00 0.000000E+00 3.442594E+02 3.442594E+02 - 3.798161E+02 Phonon at Gamma, with non-analyticity in the direction (cartesian coordinates) 0.00000 1.00000 0.00000 Phonon energies in Hartree : 0.000000E+00 0.000000E+00 0.000000E+00 1.568561E-03 1.568561E-03 1.730569E-03 Phonon frequencies in cm-1 : - 0.000000E+00 0.000000E+00 0.000000E+00 3.442594E+02 3.442594E+02 - 3.798161E+02 Phonon at Gamma, with non-analyticity in the direction (cartesian coordinates) 0.00000 0.00000 1.00000 Phonon energies in Hartree : 0.000000E+00 0.000000E+00 0.000000E+00 1.568561E-03 1.568561E-03 1.730569E-03 Phonon frequencies in cm-1 : - 0.000000E+00 0.000000E+00 0.000000E+00 3.442594E+02 3.442594E+02 - 3.798161E+02 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree etotal1 -9.7658722915E+00 etotal2 -8.3150945872E+00 etotal3 -2.1874679671E+02 fcart1 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 - fftalg 512 getddk1 0 getddk2 0 getddk3 -1 getwfk1 0 getwfk2 -1 getwfk3 -2 iscf1 7 iscf2 -3 iscf3 7 ixc 7 jdtset 1 2 3 kpt1 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 kpt2 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 0.00000000E+00 kpt3 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 0.00000000E+00 0.00000000E+00 outvar_i_n : Printing only first 50 k-points. kptopt1 1 kptopt2 2 kptopt3 2 kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem1 10 P mkmem2 128 P mkmem3 128 P mkqmem1 10 P mkqmem2 128 P mkqmem3 128 P mk1mem1 10 P mk1mem2 128 P mk1mem3 128 natom 2 nband1 4 nband2 4 nband3 4 ndtset 3 ngfft 12 12 12 nkpt1 10 nkpt2 128 nkpt3 128 nqpt1 0 nqpt2 1 nqpt3 1 nstep 15 nsym 24 ntypat 2 occ1 2.000000 2.000000 2.000000 2.000000 occ2 2.000000 2.000000 2.000000 2.000000 occ3 2.000000 2.000000 2.000000 2.000000 optdriver1 0 optdriver2 1 optdriver3 1 prtpot1 0 prtpot2 1 prtpot3 1 rfdir1 1 1 1 rfdir2 1 0 0 rfdir3 1 1 1 rfelfd1 0 rfelfd2 2 rfelfd3 3 rfphon1 0 rfphon2 0 rfphon3 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 216 strten1 2.9106802349E-04 2.9106802349E-04 2.9106802349E-04 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 0 -1 1 0 -1 0 1 -1 0 -1 0 0 -1 0 1 -1 1 0 0 1 -1 1 0 -1 0 0 -1 -1 0 0 -1 1 0 -1 0 1 0 -1 1 1 -1 0 0 -1 0 1 0 0 0 0 1 0 1 0 0 1 -1 0 0 -1 1 0 -1 -1 0 1 -1 1 0 -1 0 0 0 -1 0 1 -1 0 0 -1 1 1 0 -1 0 0 -1 0 1 -1 0 1 0 0 0 1 1 0 0 1 0 -1 0 1 -1 0 0 -1 0 -1 0 0 -1 1 1 -1 0 -1 0 1 -1 0 0 -1 1 0 0 1 0 1 0 0 0 0 1 0 0 -1 0 1 -1 1 0 -1 1 -1 0 0 -1 1 0 -1 0 0 0 1 1 0 0 0 1 0 -1 1 0 -1 0 0 -1 0 1 0 0 1 0 1 0 1 0 0 1 -1 0 0 -1 0 0 -1 1 0 0 -1 1 0 -1 0 1 -1 -1 1 0 -1 0 1 -1 0 0 tolvrs1 1.00000000E-18 tolvrs2 0.00000000E+00 tolvrs3 1.00000000E-08 tolwfr1 0.00000000E+00 tolwfr2 1.00000000E-22 tolwfr3 0.00000000E+00 typat 1 2 wtk1 0.03125 0.03125 0.09375 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.18750 wtk2 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 wtk3 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 0.00781 outvars : Printing only first 50 k-points. xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] First-principles responses of solids to atomic displacements and homogeneous electric fields:, - implementation of a conjugate-gradient algorithm. X. Gonze, Phys. Rev. B55, 10337 (1997). - Comment: Non-vanishing rfphon and/or rfelfd, in the norm-conserving case. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze1997 - - [3] Dynamical matrices, Born effective charges, dielectric permittivity tensors, and , - interatomic force constants from density-functional perturbation theory, - X. Gonze and C. Lee, Phys. Rev. B55, 10355 (1997). - Comment: Non-vanishing rfphon and/or rfelfd, in the norm-conserving case. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze1997a - - [4] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs and, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [5] ABINIT: Overview, and focus on selected capabilities - J. Chem. Phys. 152, 124102 (2020). - A. Romero, D.C. Allan, B. Amadon, G. Antonius, T. Applencourt, L.Baguet, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, F.Bruneval, - G.Brunin, D.Caliste, M.Cote, - J.Denier, C. Dreyer, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, F.Jollet, G. Jomard, - A.Martin, - H.P.C. Miranda, F.Naccarato, G.Petretto, N.A. Pike, V.Planes, - S.Prokhorenko, T. Rangel, F.Ricci, G.-M.Rignanese, M.Royo, M.Stengel, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, J.Wiktor, J.W.Zwanziger, and X.Gonze. - Comment: a global overview of ABINIT, with focus on selected capabilities . - Note that a version of this paper, that is not formatted for J. Chem. Phys - is available at https://www.abinit.org/sites/default/files/ABINIT20_JPC.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#romero2020 - - [6] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - Proc. 0 individual time (sec): cpu= 3.2 wall= 3.2 ================================================================================ Calculation completed. .Delivered 14 WARNINGs and 4 COMMENTs to log file. +Overall time at end (sec) : cpu= 3.2 wall= 3.2
As for the other DFPT tests, the changes with respect to the trf1_1.abi are all gathered in the first part of this file. Unlike the other tests, however, the multi-dataset mode was used, computing from scratch the ground-state properties, then computing the effect of the ddk perturbation, then the effect of all other perturbations (electric field as well as atomic displacements).
The analysis of the output file is even more cumbersome than the previous ones. Let us skip the first dataset. In the dataset 2 section, one perturbation is correctly selected:
==> initialize data related to q vector <==
The list of irreducible perturbations for this q vector is:
1) idir= 1 ipert= 3
================================================================================
--------------------------------------------------------------------------------
Perturbation wavevector (in red.coord.) 0.000000 0.000000 0.000000
Perturbation : derivative vs k along direction 1
The analysis of the output for this particular perturbation is not particularly interesting, except for the f-sum rule ratio
dfpt_looppert : ek2= 1.6833336546E+01
f-sum rule ratio= 1.0028274804E+00
that should be close to 1, and becomes closer to it when ecut is increased, and the sampling of k points is improved. (In the present status of ABINIT, the f-rule ratio is not computed correctly when ecutsm/=0)
In the third dataset section, three irreducible perturbations are considered:
==> initialize data related to q vector <==
The list of irreducible perturbations for this q vector is:
1) idir= 1 ipert= 1
2) idir= 1 ipert= 2
3) idir= 1 ipert= 4
Much later, the dielectric tensor is given:
Dielectric tensor, in cartesian coordinates,
j1 j2 matrix element
dir pert dir pert real part imaginary part
1 4 1 4 9.7501435881 -0.0000000000
1 4 2 4 0.0000000000 -0.0000000000
1 4 3 4 0.0000000000 -0.0000000000
2 4 1 4 0.0000000000 -0.0000000000
2 4 2 4 9.7501435881 -0.0000000000
2 4 3 4 0.0000000000 -0.0000000000
3 4 1 4 0.0000000000 -0.0000000000
3 4 2 4 0.0000000000 -0.0000000000
3 4 3 4 9.7501435881 -0.0000000000
It is diagonal and isotropic, and corresponds to a dielectric constant of 9.7501435881.
Then, the Born effective charges are given, either computed from the derivative of the wavefunctions with respect to the electric field, or computed from the derivative of the wavefunctions with respect to an atomic displacement, as explained in section II of [Gonze1997a]:
Effective charges, in cartesian coordinates,
(from electric field response)
...
and
Effective charges, in cartesian coordinates,
(from phonon response)
...
Namely, the Born effective charge of the Al atom is 2.105, and the one of the As atom is -2.127. The charge neutrality sum rule is not fulfilled exactly. When ecut is increased, and the sampling of k points is improved, the sum of the two charges goes closer to zero.
Finally, the phonon frequencies are computed:
Phonon wavevector (reduced coordinates) : 0.00000 0.00000 0.00000
Phonon energies in Hartree :
2.559710E-06 2.559710E-06 2.559711E-06 1.568567E-03 1.568567E-03
1.568567E-03
Phonon frequencies in cm-1 :
- 5.617914E-01 5.617914E-01 5.617917E-01 3.442606E+02 3.442606E+02
- 3.442606E+02
Phonon at Gamma, with non-analyticity in the
direction (cartesian coordinates) 1.00000 0.00000 0.00000
Phonon energies in Hartree :
2.559710E-06 2.559710E-06 4.044009E-06 1.568567E-03 1.568567E-03
1.729799E-03
Phonon frequencies in cm-1 :
- 5.617914E-01 5.617914E-01 8.875575E-01 3.442606E+02 3.442606E+02
- 3.796470E+02
Phonon at Gamma, with non-analyticity in the
direction (cartesian coordinates) 0.00000 1.00000 0.00000
Phonon energies in Hartree :
2.559710E-06 2.559711E-06 4.044009E-06 1.568567E-03 1.568567E-03
1.729799E-03
Phonon frequencies in cm-1 :
- 5.617914E-01 5.617917E-01 8.875573E-01 3.442606E+02 3.442606E+02
- 3.796470E+02
Phonon at Gamma, with non-analyticity in the
direction (cartesian coordinates) 0.00000 0.00000 1.00000
Phonon energies in Hartree :
2.559710E-06 2.559711E-06 4.044008E-06 1.568567E-03 1.568567E-03
1.729799E-03
Phonon frequencies in cm-1 :
- 5.617914E-01 5.617917E-01 8.875573E-01 3.442606E+02 3.442606E+02
- 3.796470E+02
There are four sections. In the first one, any effect of the homogeneous electric field is simply discarded, while the three next sections the electric field is considered along the three cartesian coordinates.
In the present material, the directionality of the electric field has no influence. We note that there are still three acoustic mode, below 1 cm^{-1}, while the optic modes have the correct degeneracies: two TO modes at 344.3 cm^{-1}, and one LO mode at 379.6 cm^{-1}.
These values can be compared to experimental (361 cm^{-1}, 402 cm^{-1}) as well as theoretical (363 cm^{-1}, 400 cm^{-1}) values (again [Giannozzi1991]). Most of the discrepancy comes from the too low value of ecut. Using ABINIT with ecut=6 Hartree gives (358.8 cm^{-1}, 389.8 cm^{-1}). The remaining of the discrepancy may come partly from the pseudopotentials, that are particularly soft.
The comparison of Born effective charges is also interesting. After imposition of the neutrality sum rule, the Al Born effective charge is 2.116. The value from Gianozzi et al is 2.17, the experimental value is 2.18. Increasing ecut to 6 Hartree in ABINIT gives 2.168.
For the dielectric tensor, it is more delicate. The value from Gianozzi et al is 9.2, while the experimental value is 8.2 . The agreement is not very good, a fact that can be attributed to the DFT lack of polarization-dependence [Gonze1995a]. Still, the agreement of our calculation with the theoretical result is not very good. With ecut = 3 Hartree, we have 9.75. Changing it to 6 Hartree gives 10.40 . A better k point sampling (8x8x8), with ecut = 6 Hartree, reduces the value to 9.89. Changing pseudopotentials finally improves the agreement: with the much harder al.psp8 and as.psp8 pseudopotentials with adequate ecut = 20 Hartree and 8x8x8 Monkhorst-Pack sampling, we reach a value of 9.30. Note that we need to change ixc=-1012 and consider nband=9, since there is 3 electrons for Al and 15 electrons for As moving in these pseudopotential. This information can be found by searching zion in the .abo of any file using the pseudopotentials. This illustrates that the dielectric tensor is a much more sensitive quantity than the others.
6 DFPT calculation of phonon frequencies at non-zero q¶
The computation of phonon frequencies at non-zero q is actually simpler than the one at \Gamma. One must distinguish two cases. Either the q wavevector connects k points that belong to the same grid, or the wavevector q is general. In any case, the computation within the reciprocal space DFPT formalism is more efficient than the real space frozen-phonon technique since the use of supercells is completely avoided with DFPT. For an explanation of this fact, see for example section IV of [Gonze1997].
You can copy the file $ABI_TESTS/tutorespfn/Input/trf1_6.abi in Work_rf1. This is your input file.
# Crystalline AlAs : computation of the response to homogeneous # electric field and atomic displacements, at q=X, q=L and # an acoustic mode close to q=Gamma ndtset 5 #Ground state calculation kptopt1 1 # Automatic generation of k points, taking # into account the symmetry tolvrs1 1.0d-18 # SCF stopping criterion prtden1 1 # Will be needed for dataset 4 #Response Function calculation : phonon at X rfphon2 1 # Activate the calculation of the atomic dispacement perturbations nqpt2 1 qpt2 0.0 0.5 0.5 # This is a calculation at the X point getwfk2 1 # Uses as input wfs the output wfs of the dataset 1 kptopt2 3 # Automatic generation of k points, # no use of symmetries to decrease # the size of the k point set. tolvrs2 1.0d-8 #Response Function calculation : phonon at L rfphon3 1 # Activate the calculation of the atomic dispacement perturbations nqpt3 1 qpt3 0.5 0.0 0.0 # This is a calculation at the L point getwfk3 1 # Uses as input wfs the output wfs of the dataset 1 kptopt3 3 # Automatic generation of k points, # no use of symmetries to decrease # the size of the k point set. tolvrs3 1.0d-8 #Non-self consistent ground-state calculation, with q=(0.1 0 0) nqpt4 1 qpt4 0.1 0.0 0.0 # This is a calculation along the Gamma-L line getwfk4 1 # Uses as input wfs the output wfs of the dataset 1 getden4 1 # Uses as input density the output density of the dataset 1 kptopt4 3 # Automatic generation of k points, # no use of symmetries to decrease # the size of the k point set. tolwfr4 1.0d-18 iscf4 -2 # Non-self-consistent calculation #Response Function calculation : phonon close to Gamma rfphon5 1 # Activate the calculation of the atomic dispacement perturbations nqpt5 1 qpt5 0.1 0.0 0.0 # This is a calculation along the Gamma-L line getwfk5 1 # Uses as input wfs the output wfs of the dataset 1 getwfq5 4 # Uses as input k+q wfs the output of the dataset 4 kptopt5 3 # Automatic generation of k points, # no use of symmetries to decrease # the size of the k point set. tolvrs5 1.0d-8 ####################################################################### #Common input variables #Definition of the unit cell acell 3*10.61 # This is equivalent to 10.61 10.61 10.61 rprim 0.0 0.5 0.5 # In tutorials 1 and 2, these primitive vectors 0.5 0.0 0.5 # (to be scaled by acell) were 1 0 0 0 1 0 0 0 1 0.5 0.5 0.0 # that is, the default. #Definition of the atom types ntypat 2 # There are two types of atom znucl 13 33 # The keyword "znucl" refers to the atomic number of the # possible type(s) of atom. The pseudopotential(s) # mentioned in the "files" file must correspond # to the type(s) of atom. Here, type 1 is the Aluminum, # type 2 is the Arsenic. #Definition of the atoms natom 2 # There are two atoms per unit cell typat 1 2 # The first is of type 1 (Al), the second is of type 2 (As). xred # This keyword indicate that the location of the atoms # will follow, one triplet of number for each atom 0.0 0.0 0.0 # Triplet giving the REDUCED coordinate of atom 1. 0.25 0.25 0.25 # Triplet giving the REDUCED coordinate of atom 2. #Gives the number of band, explicitely (do not take the default) nband 4 # For an insulator (if described correctly as an insulator # by DFT), there is no need to include conduction bands # in response-function calculations #Definition of the planewave basis set ecut 3.0 # Maximal kinetic energy cut-off, in Hartree #Definition of the k-point grid kptrlatt -4 4 4 # In cartesian coordinates, this grid is simple cubic, and 4 -4 4 # actually corresponds to the so-called 8x8x8 Monkhorst-Pack grid. 4 4 -4 # It might as well be obtained through the use of # ngkpt, nshiftk and shiftk . #Definition of the SCF procedure nstep 15 # Maximal number of SCF cycles diemac 9.0 # Although this is not mandatory, it is worth to # precondition the SCF cycle. The model dielectric # function used as the standard preconditioner # is described in the "dielng" input variable section. # The dielectric constant of AlAs is smaller than the one of Si (=12). pp_dirpath "$ABI_PSPDIR" pseudos "13al.981214.fhi, PseudosTM_pwteter/33as.pspnc" ############################################################## # This section is used only for regression testing of ABINIT # ############################################################## #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = abinit #%% [files] #%% files_to_test = #%% trf1_6.abo, tolnlines= 11, tolabs= 1.1e-03, tolrel= 2.000e-04, fld_options = -medium #%% [paral_info] #%% max_nprocs = 2 #%% [extra_info] #%% authors = X. Gonze #%% keywords = NC, DFPT #%% description = #%% Crystalline AlAs : computation of the response to homogeneous #%% electric field and atomic displacements, at q=X, q=L and #%% an acoustic mode close to q=Gamma #%%<END TEST_INFO>
.Version 10.1.4.5 of ABINIT, released Sep 2024. .(MPI version, prepared for a x86_64_linux_gnu13.2 computer) .Copyright (C) 1998-2024 ABINIT group . ABINIT comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions (GNU General Public License, see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt). ABINIT is a project of the Universite Catholique de Louvain, Corning Inc. and other collaborators, see ~abinit/doc/developers/contributors.txt . Please read https://docs.abinit.org/theory/acknowledgments for suggested acknowledgments of the ABINIT effort. For more information, see https://www.abinit.org . .Starting date : Fri 13 Sep 2024. - ( at 19h05 ) - input file -> /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/TestBot_MPI1/tutorespfn_trf1_6/trf1_6.abi - output file -> trf1_6.abo - root for input files -> trf1_6i - root for output files -> trf1_6o DATASET 1 : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 1. intxc = 0 ionmov = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 10 mpw = 77 nfft = 1728 nkpt = 10 ================================================================================ P This job should need less than 1.499 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 0.049 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ DATASET 2 : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 2 (RF). intxc = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 256 - mkqmem = 256 mk1mem = 256 mpw = 77 nfft = 1728 nkpt = 256 ================================================================================ P This job should need less than 5.558 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 1.205 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ DATASET 3 : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 3 (RF). intxc = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 256 - mkqmem = 256 mk1mem = 256 mpw = 77 nfft = 1728 nkpt = 256 ================================================================================ P This job should need less than 5.558 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 1.205 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ DATASET 4 : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 4. intxc = 0 ionmov = 0 iscf = -2 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 256 mpw = 78 nfft = 1728 nkpt = 256 ================================================================================ P This job should need less than 2.830 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 1.221 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ DATASET 5 : space group F-4 3 m (#216); Bravais cF (face-center cubic) ================================================================================ Values of the parameters that define the memory need for DATASET 5 (RF). intxc = 0 iscf = 7 lmnmax = 3 lnmax = 3 mgfft = 12 mpssoang = 3 mqgrid = 3001 natom = 2 nloc_mem = 1 nspden = 1 nspinor = 1 nsppol = 1 nsym = 24 n1xccc = 2501 ntypat = 2 occopt = 1 xclevel = 1 - mband = 4 mffmem = 1 mkmem = 256 - mkqmem = 256 mk1mem = 256 mpw = 78 nfft = 1728 nkpt = 256 ================================================================================ P This job should need less than 5.612 Mbytes of memory. Rough estimation (10% accuracy) of disk space for files : _ WF disk file : 1.221 Mbytes ; DEN or POT disk file : 0.015 Mbytes. ================================================================================ -------------------------------------------------------------------------------- ------------- Echo of variables that govern the present computation ------------ -------------------------------------------------------------------------------- - - outvars: echo of selected default values - iomode0 = 0 , fftalg0 =512 , wfoptalg0 = 0 - - outvars: echo of global parameters not present in the input file - max_nthreads = 0 - -outvars: echo values of preprocessed input variables -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree - fftalg 512 getden1 0 getden2 0 getden3 0 getden4 1 getden5 0 getwfk1 0 getwfk2 1 getwfk3 1 getwfk4 1 getwfk5 1 getwfq1 0 getwfq2 0 getwfq3 0 getwfq4 0 getwfq5 4 iscf1 7 iscf2 7 iscf3 7 iscf4 -2 iscf5 7 ixc 7 jdtset 1 2 3 4 5 kpt1 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 kpt2 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 3.75000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 kpt3 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 3.75000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 kpt4 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 3.75000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 kpt5 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 3.75000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 outvar_i_n : Printing only first 50 k-points. kptopt1 1 kptopt2 3 kptopt3 3 kptopt4 3 kptopt5 3 kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem1 10 P mkmem2 256 P mkmem3 256 P mkmem4 256 P mkmem5 256 P mkqmem1 10 P mkqmem2 256 P mkqmem3 256 P mkqmem4 256 P mkqmem5 256 P mk1mem1 10 P mk1mem2 256 P mk1mem3 256 P mk1mem4 256 P mk1mem5 256 natom 2 nband1 4 nband2 4 nband3 4 nband4 4 nband5 4 nbdbuf1 0 nbdbuf2 0 nbdbuf3 0 nbdbuf4 2 nbdbuf5 0 ndtset 5 ngfft 12 12 12 nkpt1 10 nkpt2 256 nkpt3 256 nkpt4 256 nkpt5 256 nqpt1 0 nqpt2 1 nqpt3 1 nqpt4 1 nqpt5 1 nstep 15 nsym 24 ntypat 2 occ1 2.000000 2.000000 2.000000 2.000000 occ2 2.000000 2.000000 2.000000 2.000000 occ3 2.000000 2.000000 2.000000 2.000000 occ5 2.000000 2.000000 2.000000 2.000000 optdriver1 0 optdriver2 1 optdriver3 1 optdriver4 0 optdriver5 1 prtpot1 0 prtpot2 1 prtpot3 1 prtpot4 0 prtpot5 1 qpt1 0.00000000E+00 0.00000000E+00 0.00000000E+00 qpt2 0.00000000E+00 5.00000000E-01 5.00000000E-01 qpt3 5.00000000E-01 0.00000000E+00 0.00000000E+00 qpt4 1.00000000E-01 0.00000000E+00 0.00000000E+00 qpt5 1.00000000E-01 0.00000000E+00 0.00000000E+00 rfphon1 0 rfphon2 1 rfphon3 1 rfphon4 0 rfphon5 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 216 symrel 1 0 0 0 1 0 0 0 1 0 -1 1 0 -1 0 1 -1 0 -1 0 0 -1 0 1 -1 1 0 0 1 -1 1 0 -1 0 0 -1 -1 0 0 -1 1 0 -1 0 1 0 -1 1 1 -1 0 0 -1 0 1 0 0 0 0 1 0 1 0 0 1 -1 0 0 -1 1 0 -1 -1 0 1 -1 1 0 -1 0 0 0 -1 0 1 -1 0 0 -1 1 1 0 -1 0 0 -1 0 1 -1 0 1 0 0 0 1 1 0 0 1 0 -1 0 1 -1 0 0 -1 0 -1 0 0 -1 1 1 -1 0 -1 0 1 -1 0 0 -1 1 0 0 1 0 1 0 0 0 0 1 0 0 -1 0 1 -1 1 0 -1 1 -1 0 0 -1 1 0 -1 0 0 0 1 1 0 0 0 1 0 -1 1 0 -1 0 0 -1 0 1 0 0 1 0 1 0 1 0 0 1 -1 0 0 -1 0 0 -1 1 0 0 -1 1 0 -1 0 1 -1 -1 1 0 -1 0 1 -1 0 0 tolvrs1 1.00000000E-18 tolvrs2 1.00000000E-08 tolvrs3 1.00000000E-08 tolvrs4 0.00000000E+00 tolvrs5 1.00000000E-08 tolwfr1 0.00000000E+00 tolwfr2 0.00000000E+00 tolwfr3 0.00000000E+00 tolwfr4 1.00000000E-18 tolwfr5 0.00000000E+00 typat 1 2 wtk1 0.03125 0.03125 0.09375 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.18750 wtk2 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 wtk3 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 wtk4 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 wtk5 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 outvars : Printing only first 50 k-points. xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ chkinp: Checking input parameters for consistency, jdtset= 1. chkinp: Checking input parameters for consistency, jdtset= 2. chkinp: Checking input parameters for consistency, jdtset= 3. chkinp: Checking input parameters for consistency, jdtset= 4. chkinp: Checking input parameters for consistency, jdtset= 5. ================================================================================ == DATASET 1 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 1, } dimensions: {natom: 2, nkpt: 10, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 0, ionmov: 0, optcell: 0, iscf: 7, paral_kgb: 0, } ... Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.05142 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed - pspini: atom type 2 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - Troullier-Martins psp for element As Thu Oct 27 17:37:14 EDT 1994 - 33.00000 5.00000 940714 znucl, zion, pspdat 1 1 1 1 2001 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well 0 4.772 10.829 1 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 1 2.745 5.580 0 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 2.05731715564010 0.36322996461007 2.76014815959125 rchrg,fchrg,qchrg pspatm : epsatm= 27.20579911 --- l ekb(1:nproj) --> 0 0.838751 pspatm: atomic psp has been read and splines computed 2.28550852E+02 ecore*ucvol(ha*bohr**3) -------------------------------------------------------------------------------- _setup2: Arith. and geom. avg. npw (full set) are 74.469 74.418 ================================================================================ --- !BeginCycle iteration_state: {dtset: 1, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-18, } ... iter Etot(hartree) deltaE(h) residm vres2 ETOT 1 -9.7613467299752 -9.761E+00 6.712E-04 9.226E-01 ETOT 2 -9.7656196296940 -4.273E-03 1.996E-10 5.227E-02 ETOT 3 -9.7658599609645 -2.403E-04 3.314E-06 3.525E-03 ETOT 4 -9.7658721729796 -1.221E-05 9.664E-08 7.001E-05 ETOT 5 -9.7658722909974 -1.180E-07 5.719E-10 3.175E-07 ETOT 6 -9.7658722914659 -4.685E-10 1.752E-12 7.069E-09 ETOT 7 -9.7658722914765 -1.063E-11 4.134E-14 8.487E-11 ETOT 8 -9.7658722914767 -1.812E-13 6.349E-16 2.856E-13 ETOT 9 -9.7658722914766 5.329E-14 3.031E-18 1.093E-15 ETOT 10 -9.7658722914767 -4.619E-14 1.058E-20 1.981E-18 ETOT 11 -9.7658722914767 5.329E-15 2.692E-23 1.334E-20 At SCF step 11 vres2 = 1.33E-20 < tolvrs= 1.00E-18 =>converged. Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.91068023E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.91068023E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.91068023E-04 sigma(2 1)= 0.00000000E+00 --- !ResultsGS iteration_state: {dtset: 1, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 5.3050000, 5.3050000, ] - [ 5.3050000, 0.0000000, 5.3050000, ] - [ 5.3050000, 5.3050000, 0.0000000, ] lattice_lengths: [ 7.50240, 7.50240, 7.50240, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 2.9859750E+02 convergence: {deltae: 5.329E-15, res2: 1.334E-20, residm: 2.692E-23, diffor: null, } etotal : -9.76587229E+00 entropy : 0.00000000E+00 fermie : 7.84748682E-02 cartesian_stress_tensor: # hartree/bohr^3 - [ 2.91068023E-04, 0.00000000E+00, 0.00000000E+00, ] - [ 0.00000000E+00, 2.91068023E-04, 0.00000000E+00, ] - [ 0.00000000E+00, 0.00000000E+00, 2.91068023E-04, ] pressure_GPa: -8.5635E+00 xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ 2.5000E-01, 2.5000E-01, 2.5000E-01, As] cartesian_forces: # hartree/bohr - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] - [ -0.00000000E+00, -0.00000000E+00, -0.00000000E+00, ] force_length_stats: {min: 0.00000000E+00, max: 0.00000000E+00, mean: 0.00000000E+00, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.89134787 2 2.00000 2.49718725 ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 11.068E-24; max= 26.917E-24 reduced coordinates (array xred) for 2 atoms 0.000000000000 0.000000000000 0.000000000000 0.250000000000 0.250000000000 0.250000000000 rms dE/dt= 0.0000E+00; max dE/dt= 0.0000E+00; dE/dt below (all hartree) 1 0.000000000000 0.000000000000 0.000000000000 2 0.000000000000 0.000000000000 0.000000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 2 1.40364254578497 1.40364254578497 1.40364254578497 cartesian forces (hartree/bohr) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 h/b cartesian forces (eV/Angstrom) at end: 1 -0.00000000000000 -0.00000000000000 -0.00000000000000 2 -0.00000000000000 -0.00000000000000 -0.00000000000000 frms,max,avg= 0.0000000E+00 0.0000000E+00 0.000E+00 0.000E+00 0.000E+00 e/A length scales= 10.610000000000 10.610000000000 10.610000000000 bohr = 5.614570183140 5.614570183140 5.614570183140 angstroms prteigrs : about to open file trf1_6o_DS1_EIG Fermi (or HOMO) energy (hartree) = 0.07847 Average Vxc (hartree)= -0.33495 Eigenvalues (hartree) for nkpt= 10 k points: kpt# 1, nband= 4, wtk= 0.03125, kpt= 0.0000 0.0000 -0.1250 (reduced coord) -0.34865 0.03265 0.07847 0.07847 prteigrs : prtvol=0 or 1, do not print more k-points. --- !EnergyTerms iteration_state : {dtset: 1, } comment : Components of total free energy in Hartree kinetic : 2.92021253014069E+00 hartree : 7.88950069311513E-01 xc : -3.93636576105137E+00 Ewald energy : -8.47989583509473E+00 psp_core : 7.65414498117480E-01 local_psp : -2.42022700737243E+00 non_local_psp : 5.96039214472158E-01 total_energy : -9.76587229147669E+00 total_energy_eV : -2.65742899651110E+02 band_energy : -7.16243168043123E-01 ... Cartesian components of stress tensor (hartree/bohr^3) sigma(1 1)= 2.91068023E-04 sigma(3 2)= 0.00000000E+00 sigma(2 2)= 2.91068023E-04 sigma(3 1)= 0.00000000E+00 sigma(3 3)= 2.91068023E-04 sigma(2 1)= 0.00000000E+00 -Cartesian components of stress tensor (GPa) [Pressure= -8.5635E+00 GPa] - sigma(1 1)= 8.56351546E+00 sigma(3 2)= 0.00000000E+00 - sigma(2 2)= 8.56351546E+00 sigma(3 1)= 0.00000000E+00 - sigma(3 3)= 8.56351546E+00 sigma(2 1)= 0.00000000E+00 ================================================================================ == DATASET 2 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 2, } dimensions: {natom: 2, nkpt: 256, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 1, rfphon: 1, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 1. Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees setup1 : take into account q-point for computing boxcut. getcut: wavevector= 0.0000 0.5000 0.5000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 1.88823 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed - pspini: atom type 2 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - Troullier-Martins psp for element As Thu Oct 27 17:37:14 EDT 1994 - 33.00000 5.00000 940714 znucl, zion, pspdat 1 1 1 1 2001 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well 0 4.772 10.829 1 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 1 2.745 5.580 0 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 2.05731715564010 0.36322996461007 2.76014815959125 rchrg,fchrg,qchrg pspatm : epsatm= 27.20579911 --- l ekb(1:nproj) --> 0 0.838751 pspatm: atomic psp has been read and splines computed -------------------------------------------------------------------------------- ==> initialize data related to q vector <== The list of irreducible perturbations for this q vector is: 1) idir= 1 ipert= 1 2) idir= 2 ipert= 1 3) idir= 1 ipert= 2 4) idir= 2 ipert= 2 ================================================================================ The perturbation idir= 3 ipert= 1 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. The perturbation idir= 3 ipert= 2 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.500000 0.500000 Perturbation : displacement of atom 1 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 144 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 2, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 16.591086385993 -7.997E+00 2.575E-02 1.790E+03 ETOT 2 4.5464206206151 -1.204E+01 5.685E-03 3.195E+01 ETOT 3 4.2496021631711 -2.968E-01 1.792E-04 7.455E-01 ETOT 4 4.2461967326765 -3.405E-03 1.823E-06 1.184E-02 ETOT 5 4.2461549725471 -4.176E-05 4.221E-08 3.461E-05 ETOT 6 4.2461548391244 -1.334E-07 1.089E-10 1.075E-06 ETOT 7 4.2461548333574 -5.767E-09 4.208E-12 3.599E-08 ETOT 8 4.2461548331655 -1.919E-10 8.586E-14 1.470E-10 At SCF step 8 vres2 = 1.47E-10 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 37.469E-15; max= 85.858E-15 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 2.17263915E+01 eigvalue= 4.66519154E-01 local= -1.18775071E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -2.70269706E+01 Hartree= 7.48991214E+00 xc= -2.21363354E+00 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 4.75020666E+00 enl1= -1.36568104E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -2.03418922E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= -6.53215717E+00 fr.nonlo= 1.58462043E+01 Ewald= 1.52739999E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = 0.00000000E+00 frxc 2 = 0.00000000E+00 Resulting in : 2DEtotal= 0.4246154833E+01 Ha. Also 2DEtotal= 0.115543749094E+03 eV (2DErelax= -2.0341892198E+01 Ha. 2DEnonrelax= 2.4588047031E+01 Ha) ( non-var. 2DEtotal : 4.2461565103E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.500000 0.500000 Perturbation : displacement of atom 1 along direction 2 The set of symmetries contains only one element for this perturbation. symkpt : not enough symmetry to change the number of k points. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 2, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 31.848892082181 1.747E+00 4.725E-02 6.538E+03 ETOT 2 7.1835426026905 -2.467E+01 1.014E-02 1.301E+02 ETOT 3 6.2901830902571 -8.934E-01 7.431E-04 3.297E+01 ETOT 4 6.1848097377857 -1.054E-01 4.835E-05 3.419E-01 ETOT 5 6.1834468837097 -1.363E-03 8.027E-07 1.589E-02 ETOT 6 6.1833987429836 -4.814E-05 4.407E-08 3.101E-04 ETOT 7 6.1833976436241 -1.099E-06 5.911E-10 2.169E-06 ETOT 8 6.1833976362044 -7.420E-09 7.850E-12 7.378E-09 At SCF step 8 vres2 = 7.38E-09 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 19.037E-13; max= 78.499E-13 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 2.35477129E+01 eigvalue= 5.67733712E-01 local= -1.44007739E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -3.08444738E+01 Hartree= 9.71911430E+00 xc= -2.10839020E+00 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 6.59360318E+00 enl1= -1.69935192E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -2.39189931E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= -6.53215717E+00 fr.nonlo= 1.58462043E+01 Ewald= 2.07883436E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = 0.00000000E+00 frxc 2 = 0.00000000E+00 Resulting in : 2DEtotal= 0.6183397636E+01 Ha. Also 2DEtotal= 0.168258806638E+03 eV (2DErelax= -2.3918993084E+01 Ha. 2DEnonrelax= 3.0102390720E+01 Ha) ( non-var. 2DEtotal : 6.1833941893E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.500000 0.500000 Perturbation : displacement of atom 2 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 144 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 2, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 86.066746505563 -7.303E+00 1.338E-01 1.148E+04 ETOT 2 7.4779942265230 -7.859E+01 3.970E-02 2.360E+02 ETOT 3 5.3165837748818 -2.161E+00 1.300E-03 4.103E+00 ETOT 4 5.2985226952400 -1.806E-02 1.046E-05 5.754E-02 ETOT 5 5.2983155778830 -2.071E-04 2.017E-07 1.939E-04 ETOT 6 5.2983147934203 -7.845E-07 6.592E-10 6.535E-06 ETOT 7 5.2983147591201 -3.430E-08 2.368E-11 2.394E-07 ETOT 8 5.2983147578497 -1.270E-09 6.023E-13 1.435E-09 At SCF step 8 vres2 = 1.43E-09 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 26.029E-14; max= 60.227E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 9.42799266E+01 eigvalue= -9.09760854E-02 local= -4.92585291E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.52215758E+02 Hartree= 4.55464957E+01 xc= -1.08949143E+01 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 8.48954846E+00 enl1= -2.39273828E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -8.80715893E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= 5.65027426E+01 fr.nonlo= 1.26968882E+01 Ewald= 2.13719674E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = -1.87269588E+01 frxc 2 = 2.15252646E+01 Resulting in : 2DEtotal= 0.5298314758E+01 Ha. Also 2DEtotal= 0.144174476687E+03 eV (2DErelax= -8.8071589277E+01 Ha. 2DEnonrelax= 9.3369904035E+01 Ha) ( non-var. 2DEtotal : 5.2983337480E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.000000 0.500000 0.500000 Perturbation : displacement of atom 2 along direction 2 The set of symmetries contains only one element for this perturbation. symkpt : not enough symmetry to change the number of k points. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 2, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 278.43596957777 1.697E+02 2.431E-01 6.408E+04 ETOT 2 23.527453300909 -2.549E+02 1.565E-01 3.689E+03 ETOT 3 6.1092347787460 -1.742E+01 5.989E-03 3.725E+01 ETOT 4 5.9925050376277 -1.167E-01 3.894E-05 1.271E+00 ETOT 5 5.9880672773522 -4.438E-03 3.591E-06 1.224E-02 ETOT 6 5.9880209755609 -4.630E-05 2.642E-08 2.624E-04 ETOT 7 5.9880200170957 -9.585E-07 8.256E-10 3.514E-06 ETOT 8 5.9880200043578 -1.274E-08 1.017E-11 5.041E-08 ETOT 9 5.9880200041956 -1.623E-10 1.257E-13 2.987E-10 At SCF step 9 vres2 = 2.99E-10 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 33.576E-15; max= 12.573E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 9.18467178E+01 eigvalue= 2.23457443E-01 local= -4.69453454E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.82131773E+02 Hartree= 6.04163958E+01 xc= -1.07258216E+01 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 7.88408998E+00 enl1= -2.32672211E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -1.02699500E+02 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= 5.65027426E+01 fr.nonlo= 1.26968882E+01 Ewald= 3.66895888E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = -1.87269640E+01 frxc 2 = 2.15252646E+01 Resulting in : 2DEtotal= 0.5988020004E+01 Ha. Also 2DEtotal= 0.162942310896E+03 eV (2DErelax= -1.0269950017E+02 Ha. 2DEnonrelax= 1.0868752018E+02 Ha) ( non-var. 2DEtotal : 5.9880230336E+00 Ha) ================================================================================ ---- first-order wavefunction calculations are completed ---- ==> Compute Derivative Database <== 2nd-order matrix (non-cartesian coordinates, masses not included, asr not included ) j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 4.2465731556 -0.0000128554 1 1 2 1 2.1232865778 -0.0000064277 1 1 3 1 2.1232865778 -0.0000064277 1 1 1 2 -3.8366767428 -0.0000109795 1 1 2 2 -1.9183383714 -0.0000054897 1 1 3 2 -1.9183383714 -0.0000054897 2 1 1 1 2.1232865778 -0.0000064277 2 1 2 1 6.1837303479 -0.0000192831 2 1 3 1 4.0604437702 -0.0000128554 2 1 1 2 -1.9183383714 -0.0000054897 2 1 2 2 0.0000000000 0.0000000000 2 1 3 2 -1.9183383714 -0.0000054897 3 1 1 1 2.1232865778 -0.0000064277 3 1 2 1 4.0604437702 -0.0000128554 3 1 3 1 6.1837303479 -0.0000192831 3 1 1 2 -1.9183383714 -0.0000054897 3 1 2 2 -1.9183383714 -0.0000054897 3 1 3 2 -0.0000000000 0.0000000000 1 2 1 1 -3.8366045882 0.0000120445 1 2 2 1 -1.9183022941 0.0000060222 1 2 3 1 -1.9183022941 0.0000060222 1 2 1 2 5.2987145485 -0.0000029548 1 2 2 2 2.6493572743 -0.0000014774 1 2 3 2 2.6493572743 -0.0000014774 2 2 1 1 -1.9183022941 0.0000060222 2 2 2 1 0.0000000000 -0.0000000000 2 2 3 1 -1.9183022941 0.0000060222 2 2 1 2 2.6493572743 -0.0000014774 2 2 2 2 5.9884700324 -0.0000044323 2 2 3 2 3.3391127582 -0.0000029548 3 2 1 1 -1.9183022941 0.0000060222 3 2 2 1 -1.9183022941 0.0000060222 3 2 3 1 -0.0000000000 -0.0000000000 3 2 1 2 2.6493572743 -0.0000014774 3 2 2 2 3.3391127582 -0.0000029548 3 2 3 2 5.9884700324 -0.0000044323 Dynamical matrix, in cartesian coordinates, if specified in the inputs, asr has been imposed j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 0.1442788673 -0.0000004568 1 1 2 1 -0.0000000000 -0.0000000000 1 1 3 1 0.0000000000 -0.0000000000 1 1 1 2 0.0000000000 0.0000000000 1 1 2 2 -0.0000000000 -0.0000000000 1 1 3 2 -0.0000000000 0.0000000000 2 1 1 1 -0.0000000000 0.0000000000 2 1 2 1 0.0754462812 -0.0000002284 2 1 3 1 -0.0000000000 -0.0000000000 2 1 1 2 -0.0000000000 -0.0000000000 2 1 2 2 0.0000000000 0.0000000000 2 1 3 2 -0.0681639011 -0.0000001951 3 1 1 1 0.0000000000 -0.0000000000 3 1 2 1 -0.0000000000 0.0000000000 3 1 3 1 0.0754462812 -0.0000002284 3 1 1 2 -0.0000000000 0.0000000000 3 1 2 2 -0.0681639011 -0.0000001951 3 1 3 2 0.0000000000 0.0000000000 1 2 1 1 0.0000000000 -0.0000000000 1 2 2 1 -0.0000000000 0.0000000000 1 2 3 1 -0.0000000000 -0.0000000000 1 2 1 2 0.1186479690 -0.0000001050 1 2 2 2 0.0000000000 0.0000000000 1 2 3 2 -0.0000000000 0.0000000000 2 2 1 1 -0.0000000000 0.0000000000 2 2 2 1 0.0000000000 -0.0000000000 2 2 3 1 -0.0681626191 0.0000002140 2 2 1 2 0.0000000000 -0.0000000000 2 2 2 2 0.0941390371 -0.0000000525 2 2 3 2 -0.0000000000 -0.0000000000 3 2 1 1 -0.0000000000 -0.0000000000 3 2 2 1 -0.0681626191 0.0000002140 3 2 3 1 0.0000000000 -0.0000000000 3 2 1 2 -0.0000000000 0.0000000000 3 2 2 2 -0.0000000000 -0.0000000000 3 2 3 2 0.0941390371 -0.0000000525 Phonon wavevector (reduced coordinates) : 0.00000 0.50000 0.50000 Phonon energies in Hartree : 4.229167E-04 4.229167E-04 9.320659E-04 1.429819E-03 1.429819E-03 1.712726E-03 Phonon frequencies in cm-1 : - 9.281948E+01 9.281948E+01 2.045648E+02 3.138090E+02 3.138090E+02 - 3.759000E+02 ================================================================================ == DATASET 3 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 3, } dimensions: {natom: 2, nkpt: 256, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 77, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 1, rfphon: 1, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 1. Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees setup1 : take into account q-point for computing boxcut. getcut: wavevector= 0.5000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 1.88435 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed - pspini: atom type 2 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - Troullier-Martins psp for element As Thu Oct 27 17:37:14 EDT 1994 - 33.00000 5.00000 940714 znucl, zion, pspdat 1 1 1 1 2001 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well 0 4.772 10.829 1 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 1 2.745 5.580 0 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 2.05731715564010 0.36322996461007 2.76014815959125 rchrg,fchrg,qchrg pspatm : epsatm= 27.20579911 --- l ekb(1:nproj) --> 0 0.838751 pspatm: atomic psp has been read and splines computed -------------------------------------------------------------------------------- ==> initialize data related to q vector <== The list of irreducible perturbations for this q vector is: 1) idir= 1 ipert= 1 2) idir= 2 ipert= 1 3) idir= 1 ipert= 2 4) idir= 2 ipert= 2 ================================================================================ The perturbation idir= 3 ipert= 1 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. The perturbation idir= 3 ipert= 2 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.500000 0.000000 0.000000 Perturbation : displacement of atom 1 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 144 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 3, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 100.57853252519 6.618E+01 6.942E-02 3.042E+04 ETOT 2 16.527839847746 -8.405E+01 4.549E-02 2.611E+03 ETOT 3 6.6277511176206 -9.900E+00 3.254E-03 1.386E+02 ETOT 4 6.3157544278090 -3.120E-01 1.373E-04 7.070E-01 ETOT 5 6.3139649904331 -1.789E-03 1.080E-06 4.268E-02 ETOT 6 6.3138618003778 -1.032E-04 7.698E-08 7.195E-04 ETOT 7 6.3138593187084 -2.482E-06 1.453E-09 5.529E-05 ETOT 8 6.3138591625331 -1.562E-07 6.822E-11 1.007E-06 ETOT 9 6.3138591594911 -3.042E-09 1.993E-12 2.018E-08 ETOT 10 6.3138591594405 -5.053E-11 2.083E-14 1.362E-10 At SCF step 10 vres2 = 1.36E-10 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 85.479E-16; max= 20.833E-15 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 2.38999017E+01 eigvalue= 6.05501836E-01 local= -1.48623629E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -3.83308919E+01 Hartree= 1.37064310E+01 xc= -2.21601147E+00 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 6.95009761E+00 enl1= -1.78362262E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -2.80835603E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= -6.53215717E+00 fr.nonlo= 1.58462043E+01 Ewald= 2.50833724E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = 0.00000000E+00 frxc 2 = 0.00000000E+00 Resulting in : 2DEtotal= 0.6313859159E+01 Ha. Also 2DEtotal= 0.171808845226E+03 eV (2DErelax= -2.8083560337E+01 Ha. 2DEnonrelax= 3.4397419496E+01 Ha) ( non-var. 2DEtotal : 6.3138604533E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.500000 0.000000 0.000000 Perturbation : displacement of atom 1 along direction 2 The set of symmetries contains only one element for this perturbation. symkpt : not enough symmetry to change the number of k points. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 3, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 8.4581813676962 -1.367E+01 1.884E-02 4.561E+02 ETOT 2 4.8649343110619 -3.593E+00 2.455E-03 5.498E+00 ETOT 3 4.8124407805432 -5.249E-02 3.949E-05 1.606E-01 ETOT 4 4.8114487087909 -9.921E-04 5.263E-07 2.725E-03 ETOT 5 4.8114375562199 -1.115E-05 1.290E-08 3.276E-05 ETOT 6 4.8114374515282 -1.047E-07 1.244E-10 8.651E-07 ETOT 7 4.8114374486683 -2.860E-09 2.580E-12 1.104E-07 ETOT 8 4.8114374482856 -3.827E-10 1.760E-13 6.520E-10 At SCF step 8 vres2 = 6.52E-10 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 43.576E-15; max= 17.597E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 2.00905541E+01 eigvalue= 5.41164536E-01 local= -1.13517945E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.91184036E+01 Hartree= 4.68667950E+00 xc= -1.83624972E+00 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 5.18934131E+00 enl1= -1.55209870E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -1.73196954E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= -6.53215717E+00 fr.nonlo= 1.58462043E+01 Ewald= 1.28170857E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = 0.00000000E+00 frxc 2 = 0.00000000E+00 Resulting in : 2DEtotal= 0.4811437448E+01 Ha. Also 2DEtotal= 0.130925871324E+03 eV (2DErelax= -1.7319695370E+01 Ha. 2DEnonrelax= 2.2131132818E+01 Ha) ( non-var. 2DEtotal : 4.8114375364E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.500000 0.000000 0.000000 Perturbation : displacement of atom 2 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 144 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 3, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 589.03980240558 4.684E+02 3.606E-01 1.822E+05 ETOT 2 68.068000864047 -5.210E+02 3.009E-01 1.661E+04 ETOT 3 6.6597259609927 -6.141E+01 1.837E-02 1.736E+02 ETOT 4 6.1944457738132 -4.653E-01 1.357E-04 8.372E+00 ETOT 5 6.1713957519969 -2.305E-02 1.262E-05 6.772E-02 ETOT 6 6.1711846718133 -2.111E-04 1.143E-07 1.176E-03 ETOT 7 6.1711808860441 -3.786E-06 2.616E-09 1.368E-04 ETOT 8 6.1711805795928 -3.065E-07 1.130E-10 4.596E-06 ETOT 9 6.1711805698927 -9.700E-09 4.029E-12 1.091E-07 ETOT 10 6.1711805696802 -2.125E-10 1.298E-13 1.360E-09 At SCF step 10 vres2 = 1.36E-09 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 33.523E-15; max= 12.984E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 8.98459995E+01 eigvalue= 6.49657739E-01 local= -4.54094164E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -2.05660846E+02 Hartree= 7.22822297E+01 xc= -1.06498575E+01 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 7.72836471E+00 enl1= -2.32331063E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -1.14446975E+02 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= 5.65027426E+01 fr.nonlo= 1.26968882E+01 Ewald= 4.86202243E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = -1.87269645E+01 frxc 2 = 2.15252646E+01 Resulting in : 2DEtotal= 0.6171180570E+01 Ha. Also 2DEtotal= 0.167926363351E+03 eV (2DErelax= -1.1444697461E+02 Ha. 2DEnonrelax= 1.2061815518E+02 Ha) ( non-var. 2DEtotal : 6.1711790466E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.500000 0.000000 0.000000 Perturbation : displacement of atom 2 along direction 2 The set of symmetries contains only one element for this perturbation. symkpt : not enough symmetry to change the number of k points. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 3, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 47.662849397386 -3.888E+01 1.132E-01 4.950E+03 ETOT 2 5.8952430174087 -4.177E+01 2.763E-02 7.941E+01 ETOT 3 5.0591284250395 -8.361E-01 8.300E-04 9.565E-01 ETOT 4 5.0539581790752 -5.170E-03 5.538E-06 1.337E-02 ETOT 5 5.0539073739987 -5.081E-05 5.505E-08 9.526E-05 ETOT 6 5.0539070381730 -3.358E-07 3.651E-10 4.078E-06 ETOT 7 5.0539070238254 -1.435E-08 8.508E-12 5.136E-07 ETOT 8 5.0539070218133 -2.012E-09 7.394E-13 2.535E-09 At SCF step 8 vres2 = 2.54E-09 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 26.726E-14; max= 73.940E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 9.64376819E+01 eigvalue= -2.28581280E-01 local= -5.12083599E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.38153445E+02 Hartree= 3.84592804E+01 xc= -1.09892809E+01 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 9.02049450E+00 enl1= -2.48290304E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -8.14912401E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= 5.65027426E+01 fr.nonlo= 1.26968882E+01 Ewald= 1.45472057E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = -1.87269540E+01 frxc 2 = 2.15252646E+01 Resulting in : 2DEtotal= 0.5053907022E+01 Ha. Also 2DEtotal= 0.137523803963E+03 eV (2DErelax= -8.1491240078E+01 Ha. 2DEnonrelax= 8.6545147100E+01 Ha) ( non-var. 2DEtotal : 5.0539096693E+00 Ha) ================================================================================ ---- first-order wavefunction calculations are completed ---- ==> Compute Derivative Database <== 2nd-order matrix (non-cartesian coordinates, masses not included, asr not included ) j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 6.3142158981 0.0000071510 1 1 2 1 2.4059730324 0.0000000000 1 1 3 1 2.4059730324 0.0000000000 1 1 1 2 -0.8460313798 -0.0000119490 1 1 2 2 -2.2058135158 -0.0000046421 1 1 3 2 -2.2058135158 -0.0000046421 2 1 1 1 2.4059730324 0.0000000000 2 1 2 1 4.8119460648 0.0000000000 2 1 3 1 2.4059730324 0.0000000000 2 1 1 2 -2.2058135158 -0.0000046421 2 1 2 2 -4.4116270316 -0.0000092841 2 1 3 2 -2.2058135158 -0.0000046421 3 1 1 1 2.4059730324 0.0000000000 3 1 2 1 2.4059730324 0.0000000000 3 1 3 1 4.8119460648 0.0000000000 3 1 1 2 -2.2058135158 -0.0000046421 3 1 2 2 -2.2058135158 -0.0000046421 3 1 3 2 -4.4116270316 -0.0000092841 1 2 1 1 -0.8460519642 -0.0000139652 1 2 2 1 -2.2057616961 -0.0000014279 1 2 3 1 -2.2057616961 -0.0000014279 1 2 1 2 6.1715281735 -0.0000039503 1 2 2 2 2.5270740974 0.0000000000 1 2 3 2 2.5270740974 0.0000000000 2 2 1 1 -2.2057616961 -0.0000014279 2 2 2 1 -4.4115233922 -0.0000028557 2 2 3 1 -2.2057616961 -0.0000014279 2 2 1 2 2.5270740974 0.0000000000 2 2 2 2 5.0541481947 0.0000000000 2 2 3 2 2.5270740974 0.0000000000 3 2 1 1 -2.2057616961 -0.0000014279 3 2 2 1 -2.2057616961 -0.0000014279 3 2 3 1 -4.4115233922 -0.0000028557 3 2 1 2 2.5270740974 0.0000000000 3 2 2 2 2.5270740974 0.0000000000 3 2 3 2 5.0541481947 0.0000000000 Dynamical matrix, in cartesian coordinates, if specified in the inputs, asr has been imposed j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 0.0988358746 0.0000000635 1 1 2 1 -0.0133449570 -0.0000000635 1 1 3 1 -0.0133449570 -0.0000000635 1 1 1 2 -0.0467048088 -0.0000001886 1 1 2 2 -0.0316738841 0.0000000237 1 1 3 2 -0.0316738841 0.0000000237 2 1 1 1 -0.0133449570 -0.0000000635 2 1 2 1 0.0988358746 0.0000000635 2 1 3 1 0.0133449570 0.0000000635 2 1 1 2 -0.0316738841 0.0000000237 2 1 2 2 -0.0467048088 -0.0000001886 2 1 3 2 0.0316738841 -0.0000000237 3 1 1 1 -0.0133449570 -0.0000000635 3 1 2 1 0.0133449570 0.0000000635 3 1 3 1 0.0988358746 0.0000000635 3 1 1 2 -0.0316738841 0.0000000237 3 1 2 2 0.0316738841 -0.0000000237 3 1 3 2 -0.0467048088 -0.0000001886 1 2 1 1 -0.0467040710 -0.0000001494 1 2 2 1 -0.0316727806 0.0000000987 1 2 3 1 -0.0316727806 0.0000000987 1 2 1 2 0.0997198806 -0.0000000351 1 2 2 2 -0.0099259051 0.0000000351 1 2 3 2 -0.0099259051 0.0000000351 2 2 1 1 -0.0316727806 0.0000000987 2 2 2 1 -0.0467040710 -0.0000001494 2 2 3 1 0.0316727806 -0.0000000987 2 2 1 2 -0.0099259051 0.0000000351 2 2 2 2 0.0997198806 -0.0000000351 2 2 3 2 0.0099259051 -0.0000000351 3 2 1 1 -0.0316727806 0.0000000987 3 2 2 1 0.0316727806 -0.0000000987 3 2 3 1 -0.0467040710 -0.0000001494 3 2 1 2 -0.0099259051 0.0000000351 3 2 2 2 0.0099259051 -0.0000000351 3 2 3 2 0.0997198806 -0.0000000351 Phonon wavevector (reduced coordinates) : 0.50000 0.00000 0.00000 Phonon energies in Hartree : 3.153090E-04 3.153090E-04 9.226425E-04 1.515332E-03 1.515332E-03 1.605114E-03 Phonon frequencies in cm-1 : - 6.920233E+01 6.920233E+01 2.024966E+02 3.325769E+02 3.325769E+02 - 3.522818E+02 ================================================================================ == DATASET 4 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 4, } dimensions: {natom: 2, nkpt: 256, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 78, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 0, ionmov: 0, optcell: 0, iscf: -2, paral_kgb: 0, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 1. mkfilename : getden/=0, take file _DEN from output of DATASET 1. Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.05142 --- Pseudopotential description ------------------------------------------------ - pspini: atom type 1 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/13al.981214.fhi - Aluminum, fhi98PP : Hamann-type, LDA CA PerdewWang, l=2 local - 13.00000 3.00000 981214 znucl, zion, pspdat 6 7 2 2 493 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well No XC core correction. 1.024700 amesh (Hamman grid) pspatm : epsatm= 1.36305739 --- l ekb(1:nproj) --> 0 1.768744 1 0.900554 pspatm: atomic psp has been read and splines computed - pspini: atom type 2 psp file is /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - pspatm: opening atomic psp file /home/buildbot/ABINIT3/eos_gnu_13.2_mpich/trunk_merge-10.0/tests/Psps_for_tests/PseudosTM_pwteter/33as.pspnc - Troullier-Martins psp for element As Thu Oct 27 17:37:14 EDT 1994 - 33.00000 5.00000 940714 znucl, zion, pspdat 1 1 1 1 2001 0.00000 pspcod,pspxc,lmax,lloc,mmax,r2well 0 4.772 10.829 1 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 1 2.745 5.580 0 2.5306160 l,e99.0,e99.9,nproj,rcpsp 0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2, epsatm 2.05731715564010 0.36322996461007 2.76014815959125 rchrg,fchrg,qchrg pspatm : epsatm= 27.20579911 --- l ekb(1:nproj) --> 0 0.838751 pspatm: atomic psp has been read and splines computed -------------------------------------------------------------------------------- -inwffil : will read wavefunctions from disk file trf1_6o_DS1_WFK ================================================================================ prteigrs : about to open file trf1_6o_DS4_EIG Non-SCF case, kpt 1 ( 0.10000 0.00000 -0.12500), residuals and eigenvalues= 1.25E-19 5.57E-20 1.27E-19 3.21E-17 -3.4159E-01 4.4640E-03 5.0744E-02 7.9991E-02 prteigrs : prtvol=0 or 1, do not print more k-points. --- !ResultsGS iteration_state: {dtset: 4, } comment : Summary of ground state results lattice_vectors: - [ 0.0000000, 5.3050000, 5.3050000, ] - [ 5.3050000, 0.0000000, 5.3050000, ] - [ 5.3050000, 5.3050000, 0.0000000, ] lattice_lengths: [ 7.50240, 7.50240, 7.50240, ] lattice_angles: [ 60.000, 60.000, 60.000, ] # degrees, (23, 13, 12) lattice_volume: 2.9859750E+02 convergence: {deltae: 0.000E+00, res2: 0.000E+00, residm: 9.940E-19, diffor: 0.000E+00, } etotal : -9.76587229E+00 entropy : 0.00000000E+00 fermie : 7.84748682E-02 cartesian_stress_tensor: null pressure_GPa: null xred : - [ 0.0000E+00, 0.0000E+00, 0.0000E+00, Al] - [ 2.5000E-01, 2.5000E-01, 2.5000E-01, As] cartesian_forces: null force_length_stats: {min: null, max: null, mean: null, } ... Integrated electronic density in atomic spheres: ------------------------------------------------ Atom Sphere_radius Integrated_density 1 2.00000 0.89134787 2 2.00000 2.49718725 ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 37.422E-20; max= 99.398E-20 reduced coordinates (array xred) for 2 atoms 0.000000000000 0.000000000000 0.000000000000 0.250000000000 0.250000000000 0.250000000000 cartesian coordinates (angstrom) at end: 1 0.00000000000000 0.00000000000000 0.00000000000000 2 1.40364254578497 1.40364254578497 1.40364254578497 length scales= 10.610000000000 10.610000000000 10.610000000000 bohr = 5.614570183140 5.614570183140 5.614570183140 angstroms prteigrs : about to open file trf1_6o_DS4_EIG Eigenvalues (hartree) for nkpt= 256 k points: kpt# 1, nband= 4, wtk= 0.00391, kpt= 0.1000 0.0000 -0.1250 (reduced coord) -0.34159 0.00446 0.05074 0.07999 prteigrs : prtvol=0 or 1, do not print more k-points. ================================================================================ == DATASET 5 ================================================================== - mpi_nproc: 1, omp_nthreads: -1 (-1 if OMP is not activated) --- !DatasetInfo iteration_state: {dtset: 5, } dimensions: {natom: 2, nkpt: 256, mband: 4, nsppol: 1, nspinor: 1, nspden: 1, mpw: 78, } cutoff_energies: {ecut: 3.0, pawecutdg: -1.0, } electrons: {nelect: 8.00000000E+00, charge: 0.00000000E+00, occopt: 1.00000000E+00, tsmear: 1.00000000E-02, } meta: {optdriver: 1, rfphon: 1, } ... mkfilename : getwfk/=0, take file _WFK from output of DATASET 1. mkfilename : getwfq/=0, take file _WFQ from output of DATASET 4. Exchange-correlation functional for the present dataset will be: LDA: Perdew-Wang 92 LSD fit to Ceperley-Alder data - ixc=7 Citation for XC functional: J.P.Perdew and Y.Wang, PRB 45, 13244 (1992) Real(R)+Recip(G) space primitive vectors, cartesian coordinates (Bohr,Bohr^-1): R(1)= 0.0000000 5.3050000 5.3050000 G(1)= -0.0942507 0.0942507 0.0942507 R(2)= 5.3050000 0.0000000 5.3050000 G(2)= 0.0942507 -0.0942507 0.0942507 R(3)= 5.3050000 5.3050000 0.0000000 G(3)= 0.0942507 0.0942507 -0.0942507 Unit cell volume ucvol= 2.9859750E+02 bohr^3 Angles (23,13,12)= 6.00000000E+01 6.00000000E+01 6.00000000E+01 degrees setup1 : take into account q-point for computing boxcut. getcut: wavevector= 0.1000 0.0000 0.0000 ngfft= 12 12 12 ecut(hartree)= 3.000 => boxcut(ratio)= 2.01738 -------------------------------------------------------------------------------- ==> initialize data related to q vector <== The list of irreducible perturbations for this q vector is: 1) idir= 1 ipert= 1 2) idir= 2 ipert= 1 3) idir= 1 ipert= 2 4) idir= 2 ipert= 2 ================================================================================ The perturbation idir= 3 ipert= 1 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. The perturbation idir= 3 ipert= 2 is symmetric of a previously calculated perturbation. So, its SCF calculation is not needed. -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.100000 0.000000 0.000000 Perturbation : displacement of atom 1 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 144 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 5, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 846.70399918044 8.114E+02 4.848E-01 6.380E+06 ETOT 2 42.303581780965 -8.044E+02 3.990E-01 1.980E+05 ETOT 3 9.7445420467243 -3.256E+01 1.828E-02 2.993E+04 ETOT 4 5.8555232796019 -3.889E+00 1.238E-03 1.971E+02 ETOT 5 5.8306170417652 -2.491E-02 2.820E-05 8.959E-02 ETOT 6 5.8305806513250 -3.639E-05 2.066E-08 1.622E-02 ETOT 7 5.8305778042337 -2.847E-06 1.339E-09 1.546E-04 ETOT 8 5.8305777395423 -6.469E-08 2.581E-11 2.204E-05 ETOT 9 5.8305777365387 -3.004E-09 2.083E-12 1.292E-07 ETOT 10 5.8305777365116 -2.714E-11 1.004E-14 5.193E-09 At SCF step 10 vres2 = 5.19E-09 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 26.529E-16; max= 10.038E-15 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 2.25048691E+01 eigvalue= 4.40406862E-01 local= -1.50515049E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -3.91334480E+01 Hartree= 1.57203300E+01 xc= -1.88624460E+00 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 7.71831567E+00 enl1= -1.97588988E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -2.94461747E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= -6.53215717E+00 fr.nonlo= 1.58462043E+01 Ewald= 2.59627053E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = 0.00000000E+00 frxc 2 = 0.00000000E+00 Resulting in : 2DEtotal= 0.5830577737E+01 Ha. Also 2DEtotal= 0.158658088914E+03 eV (2DErelax= -2.9446174736E+01 Ha. 2DEnonrelax= 3.5276752473E+01 Ha) ( non-var. 2DEtotal : 5.8305790423E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.100000 0.000000 0.000000 Perturbation : displacement of atom 1 along direction 2 The set of symmetries contains only one element for this perturbation. symkpt : not enough symmetry to change the number of k points. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 5, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 6.7080801337771 -1.454E+01 1.425E-02 2.237E+02 ETOT 2 4.9781519116717 -1.730E+00 1.074E-03 2.139E+00 ETOT 3 4.9624329139273 -1.572E-02 9.503E-06 7.896E-02 ETOT 4 4.9619780930491 -4.548E-04 2.290E-07 2.487E-03 ETOT 5 4.9619674468028 -1.065E-05 7.419E-09 4.100E-05 ETOT 6 4.9619673209064 -1.259E-07 1.458E-10 3.686E-06 ETOT 7 4.9619673194936 -1.413E-09 1.233E-12 8.359E-07 ETOT 8 4.9619673193404 -1.533E-10 6.276E-14 2.150E-09 At SCF step 8 vres2 = 2.15E-09 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 10.167E-15; max= 62.765E-15 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 1.91101226E+01 eigvalue= 6.23775656E-01 local= -1.11250867E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.55152896E+01 Hartree= 3.78767557E+00 xc= -1.70187695E+00 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 5.59522072E+00 enl1= -1.70643738E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -1.62898325E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= -6.53215717E+00 fr.nonlo= 1.58462043E+01 Ewald= 1.19377527E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = 0.00000000E+00 frxc 2 = 0.00000000E+00 Resulting in : 2DEtotal= 0.4961967319E+01 Ha. Also 2DEtotal= 0.135021997427E+03 eV (2DErelax= -1.6289832522E+01 Ha. 2DEnonrelax= 2.1251799842E+01 Ha) ( non-var. 2DEtotal : 4.9619681186E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.100000 0.000000 0.000000 Perturbation : displacement of atom 2 along direction 1 Found 2 symmetries that leave the perturbation invariant. symkpt : the number of k-points, thanks to the symmetries, is reduced to 144 . -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 5, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 3548.3683610283 3.425E+03 1.564E+00 2.608E+07 ETOT 2 238.58767834519 -3.310E+03 1.755E+00 1.382E+06 ETOT 3 15.283621284313 -2.233E+02 9.104E-02 7.163E+04 ETOT 4 5.9523092427704 -9.331E+00 2.728E-03 7.705E+02 ETOT 5 5.8535252249352 -9.878E-02 8.524E-05 5.372E-02 ETOT 6 5.8533915620197 -1.337E-04 8.109E-08 4.649E-02 ETOT 7 5.8533791843145 -1.238E-05 4.570E-09 7.529E-04 ETOT 8 5.8533790141219 -1.702E-07 5.792E-11 7.105E-06 ETOT 9 5.8533790101357 -3.986E-09 2.286E-12 3.399E-06 ETOT 10 5.8533790095382 -5.974E-10 3.171E-13 1.732E-08 ETOT 11 5.8533790095299 -8.313E-12 4.710E-15 3.244E-10 At SCF step 11 vres2 = 3.24E-10 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 16.118E-16; max= 47.101E-16 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 8.64327132E+01 eigvalue= 7.73330645E-01 local= -4.32169465E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -2.10442347E+02 Hartree= 7.58560136E+01 xc= -1.00992036E+01 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 7.46146711E+00 enl1= -2.39724078E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -1.17207381E+02 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= 5.65027426E+01 fr.nonlo= 1.26968882E+01 Ewald= 5.10628159E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = -1.87269516E+01 frxc 2 = 2.15252646E+01 Resulting in : 2DEtotal= 0.5853379010E+01 Ha. Also 2DEtotal= 0.159278543106E+03 eV (2DErelax= -1.1720738068E+02 Ha. 2DEnonrelax= 1.2306075969E+02 Ha) ( non-var. 2DEtotal : 5.8533821022E+00 Ha) -------------------------------------------------------------------------------- Perturbation wavevector (in red.coord.) 0.100000 0.000000 0.000000 Perturbation : displacement of atom 2 along direction 2 The set of symmetries contains only one element for this perturbation. symkpt : not enough symmetry to change the number of k points. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Initialisation of the first-order wave-functions : ireadwf= 0 --- !BeginCycle iteration_state: {dtset: 5, } solver: {iscf: 7, nstep: 15, nline: 4, wfoptalg: 0, } tolerances: {tolvrs: 1.00E-08, } ... iter 2DEtotal(Ha) deltaE(Ha) residm vres2 -ETOT 1 37.829837955904 -4.627E+01 1.181E-01 3.595E+03 ETOT 2 5.6076462338876 -3.222E+01 2.059E-02 5.030E+01 ETOT 3 5.0481687640110 -5.595E-01 5.630E-04 8.283E-01 ETOT 4 5.0434613986143 -4.707E-03 4.783E-06 1.206E-02 ETOT 5 5.0434189053471 -4.249E-05 4.615E-08 2.525E-04 ETOT 6 5.0434186217188 -2.836E-07 2.978E-10 7.382E-05 ETOT 7 5.0434186064828 -1.524E-08 5.361E-12 1.890E-06 ETOT 8 5.0434186058856 -5.973E-10 3.343E-13 2.609E-09 At SCF step 8 vres2 = 2.61E-09 < tolvrs= 1.00E-08 =>converged. ================================================================================ ----iterations are completed or convergence reached---- Mean square residual over all n,k,spin= 82.331E-15; max= 33.429E-14 Thirteen components of 2nd-order total energy (hartree) are 1,2,3: 0th-order hamiltonian combined with 1st-order wavefunctions kin0= 9.52935897E+01 eigvalue= 1.65223029E-01 local= -5.04427243E+01 4,5,6: 1st-order hamiltonian combined with 1st and 0th-order wfs loc psp = -1.32630095E+02 Hartree= 3.58145143E+01 xc= -1.09848000E+01 note that "loc psp" includes a xc core correction that could be resolved 7,8,9: eventually, occupation + non-local contributions edocc= 0.00000000E+00 enl0= 9.21336193E+00 enl1= -2.54882100E+01 1-9 gives the relaxation energy (to be shifted if some occ is /=2.0) erelax= -7.90591403E+01 10,11,12 Non-relaxation contributions : frozen-wavefunctions and Ewald fr.local= 5.65027426E+01 fr.nonlo= 1.26968882E+01 Ewald= 1.21046141E+01 13,14 Frozen wf xc core corrections (1) and (2) frxc 1 = -1.87269506E+01 frxc 2 = 2.15252646E+01 Resulting in : 2DEtotal= 0.5043418606E+01 Ha. Also 2DEtotal= 0.137238399651E+03 eV (2DErelax= -7.9059140334E+01 Ha. 2DEnonrelax= 8.4102558940E+01 Ha) ( non-var. 2DEtotal : 5.0434064212E+00 Ha) ================================================================================ ---- first-order wavefunction calculations are completed ---- ==> Compute Derivative Database <== 2nd-order matrix (non-cartesian coordinates, masses not included, asr not included ) j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 5.8305792035 0.0000005973 1 1 2 1 2.4809840595 0.0000000000 1 1 3 1 2.4809840595 0.0000000000 1 1 1 2 -5.2817155601 1.4007911088 1 1 2 2 -2.4427968120 0.1429945292 1 1 3 2 -2.4427968120 0.1429945292 2 1 1 1 2.4809840595 0.0000000000 2 1 2 1 4.9619681190 0.0000000000 2 1 3 1 2.4809840595 -0.0000000000 2 1 1 2 -2.4427968120 0.1429945292 2 1 2 2 -4.8855936240 0.2859890584 2 1 3 2 -2.4427968120 0.1429945292 3 1 1 1 2.4809840595 0.0000000000 3 1 2 1 2.4809840595 -0.0000000000 3 1 3 1 4.9619681190 0.0000000000 3 1 1 2 -2.4427968120 0.1429945292 3 1 2 2 -2.4427968120 0.1429945292 3 1 3 2 -4.8855936240 0.2859890584 1 2 1 1 -5.2817132026 -1.4007823562 1 2 2 1 -2.4427967642 -0.1429944087 1 2 3 1 -2.4427967642 -0.1429944087 1 2 1 2 5.8533760432 0.0000012097 1 2 2 2 2.5217039039 0.0000000000 1 2 3 2 2.5217039039 0.0000000000 2 2 1 1 -2.4427967642 -0.1429944087 2 2 2 1 -4.8855935284 -0.2859888174 2 2 3 1 -2.4427967642 -0.1429944087 2 2 1 2 2.5217039039 0.0000000000 2 2 2 2 5.0434078077 0.0000000000 2 2 3 2 2.5217039039 0.0000000000 3 2 1 1 -2.4427967642 -0.1429944087 3 2 2 1 -2.4427967642 -0.1429944087 3 2 3 1 -4.8855935284 -0.2859888174 3 2 1 2 2.5217039039 0.0000000000 3 2 2 2 2.5217039039 0.0000000000 3 2 3 2 5.0434078077 0.0000000000 Dynamical matrix, in cartesian coordinates, if specified in the inputs, asr has been imposed j1 j2 matrix element dir pert dir pert real part imaginary part 1 1 1 1 0.0958723105 0.0000000053 1 1 2 1 -0.0077160423 -0.0000000053 1 1 3 1 -0.0077160423 -0.0000000053 1 1 1 2 -0.0903181977 0.0149839984 1 1 2 2 0.0035188287 -0.0099030048 1 1 3 2 0.0035188287 -0.0099030048 2 1 1 1 -0.0077160423 -0.0000000053 2 1 2 1 0.0958723105 0.0000000053 2 1 3 1 0.0077160423 0.0000000053 2 1 1 2 0.0035188287 -0.0099030048 2 1 2 2 -0.0903181977 0.0149839984 2 1 3 2 -0.0035188287 0.0099030048 3 1 1 1 -0.0077160423 -0.0000000053 3 1 2 1 0.0077160423 0.0000000053 3 1 3 1 0.0958723105 0.0000000053 3 1 1 2 0.0035188287 -0.0099030048 3 1 2 2 -0.0035188287 0.0099030048 3 1 3 2 -0.0903181977 0.0149839984 1 2 1 1 -0.0903181759 -0.0149839185 1 2 2 1 0.0035188086 0.0099029292 1 2 3 1 0.0035188086 0.0099029292 1 2 1 2 0.0967982640 0.0000000107 1 2 2 2 -0.0071951064 -0.0000000107 1 2 3 2 -0.0071951064 -0.0000000107 2 2 1 1 0.0035188086 0.0099029292 2 2 2 1 -0.0903181759 -0.0149839185 2 2 3 1 -0.0035188086 -0.0099029292 2 2 1 2 -0.0071951064 -0.0000000107 2 2 2 2 0.0967982640 0.0000000107 2 2 3 2 0.0071951064 0.0000000107 3 2 1 1 0.0035188086 0.0099029292 3 2 2 1 -0.0035188086 -0.0099029292 3 2 3 1 -0.0903181759 -0.0149839185 3 2 1 2 -0.0071951064 -0.0000000107 3 2 2 2 0.0071951064 0.0000000107 3 2 3 2 0.0967982640 0.0000000107 Phonon wavevector (reduced coordinates) : 0.10000 0.00000 0.00000 Phonon energies in Hartree : 1.442100E-04 1.442100E-04 2.896855E-04 1.558091E-03 1.558091E-03 1.730091E-03 Phonon frequencies in cm-1 : - 3.165044E+01 3.165044E+01 6.357862E+01 3.419614E+02 3.419614E+02 - 3.797111E+02 == END DATASET(S) ============================================================== ================================================================================ -outvars: echo values of variables after computation -------- acell 1.0610000000E+01 1.0610000000E+01 1.0610000000E+01 Bohr amu 2.69815390E+01 7.49215900E+01 diemac 9.00000000E+00 ecut 3.00000000E+00 Hartree etotal1 -9.7658722915E+00 etotal2 5.9880200042E+00 etotal3 5.0539070218E+00 etotal5 5.0434186059E+00 fcart1 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 -0.0000000000E+00 fcart2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 fcart3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 fcart5 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 - fftalg 512 getden1 0 getden2 0 getden3 0 getden4 1 getden5 0 getwfk1 0 getwfk2 1 getwfk3 1 getwfk4 1 getwfk5 1 getwfq1 0 getwfq2 0 getwfq3 0 getwfq4 0 getwfq5 4 iscf1 7 iscf2 7 iscf3 7 iscf4 -2 iscf5 7 ixc 7 jdtset 1 2 3 4 5 kpt1 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 kpt2 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 3.75000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 kpt3 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 3.75000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 kpt4 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 3.75000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 kpt5 0.00000000E+00 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 -3.75000000E-01 0.00000000E+00 1.25000000E-01 -2.50000000E-01 0.00000000E+00 2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 -2.50000000E-01 1.25000000E-01 1.25000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 3.75000000E-01 0.00000000E+00 1.25000000E-01 5.00000000E-01 0.00000000E+00 2.50000000E-01 -3.75000000E-01 0.00000000E+00 3.75000000E-01 -2.50000000E-01 0.00000000E+00 5.00000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 5.00000000E-01 1.25000000E-01 1.25000000E-01 -3.75000000E-01 1.25000000E-01 2.50000000E-01 -2.50000000E-01 1.25000000E-01 3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 -3.75000000E-01 2.50000000E-01 1.25000000E-01 -2.50000000E-01 2.50000000E-01 2.50000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 -2.50000000E-01 3.75000000E-01 1.25000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -1.25000000E-01 0.00000000E+00 0.00000000E+00 1.25000000E-01 0.00000000E+00 1.25000000E-01 2.50000000E-01 0.00000000E+00 2.50000000E-01 3.75000000E-01 0.00000000E+00 3.75000000E-01 5.00000000E-01 0.00000000E+00 5.00000000E-01 -3.75000000E-01 0.00000000E+00 -3.75000000E-01 -2.50000000E-01 0.00000000E+00 -2.50000000E-01 -1.25000000E-01 1.25000000E-01 0.00000000E+00 2.50000000E-01 1.25000000E-01 1.25000000E-01 3.75000000E-01 1.25000000E-01 2.50000000E-01 5.00000000E-01 1.25000000E-01 3.75000000E-01 -3.75000000E-01 1.25000000E-01 5.00000000E-01 -2.50000000E-01 1.25000000E-01 -3.75000000E-01 -1.25000000E-01 2.50000000E-01 0.00000000E+00 3.75000000E-01 2.50000000E-01 1.25000000E-01 5.00000000E-01 2.50000000E-01 2.50000000E-01 -3.75000000E-01 2.50000000E-01 3.75000000E-01 -2.50000000E-01 2.50000000E-01 5.00000000E-01 -1.25000000E-01 3.75000000E-01 0.00000000E+00 5.00000000E-01 3.75000000E-01 1.25000000E-01 -3.75000000E-01 3.75000000E-01 2.50000000E-01 -2.50000000E-01 3.75000000E-01 3.75000000E-01 -1.25000000E-01 5.00000000E-01 0.00000000E+00 -3.75000000E-01 5.00000000E-01 1.25000000E-01 -2.50000000E-01 5.00000000E-01 2.50000000E-01 -1.25000000E-01 -3.75000000E-01 0.00000000E+00 -2.50000000E-01 -3.75000000E-01 1.25000000E-01 -1.25000000E-01 -2.50000000E-01 0.00000000E+00 -1.25000000E-01 outvar_i_n : Printing only first 50 k-points. kptopt1 1 kptopt2 3 kptopt3 3 kptopt4 3 kptopt5 3 kptrlatt -4 4 4 4 -4 4 4 4 -4 kptrlen 4.24400000E+01 P mkmem1 10 P mkmem2 256 P mkmem3 256 P mkmem4 256 P mkmem5 256 P mkqmem1 10 P mkqmem2 256 P mkqmem3 256 P mkqmem4 256 P mkqmem5 256 P mk1mem1 10 P mk1mem2 256 P mk1mem3 256 P mk1mem4 256 P mk1mem5 256 natom 2 nband1 4 nband2 4 nband3 4 nband4 4 nband5 4 nbdbuf1 0 nbdbuf2 0 nbdbuf3 0 nbdbuf4 2 nbdbuf5 0 ndtset 5 ngfft 12 12 12 nkpt1 10 nkpt2 256 nkpt3 256 nkpt4 256 nkpt5 256 nqpt1 0 nqpt2 1 nqpt3 1 nqpt4 1 nqpt5 1 nstep 15 nsym 24 ntypat 2 occ1 2.000000 2.000000 2.000000 2.000000 occ2 2.000000 2.000000 2.000000 2.000000 occ3 2.000000 2.000000 2.000000 2.000000 occ5 2.000000 2.000000 2.000000 2.000000 optdriver1 0 optdriver2 1 optdriver3 1 optdriver4 0 optdriver5 1 prtpot1 0 prtpot2 1 prtpot3 1 prtpot4 0 prtpot5 1 qpt1 0.00000000E+00 0.00000000E+00 0.00000000E+00 qpt2 0.00000000E+00 5.00000000E-01 5.00000000E-01 qpt3 5.00000000E-01 0.00000000E+00 0.00000000E+00 qpt4 1.00000000E-01 0.00000000E+00 0.00000000E+00 qpt5 1.00000000E-01 0.00000000E+00 0.00000000E+00 rfphon1 0 rfphon2 1 rfphon3 1 rfphon4 0 rfphon5 1 rprim 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 5.0000000000E-01 5.0000000000E-01 5.0000000000E-01 0.0000000000E+00 shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01 spgroup 216 strten1 2.9106802349E-04 2.9106802349E-04 2.9106802349E-04 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten2 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten3 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 strten5 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 symrel 1 0 0 0 1 0 0 0 1 0 -1 1 0 -1 0 1 -1 0 -1 0 0 -1 0 1 -1 1 0 0 1 -1 1 0 -1 0 0 -1 -1 0 0 -1 1 0 -1 0 1 0 -1 1 1 -1 0 0 -1 0 1 0 0 0 0 1 0 1 0 0 1 -1 0 0 -1 1 0 -1 -1 0 1 -1 1 0 -1 0 0 0 -1 0 1 -1 0 0 -1 1 1 0 -1 0 0 -1 0 1 -1 0 1 0 0 0 1 1 0 0 1 0 -1 0 1 -1 0 0 -1 0 -1 0 0 -1 1 1 -1 0 -1 0 1 -1 0 0 -1 1 0 0 1 0 1 0 0 0 0 1 0 0 -1 0 1 -1 1 0 -1 1 -1 0 0 -1 1 0 -1 0 0 0 1 1 0 0 0 1 0 -1 1 0 -1 0 0 -1 0 1 0 0 1 0 1 0 1 0 0 1 -1 0 0 -1 0 0 -1 1 0 0 -1 1 0 -1 0 1 -1 -1 1 0 -1 0 1 -1 0 0 tolvrs1 1.00000000E-18 tolvrs2 1.00000000E-08 tolvrs3 1.00000000E-08 tolvrs4 0.00000000E+00 tolvrs5 1.00000000E-08 tolwfr1 0.00000000E+00 tolwfr2 0.00000000E+00 tolwfr3 0.00000000E+00 tolwfr4 1.00000000E-18 tolwfr5 0.00000000E+00 typat 1 2 wtk1 0.03125 0.03125 0.09375 0.09375 0.09375 0.09375 0.18750 0.09375 0.09375 0.18750 wtk2 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 wtk3 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 wtk4 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 wtk5 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 0.00391 outvars : Printing only first 50 k-points. xangst 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 1.4036425458E+00 1.4036425458E+00 1.4036425458E+00 xcart 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.6525000000E+00 2.6525000000E+00 2.6525000000E+00 xred 0.0000000000E+00 0.0000000000E+00 0.0000000000E+00 2.5000000000E-01 2.5000000000E-01 2.5000000000E-01 znucl 13.00000 33.00000 ================================================================================ - Timing analysis has been suppressed with timopt=0 ================================================================================ Suggested references for the acknowledgment of ABINIT usage. The users of ABINIT have little formal obligations with respect to the ABINIT group (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt). However, it is common practice in the scientific literature, to acknowledge the efforts of people that have made the research possible. In this spirit, please find below suggested citations of work written by ABINIT developers, corresponding to implementations inside of ABINIT that you have used in the present run. Note also that it will be of great value to readers of publications presenting these results, to read papers enabling them to understand the theoretical formalism and details of the ABINIT implementation. For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments. - - [1] The Abinit project: Impact, environment and recent developments. - Computer Phys. Comm. 248, 107042 (2020). - X.Gonze, B. Amadon, G. Antonius, F.Arnardi, L.Baguet, J.-M.Beuken, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, N.Brouwer, F.Bruneval, - G.Brunin, T.Cavignac, J.-B. Charraud, Wei Chen, M.Cote, S.Cottenier, - J.Denier, G.Geneste, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, Xu He, N.Helbig, N.Holzwarth, Y.Jia, F.Jollet, - W.Lafargue-Dit-Hauret, K.Lejaeghere, M.A.L.Marques, A.Martin, C.Martins, - H.P.C. Miranda, F.Naccarato, K. Persson, G.Petretto, V.Planes, Y.Pouillon, - S.Prokhorenko, F.Ricci, G.-M.Rignanese, A.H.Romero, M.M.Schmitt, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, G.Zerah and J.W.Zwanzig - Comment: the fifth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT20.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2020 - - [2] First-principles responses of solids to atomic displacements and homogeneous electric fields:, - implementation of a conjugate-gradient algorithm. X. Gonze, Phys. Rev. B55, 10337 (1997). - Comment: Non-vanishing rfphon and/or rfelfd, in the norm-conserving case. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze1997 - - [3] Dynamical matrices, Born effective charges, dielectric permittivity tensors, and , - interatomic force constants from density-functional perturbation theory, - X. Gonze and C. Lee, Phys. Rev. B55, 10355 (1997). - Comment: Non-vanishing rfphon and/or rfelfd, in the norm-conserving case. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze1997a - - [4] Ab initio pseudopotentials for electronic structure calculations of poly-atomic systems, - using density-functional theory. - M. Fuchs and, M. Scheffler, Comput. Phys. Commun. 119, 67 (1999). - Comment: Some pseudopotential generated using the FHI code were used. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#fuchs1999 - - [5] ABINIT: Overview, and focus on selected capabilities - J. Chem. Phys. 152, 124102 (2020). - A. Romero, D.C. Allan, B. Amadon, G. Antonius, T. Applencourt, L.Baguet, - J.Bieder, F.Bottin, J.Bouchet, E.Bousquet, F.Bruneval, - G.Brunin, D.Caliste, M.Cote, - J.Denier, C. Dreyer, Ph.Ghosez, M.Giantomassi, Y.Gillet, O.Gingras, - D.R.Hamann, G.Hautier, F.Jollet, G. Jomard, - A.Martin, - H.P.C. Miranda, F.Naccarato, G.Petretto, N.A. Pike, V.Planes, - S.Prokhorenko, T. Rangel, F.Ricci, G.-M.Rignanese, M.Royo, M.Stengel, M.Torrent, - M.J.van Setten, B.Van Troeye, M.J.Verstraete, J.Wiktor, J.W.Zwanziger, and X.Gonze. - Comment: a global overview of ABINIT, with focus on selected capabilities . - Note that a version of this paper, that is not formatted for J. Chem. Phys - is available at https://www.abinit.org/sites/default/files/ABINIT20_JPC.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#romero2020 - - [6] Recent developments in the ABINIT software package. - Computer Phys. Comm. 205, 106 (2016). - X.Gonze, F.Jollet, F.Abreu Araujo, D.Adams, B.Amadon, T.Applencourt, - C.Audouze, J.-M.Beuken, J.Bieder, A.Bokhanchuk, E.Bousquet, F.Bruneval - D.Caliste, M.Cote, F.Dahm, F.Da Pieve, M.Delaveau, M.Di Gennaro, - B.Dorado, C.Espejo, G.Geneste, L.Genovese, A.Gerossier, M.Giantomassi, - Y.Gillet, D.R.Hamann, L.He, G.Jomard, J.Laflamme Janssen, S.Le Roux, - A.Levitt, A.Lherbier, F.Liu, I.Lukacevic, A.Martin, C.Martins, - M.J.T.Oliveira, S.Ponce, Y.Pouillon, T.Rangel, G.-M.Rignanese, - A.H.Romero, B.Rousseau, O.Rubel, A.A.Shukri, M.Stankovski, M.Torrent, - M.J.Van Setten, B.Van Troeye, M.J.Verstraete, D.Waroquier, J.Wiktor, - B.Xu, A.Zhou, J.W.Zwanziger. - Comment: the fourth generic paper describing the ABINIT project. - Note that a version of this paper, that is not formatted for Computer Phys. Comm. - is available at https://www.abinit.org/sites/default/files/ABINIT16.pdf . - The licence allows the authors to put it on the Web. - DOI and bibtex: see https://docs.abinit.org/theory/bibliography/#gonze2016 - - Proc. 0 individual time (sec): cpu= 20.4 wall= 21.4 ================================================================================ Calculation completed. .Delivered 24 WARNINGs and 10 COMMENTs to log file. +Overall time at end (sec) : cpu= 20.4 wall= 21.4
As for the other RF tests, the changes with respect to trf1_1.abi are all gathered in the first part of this file. The multi-dataset mode is used, computing from scratch the ground-state wave functions, then computing different dynamical matrices with DFPT. The run is about 1 minutes on a 2.8 GHz machine. In the mean time, you might read more of the ABINIT documentation (why not the mrgddb_help and the anaddb_help).
The results of this simulation can be compared to those provided in [Giannozzi1991]. The agreement is rather good, despite the low cut-off energy, and different pseudopotentials.
At X, they get 95 cm^{-1}, 216 cm^{-1}, 337 cm^{-1} and 393 cm^{-1}, while we get 92.8 cm^{-1}, 204.6 cm^{-1}, 313.8 cm^{-1} and 375.9 cm^{-1}. With ecut=6 Hartree, we get 89.7 cm^{-1}, 212.3 cm^{-1}, 328.5 cm^{-1} and 385.8 cm^{-1}.
At L, they get 71 cm^{-1}, 212 cm^{-1}, 352 cm^{-1} and 372 cm^{-1}, while we get 69.2 cm^{-1}, 202.5 cm^{-1}, 332.6 cm^{-1} and 352.3 cm^{-1}. With ecut=6 Hartree, we get 68.1 cm^{-1}, 208.5 cm^{-1}, 346.7 cm^{-1} and 362.6 cm^{-1}.
At q=(0.1 0 0), we get 31.7 cm^{-1}, 63.6 cm^{-1}, 342.0 cm^{-1} and 379.7 cm^{-1}. The acoustic modes tends (nearly-)linearly to zero, while the optic modes are close to their values at \Gamma : 344.3 cm^{-1} and 379.6 cm^{-1}.
Note
This ABINIT tutorial is now finished. You are advised to go through the second tutorial on DFPT to make some post-processing analysis (phonon dispersions, thermodynamical properties, etc)