Tutorial: Quantum ESPRESSO on HPC systems
Credit
This material is adapted with permission from https://gitlab.com/QEF/materials-for-max-coe-enccs-workshop-2022
Setup
Download the pseudopotentials:
data/materials-for-max-coe-enccs-workshop-2022-v0.9-pseudo.tar.gz
EXERCISE 0 - First serial run
Files needed:
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --time=00:00:30
5#SBATCH --partition=cpu
6#SBATCH --reservation=maxcpu
7#SBATCH --ntasks-per-socket=...
8#SBATCH --ntasks-per-node=...
9#SBATCH --hint=nomultithread
10#SBATCH --cpus-per-task=...
11#SBATCH --output=sysout.out
12#SBATCH --error=syserr.err
13
14export EXDIR=${PWD}/..
15
16module purge
17module load QuantumESPRESSO/7.1-foss-2022a
18
19export INDIR=${EXDIR}/inputs
20export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
21
22# number of threads (serial)
23export OMP_NUM_THREADS=...
24# execute PW
25mpirun ...
&control
calculation='scf',
tstress=.true.
/
&system
ibrav=1,
celldm(1)=10.0,
nat=1,
ntyp=1,
nbnd=6,
ecutwfc=25.0,
ecutrho=200.0,
occupations='from_input',
/
&electrons
mixing_beta=0.25,
conv_thr=1.0e-8
/
ATOMIC_SPECIES
O 15.99994 o_pbe_v1.2.uspp.F.UPF
ATOMIC_POSITIONS alat
O 0.000000000 0.000000000 0.000000000
K_POINTS {gamma}
OCCUPATIONS
2.0 1.3333333333 1.3333333333 1.3333333333 0.0 0.0
We will only use pw.x
for this hands-on.
The build-in module of QEv7.1 is loaded in the batch file:
$ module load QuantumESPRESSO/7.1-foss-2022a
Check that the module works by submitting a quick serial test.
Open the Slurm batch file, fill the dots with the right numbers/commands (dots at lines 7, 8, 10, 23, 25) and submit it:
$ sbatch ./ex0-run.slurm
To see the submission status of your job:
$ squeue -u YOUR_USERNAME
Solution
Solution
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --time=00:00:30
5#SBATCH --partition=cpu
6#SBATCH --ntasks-per-socket=1
7#SBATCH --ntasks-per-node=1
8#SBATCH --hint=nomultithread
9#SBATCH --cpus-per-task=1
10#SBATCH --output=sysout.out
11#SBATCH --error=syserr.err
12
13export EXDIR=${PWD}/..
14
15module purge
16module load QuantumESPRESSO/7.1-foss-2022a
17
18#input file directory
19export INDIR=${EXDIR}/inputs
20#pseudo file directory
21export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
22
23# number of threads (serial)
24export OMP_NUM_THREADS=1
25# execute PW
26mpirun -np 1 pw.x -in ${INDIR}/atom-pbe.in > atom-pbe.out
Program PWSCF v.7.1 starts on 11Nov2022 at 12:36:46
This program is part of the open-source Quantum ESPRESSO suite
for quantum simulation of materials; please cite
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);
URL http://www.quantum-espresso.org",
in publications or presentations arising from this work. More details at
http://www.quantum-espresso.org/quote
Parallel version (MPI & OpenMP), running on 1 processor cores
Number of MPI processes: 1
Threads/MPI process: 1
MPI processes distributed on 1 nodes
2443 MiB available memory on the printing compute node when the environment starts
Reading input from atom-pbe.in
Current dimensions of program PWSCF are:
Max number of different atomic species (ntypx) = 10
Max number of k-points (npk) = 40000
Max angular momentum in pseudopotentials (lmaxx) = 4
gamma-point specific algorithms are used
Subspace diagonalization in iterative solution of the eigenvalue problem:
a serial algorithm will be used
G-vector sticks info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Sum 1597 793 193 47833 16879 2103
Using Slab Decomposition
bravais-lattice index = 1
lattice parameter (alat) = 10.0000 a.u.
unit-cell volume = 1000.0000 (a.u.)^3
number of atoms/cell = 1
number of atomic types = 1
number of electrons = 6.00
number of Kohn-Sham states= 6
kinetic-energy cutoff = 25.0000 Ry
charge density cutoff = 200.0000 Ry
scf convergence threshold = 1.0E-08
mixing beta = 0.2500
number of iterations used = 8 plain mixing
Exchange-correlation= SLA PW PBE PBE
( 1 4 3 4 0 0 0)
celldm(1)= 10.000000 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 1.000000 0.000000 0.000000 )
a(2) = ( 0.000000 1.000000 0.000000 )
a(3) = ( 0.000000 0.000000 1.000000 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.000000 0.000000 0.000000 )
b(2) = ( 0.000000 1.000000 0.000000 )
b(3) = ( 0.000000 0.000000 1.000000 )
PseudoPot. # 1 for O read from file:
./../../pseudo/o_pbe_v1.2.uspp.F.UPF
MD5 check sum: 734c27235a0248c51dbae37a1fbe46ec
Pseudo is Ultrasoft + core correction, Zval = 6.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 737 points, 5 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
Q(r) pseudized with 8 coefficients, rinner = 0.900 0.900 0.900
0.900 0.900
atomic species valence mass pseudopotential
O 6.00 15.99994 O ( 1.00)
48 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 O tau( 1) = ( 0.0000000 0.0000000 0.0000000 )
number of k points= 1
cart. coord. in units 2pi/alat
k( 1) = ( 0.0000000 0.0000000 0.0000000), wk = 2.0000000
Dense grid: 23917 G-vectors FFT dimensions: ( 45, 45, 45)
Smooth grid: 8440 G-vectors FFT dimensions: ( 32, 32, 32)
Occupations read from input
2.0000 1.3333 1.3333 1.3333 0.0000 0.0000
Estimated max dynamical RAM per process > 61.36 MB
Initial potential from superposition of free atoms
starting charge 6.0000, renormalised to 6.0000
negative rho (up, down): 8.318E-06 0.000E+00
Starting wfcs are 4 randomized atomic wfcs + 2 random wfcs
total cpu time spent up to now is 2.1 secs
Self-consistent Calculation
iteration # 1 ecut= 25.00 Ry beta= 0.25
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 5.0
Threshold (ethr) on eigenvalues was too large:
Diagonalizing with lowered threshold
Davidson diagonalization with overlap
ethr = 3.19E-05, avg # of iterations = 13.0
negative rho (up, down): 9.499E-06 0.000E+00
total cpu time spent up to now is 2.4 secs
total energy = -31.73123217 Ry
estimated scf accuracy < 0.00198789 Ry
iteration # 2 ecut= 25.00 Ry beta= 0.25
Davidson diagonalization with overlap
ethr = 3.31E-05, avg # of iterations = 1.0
negative rho (up, down): 7.854E-05 0.000E+00
total cpu time spent up to now is 2.5 secs
total energy = -31.73118280 Ry
estimated scf accuracy < 0.00075472 Ry
iteration # 3 ecut= 25.00 Ry beta= 0.25
Davidson diagonalization with overlap
ethr = 1.26E-05, avg # of iterations = 2.0
negative rho (up, down): 2.945E-04 0.000E+00
total cpu time spent up to now is 2.7 secs
total energy = -31.73128134 Ry
estimated scf accuracy < 0.00010758 Ry
iteration # 4 ecut= 25.00 Ry beta= 0.25
Davidson diagonalization with overlap
ethr = 1.79E-06, avg # of iterations = 9.0
negative rho (up, down): 1.449E-04 0.000E+00
total cpu time spent up to now is 2.8 secs
total energy = -31.73128851 Ry
estimated scf accuracy < 0.00001100 Ry
iteration # 5 ecut= 25.00 Ry beta= 0.25
Davidson diagonalization with overlap
ethr = 1.83E-07, avg # of iterations = 1.0
negative rho (up, down): 9.465E-05 0.000E+00
total cpu time spent up to now is 3.0 secs
total energy = -31.73128808 Ry
estimated scf accuracy < 0.00000073 Ry
iteration # 6 ecut= 25.00 Ry beta= 0.25
Davidson diagonalization with overlap
ethr = 1.21E-08, avg # of iterations = 2.0
negative rho (up, down): 7.072E-05 0.000E+00
total cpu time spent up to now is 3.1 secs
total energy = -31.73128816 Ry
estimated scf accuracy < 0.00000003 Ry
iteration # 7 ecut= 25.00 Ry beta= 0.25
Davidson diagonalization with overlap
ethr = 5.21E-10, avg # of iterations = 1.0
negative rho (up, down): 3.988E-05 0.000E+00
total cpu time spent up to now is 3.2 secs
End of self-consistent calculation
k = 0.0000 0.0000 0.0000 ( 1052 PWs) bands (ev):
-23.3342 -8.2738 -8.2738 -8.2738 -0.5593 4.3552
highest occupied, lowest unoccupied level (ev): -8.2738 -0.5593
! total energy = -31.73128866 Ry
estimated scf accuracy < 4.1E-09 Ry
The total energy is the sum of the following terms:
one-electron contribution = -32.14523474 Ry
hartree contribution = 17.37480263 Ry
xc contribution = -6.74658554 Ry
ewald contribution = -10.21427100 Ry
convergence has been achieved in 7 iterations
Computing stress (Cartesian axis) and pressure
negative rho (up, down): 3.988E-05 0.000E+00
total stress (Ry/bohr**3) (kbar) P= -39.12
-0.00026593 0.00000000 0.00000000 -39.12 0.00 0.00
0.00000000 -0.00026593 0.00000000 0.00 -39.12 0.00
0.00000000 0.00000000 -0.00026593 0.00 0.00 -39.12
Writing all to output data dir ./pwscf.save/
init_run : 0.73s CPU 1.15s WALL ( 1 calls)
electrons : 0.93s CPU 1.23s WALL ( 1 calls)
stress : 0.39s CPU 0.46s WALL ( 1 calls)
Called by init_run:
wfcinit : 0.17s CPU 0.29s WALL ( 1 calls)
potinit : 0.25s CPU 0.27s WALL ( 1 calls)
hinit0 : 0.26s CPU 0.41s WALL ( 1 calls)
Called by electrons:
c_bands : 0.04s CPU 0.06s WALL ( 8 calls)
sum_band : 0.33s CPU 0.38s WALL ( 8 calls)
v_of_rho : 0.29s CPU 0.32s WALL ( 8 calls)
newd : 0.32s CPU 0.41s WALL ( 8 calls)
mix_rho : 0.01s CPU 0.01s WALL ( 8 calls)
Called by c_bands:
init_us_2 : 0.00s CPU 0.00s WALL ( 17 calls)
init_us_2:cp : 0.00s CPU 0.00s WALL ( 17 calls)
regterg : 0.04s CPU 0.04s WALL ( 8 calls)
Called by *egterg:
rdiaghg : 0.00s CPU 0.08s WALL ( 41 calls)
h_psi : 0.20s CPU 0.21s WALL ( 43 calls)
s_psi : 0.00s CPU 0.00s WALL ( 43 calls)
g_psi : 0.00s CPU 0.00s WALL ( 34 calls)
Called by h_psi:
h_psi:calbec : 0.00s CPU 0.00s WALL ( 43 calls)
vloc_psi : 0.20s CPU 0.21s WALL ( 43 calls)
add_vuspsi : 0.00s CPU 0.00s WALL ( 43 calls)
General routines
calbec : 0.00s CPU 0.00s WALL ( 52 calls)
fft : 0.22s CPU 0.34s WALL ( 98 calls)
ffts : 0.21s CPU 0.21s WALL ( 16 calls)
fftw : 0.19s CPU 0.20s WALL ( 186 calls)
interpolate : 0.21s CPU 0.21s WALL ( 8 calls)
Parallel routines
PWSCF : 2.13s CPU 4.16s WALL
This run was terminated on: 12:36:50 11Nov2022
=------------------------------------------------------------------------------=
JOB DONE.
=------------------------------------------------------------------------------=
EXERCISE 1 - Parallelization with pools
Files needed:
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --exclusive
5#SBATCH --time=00:20:00
6#SBATCH --partition=cpu
7#SBATCH --reservation=maxcpu
8#SBATCH --ntasks-per-socket=2
9#SBATCH --ntasks-per-node=16
10#SBATCH --hint=nomultithread
11#SBATCH --cpus-per-task=1
12#SBATCH --output=sysout.out
13#SBATCH --error=syserr.err
14# # SBATCH --mail-user=YOUR_EMAIL - if you want
15
16module purge
17module load QuantumESPRESSO/7.1-foss-2022a
18
19export EXDIR=${PWD}/..
20export INDIR=${EXDIR}/inputs
21export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
22export OMP_NUM_THREADS=1
23
24mpiopt="-mca pml ucx -mca btl ^uct,tcp,openib,vader --map-by socket:PE=1 --rank-by core --report-bindings "
25
26for ip in ...
27do
28mpirun $mpiopt -np 16 pw.x -npool "$ip" -ndiag 1 -i ${INDIR}/pw.CuO.scf.in > pw_CuO_${ip}pools.out
29done
&control
calculation='scf',
outdir='./out'
/
&system
ibrav = 0, nat=64, ntyp=2,
ecutwfc = 35,
ecutrho = 350,
smearing='mp',
occupations='smearing',
degauss=0.01,
nspin=2,
starting_magnetization(1)=0.0,
starting_magnetization(2)=0.5,
/
&electrons
mixing_beta = 0.5,
conv_thr = 1.0d-7,
startingpot='atomic',
startingwfc='atomic',
electron_maxstep=4
/
&ions
/
&cell
cell_dynamics = bfgs,
press = 0
/
ATOMIC_SPECIES
O 1.0 o_pbe_v1.2.uspp.F.UPF
Cu 1.0 cu_pbe_v1.2.uspp.F.UPF
CELL_PARAMETERS angstrom
9.3660001755 0.0000000000 0.0000000000
0.0000000000 6.8406000137 0.0000000000
-1.7280819494 0.0000000000 10.1022633844
ATOMIC_POSITIONS crystal
O 0.000000000 0.208500000 0.125000000
O 0.000000000 0.791500000 0.875000000
O 0.000000000 0.791500000 0.375000000
O 0.250000000 0.458500000 0.125000000
O 0.250000000 0.041500000 0.875000000
O 0.250000000 0.041500000 0.375000000
O 0.000000000 0.208500000 0.625000000
O 0.250000000 0.458500000 0.625000000
O 0.000000000 0.708500000 0.125000000
O 0.000000000 0.291500000 0.875000000
O 0.000000000 0.291500000 0.375000000
O 0.250000000 0.958500000 0.125000000
O 0.250000000 0.541500000 0.875000000
O 0.250000000 0.541500000 0.375000000
O 0.000000000 0.708500000 0.625000000
O 0.250000000 0.958500000 0.625000000
O 0.500000000 0.208500000 0.125000000
O 0.500000000 0.791500000 0.875000000
O 0.500000000 0.791500000 0.375000000
O 0.750000000 0.458500000 0.125000000
O 0.750000000 0.041500000 0.875000000
O 0.750000000 0.041500000 0.375000000
O 0.500000000 0.208500000 0.625000000
O 0.750000000 0.458500000 0.625000000
O 0.500000000 0.708500000 0.125000000
O 0.500000000 0.291500000 0.875000000
O 0.500000000 0.291500000 0.375000000
O 0.750000000 0.958500000 0.125000000
O 0.750000000 0.541500000 0.875000000
O 0.750000000 0.541500000 0.375000000
O 0.500000000 0.708500000 0.625000000
O 0.750000000 0.958500000 0.625000000
Cu 0.125000000 0.125000000 0.000000000
Cu 0.875000000 0.875000000 0.000000000
Cu 0.875000000 0.125000000 0.250000000
Cu 0.125000000 0.875000000 0.250000000
Cu 0.375000000 0.375000000 0.000000000
Cu 0.125000000 0.375000000 0.250000000
Cu 0.375000000 0.125000000 0.250000000
Cu 0.125000000 0.125000000 0.500000000
Cu 0.875000000 0.875000000 0.500000000
Cu 0.875000000 0.125000000 0.750000000
Cu 0.125000000 0.875000000 0.750000000
Cu 0.375000000 0.375000000 0.500000000
Cu 0.125000000 0.375000000 0.750000000
Cu 0.375000000 0.125000000 0.750000000
Cu 0.125000000 0.625000000 0.000000000
Cu 0.875000000 0.375000000 0.000000000
Cu 0.875000000 0.625000000 0.250000000
Cu 0.375000000 0.875000000 0.000000000
Cu 0.375000000 0.625000000 0.250000000
Cu 0.125000000 0.625000000 0.500000000
Cu 0.875000000 0.375000000 0.500000000
Cu 0.875000000 0.625000000 0.750000000
Cu 0.375000000 0.875000000 0.500000000
Cu 0.375000000 0.625000000 0.750000000
Cu 0.625000000 0.125000000 0.000000000
Cu 0.625000000 0.875000000 0.250000000
Cu 0.625000000 0.375000000 0.250000000
Cu 0.625000000 0.125000000 0.500000000
Cu 0.625000000 0.875000000 0.750000000
Cu 0.625000000 0.375000000 0.750000000
Cu 0.625000000 0.625000000 0.000000000
Cu 0.625000000 0.625000000 0.500000000
K_POINTS automatic
2 2 2 0 0 0
Try to predict the best value of npool and check by performing a number of runs.
Open the batch file
ex1-pools.slurm
and customize the user-related SLURM options like job-name and mail-user (not essential at all);
Replace the dots with a list of proper values for npool, e.g:for ip in 1 2 3 4 5 6 # not the necessarily the right values here! do
Submit the job file:
$ sbatch ./ex1-pools.slurm
Look for total WALL time at the end of each output file:
PWSCF : 3m26.15s CPU 3m30.27s WALL
and plot
TIME(npool)
. Which is the best npool value? Why?You can try with different numbers of MPI tasks.
Solution
Solution
pw_CuO.out:
Program PWSCF v.7.1 starts on 9Nov2022 at 10:35: 0
This program is part of the open-source Quantum ESPRESSO suite
for quantum simulation of materials; please cite
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);
URL http://www.quantum-espresso.org",
in publications or presentations arising from this work. More details at
http://www.quantum-espresso.org/quote
Parallel version (MPI & OpenMP), running on 16 processor cores
Number of MPI processes: 16
Threads/MPI process: 1
MPI processes distributed on 1 nodes
998766 MiB available memory on the printing compute node when the environment starts
Reading input from /ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex1-pools/../inputs/pw.CuO.scf.in
Warning: card &CELL ignored
Warning: card CELL_DYNAMICS = BFGS, ignored
Warning: card PRESS = 0 ignored
Warning: card / ignored
Current dimensions of program PWSCF are:
Max number of different atomic species (ntypx) = 10
Max number of k-points (npk) = 40000
Max angular momentum in pseudopotentials (lmaxx) = 4
Found identity + ( 0.2500 0.2500 0.0000) symmetry
This is a supercell, fractional translations are disabled
Message from routine setup:
using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead
K-points division: npool = 8
R & G space division: proc/nbgrp/npool/nimage = 2
Subspace diagonalization in iterative solution of the eigenvalue problem:
a serial algorithm will be used
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 3192 1273 355 241517 61104 9108
Max 3193 1274 356 241518 61109 9111
Sum 6385 2547 711 483035 122213 18219
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 17.6992 a.u.
unit-cell volume = 4367.8091 (a.u.)^3
number of atoms/cell = 64
number of atomic types = 2
number of electrons = 800.00
number of Kohn-Sham states= 480
kinetic-energy cutoff = 35.0000 Ry
charge density cutoff = 350.0000 Ry
scf convergence threshold = 1.0E-07
mixing beta = 0.5000
number of iterations used = 8 plain mixing
Exchange-correlation= SLA PW PBE PBE
( 1 4 3 4 0 0 0)
celldm(1)= 17.699175 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 1.000000 0.000000 0.000000 )
a(2) = ( 0.000000 0.730365 0.000000 )
a(3) = ( -0.184506 0.000000 1.078610 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.000000 -0.000000 0.171059 )
b(2) = ( 0.000000 1.369178 -0.000000 )
b(3) = ( 0.000000 0.000000 0.927119 )
PseudoPot. # 1 for O read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex1-pools/../../pseudo/o_pbe_v1.2.uspp.F.UPF
MD5 check sum: 734c27235a0248c51dbae37a1fbe46ec
Pseudo is Ultrasoft + core correction, Zval = 6.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 737 points, 5 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
Q(r) pseudized with 8 coefficients, rinner = 0.900 0.900 0.900
0.900 0.900
PseudoPot. # 2 for Cu read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex1-pools/../../pseudo/cu_pbe_v1.2.uspp.F.UPF
MD5 check sum: 6e991ff952a84172a2a52a1c1e996048
Pseudo is Ultrasoft + core correction, Zval = 19.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 867 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
Q(r) pseudized with 8 coefficients, rinner = 1.150 1.150 1.150
1.150 1.150
atomic species valence mass pseudopotential
O 6.00 1.00000 O ( 1.00)
Cu 19.00 1.00000 Cu( 1.00)
Starting magnetic structure
atomic species magnetization
O 0.000
Cu 0.500
2 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 O tau( 1) = ( -0.0230632 0.1522811 0.1348263 )
2 O tau( 2) = ( -0.1614426 0.5780840 0.9437839 )
3 O tau( 3) = ( -0.0691897 0.5780840 0.4044788 )
4 O tau( 4) = ( 0.2269368 0.3348724 0.1348263 )
5 O tau( 5) = ( 0.0885574 0.0303102 0.9437839 )
6 O tau( 6) = ( 0.1808103 0.0303102 0.4044788 )
7 O tau( 7) = ( -0.1153162 0.1522811 0.6741314 )
8 O tau( 8) = ( 0.1346838 0.3348724 0.6741314 )
9 O tau( 9) = ( -0.0230632 0.5174637 0.1348263 )
10 O tau( 10) = ( -0.1614426 0.2129014 0.9437839 )
11 O tau( 11) = ( -0.0691897 0.2129014 0.4044788 )
12 O tau( 12) = ( 0.2269368 0.7000550 0.1348263 )
13 O tau( 13) = ( 0.0885574 0.3954927 0.9437839 )
14 O tau( 14) = ( 0.1808103 0.3954927 0.4044788 )
15 O tau( 15) = ( -0.1153162 0.5174637 0.6741314 )
16 O tau( 16) = ( 0.1346838 0.7000550 0.6741314 )
17 O tau( 17) = ( 0.4769368 0.1522811 0.1348263 )
18 O tau( 18) = ( 0.3385574 0.5780840 0.9437839 )
19 O tau( 19) = ( 0.4308103 0.5780840 0.4044788 )
20 O tau( 20) = ( 0.7269368 0.3348724 0.1348263 )
21 O tau( 21) = ( 0.5885574 0.0303102 0.9437839 )
22 O tau( 22) = ( 0.6808103 0.0303102 0.4044788 )
23 O tau( 23) = ( 0.3846838 0.1522811 0.6741314 )
24 O tau( 24) = ( 0.6346838 0.3348724 0.6741314 )
25 O tau( 25) = ( 0.4769368 0.5174637 0.1348263 )
26 O tau( 26) = ( 0.3385574 0.2129014 0.9437839 )
27 O tau( 27) = ( 0.4308103 0.2129014 0.4044788 )
28 O tau( 28) = ( 0.7269368 0.7000550 0.1348263 )
29 O tau( 29) = ( 0.5885574 0.3954927 0.9437839 )
30 O tau( 30) = ( 0.6808103 0.3954927 0.4044788 )
31 O tau( 31) = ( 0.3846838 0.5174637 0.6741314 )
32 O tau( 32) = ( 0.6346838 0.7000550 0.6741314 )
33 Cu tau( 33) = ( 0.1250000 0.0912956 0.0000000 )
34 Cu tau( 34) = ( 0.8750000 0.6390695 0.0000000 )
35 Cu tau( 35) = ( 0.8288735 0.0912956 0.2696526 )
36 Cu tau( 36) = ( 0.0788735 0.6390695 0.2696526 )
37 Cu tau( 37) = ( 0.3750000 0.2738869 0.0000000 )
38 Cu tau( 38) = ( 0.0788735 0.2738869 0.2696526 )
39 Cu tau( 39) = ( 0.3288735 0.0912956 0.2696526 )
40 Cu tau( 40) = ( 0.0327471 0.0912956 0.5393051 )
41 Cu tau( 41) = ( 0.7827471 0.6390695 0.5393051 )
42 Cu tau( 42) = ( 0.7366206 0.0912956 0.8089577 )
43 Cu tau( 43) = ( -0.0133794 0.6390695 0.8089577 )
44 Cu tau( 44) = ( 0.2827471 0.2738869 0.5393051 )
45 Cu tau( 45) = ( -0.0133794 0.2738869 0.8089577 )
46 Cu tau( 46) = ( 0.2366206 0.0912956 0.8089577 )
47 Cu tau( 47) = ( 0.1250000 0.4564782 0.0000000 )
48 Cu tau( 48) = ( 0.8750000 0.2738869 0.0000000 )
49 Cu tau( 49) = ( 0.8288735 0.4564782 0.2696526 )
50 Cu tau( 50) = ( 0.3750000 0.6390695 0.0000000 )
51 Cu tau( 51) = ( 0.3288735 0.4564782 0.2696526 )
52 Cu tau( 52) = ( 0.0327471 0.4564782 0.5393051 )
53 Cu tau( 53) = ( 0.7827471 0.2738869 0.5393051 )
54 Cu tau( 54) = ( 0.7366206 0.4564782 0.8089577 )
55 Cu tau( 55) = ( 0.2827471 0.6390695 0.5393051 )
56 Cu tau( 56) = ( 0.2366206 0.4564782 0.8089577 )
57 Cu tau( 57) = ( 0.6250000 0.0912956 0.0000000 )
58 Cu tau( 58) = ( 0.5788735 0.6390695 0.2696526 )
59 Cu tau( 59) = ( 0.5788735 0.2738869 0.2696526 )
60 Cu tau( 60) = ( 0.5327471 0.0912956 0.5393051 )
61 Cu tau( 61) = ( 0.4866206 0.6390695 0.8089577 )
62 Cu tau( 62) = ( 0.4866206 0.2738869 0.8089577 )
63 Cu tau( 63) = ( 0.6250000 0.4564782 0.0000000 )
64 Cu tau( 64) = ( 0.5327471 0.4564782 0.5393051 )
number of k points= 8 Methfessel-Paxton smearing, width (Ry)= 0.0100
cart. coord. in units 2pi/alat
k( 1) = ( 0.0000000 0.0000000 0.0000000), wk = 0.1250000
k( 2) = ( 0.0000000 0.0000000 -0.4635595), wk = 0.1250000
k( 3) = ( 0.0000000 -0.6845891 0.0000000), wk = 0.1250000
k( 4) = ( 0.0000000 -0.6845891 -0.4635595), wk = 0.1250000
k( 5) = ( -0.5000000 0.0000000 -0.0855294), wk = 0.1250000
k( 6) = ( -0.5000000 0.0000000 -0.5490889), wk = 0.1250000
k( 7) = ( -0.5000000 -0.6845891 -0.0855294), wk = 0.1250000
k( 8) = ( -0.5000000 -0.6845891 -0.5490889), wk = 0.1250000
Dense grid: 483035 G-vectors FFT dimensions: ( 108, 80, 120)
Smooth grid: 122213 G-vectors FFT dimensions: ( 72, 50, 75)
Estimated max dynamical RAM per process > 906.88 MB
Estimated total dynamical RAM > 12.56 GB
Check: negative core charge= -0.000002
Generating pointlists ...
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 1
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 2
Initial potential from superposition of free atoms
starting charge 767.9999, renormalised to 800.0000
Starting wfcs are 544 atomic wfcs
total cpu time spent up to now is 24.8 secs
Self-consistent Calculation
iteration # 1 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.6
total cpu time spent up to now is 78.4 secs
total energy = -13814.48627541 Ry
estimated scf accuracy < 256.67013473 Ry
total magnetization = 100.86 Bohr mag/cell
absolute magnetization = 107.40 Bohr mag/cell
iteration # 2 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.0
total cpu time spent up to now is 134.3 secs
total energy = -13919.03207246 Ry
estimated scf accuracy < 423.44018938 Ry
total magnetization = 7.91 Bohr mag/cell
absolute magnetization = 11.88 Bohr mag/cell
iteration # 3 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 2.0
total cpu time spent up to now is 173.8 secs
total energy = -13936.10197903 Ry
estimated scf accuracy < 79.23357079 Ry
total magnetization = 18.87 Bohr mag/cell
absolute magnetization = 25.51 Bohr mag/cell
iteration # 4 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 9.90E-03, avg # of iterations = 2.1
total cpu time spent up to now is 210.1 secs
total energy = -13951.84215466 Ry
estimated scf accuracy < 22.27988907 Ry
total magnetization = 32.26 Bohr mag/cell
absolute magnetization = 39.66 Bohr mag/cell
End of self-consistent calculation
convergence NOT achieved after 4 iterations: stopping
Writing config to output data dir ./out/pwscf.save/
init_run : 20.24s CPU 20.86s WALL ( 1 calls)
electrons : 181.97s CPU 185.32s WALL ( 1 calls)
Called by init_run:
wfcinit : 9.13s CPU 9.45s WALL ( 1 calls)
potinit : 4.44s CPU 4.64s WALL ( 1 calls)
hinit0 : 5.63s CPU 5.66s WALL ( 1 calls)
Called by electrons:
c_bands : 161.64s CPU 163.85s WALL ( 4 calls)
sum_band : 13.17s CPU 13.74s WALL ( 4 calls)
v_of_rho : 6.38s CPU 6.89s WALL ( 5 calls)
newd : 2.03s CPU 2.26s WALL ( 5 calls)
mix_rho : 0.21s CPU 0.23s WALL ( 4 calls)
Called by c_bands:
init_us_2 : 1.14s CPU 1.20s WALL ( 18 calls)
init_us_2:cp : 1.14s CPU 1.20s WALL ( 18 calls)
cegterg : 127.17s CPU 129.24s WALL ( 8 calls)
Called by *egterg:
cdiaghg : 14.55s CPU 14.62s WALL ( 30 calls)
h_psi : 51.73s CPU 52.81s WALL ( 32 calls)
s_psi : 14.98s CPU 15.05s WALL ( 32 calls)
g_psi : 0.17s CPU 0.17s WALL ( 22 calls)
Called by h_psi:
h_psi:calbec : 15.18s CPU 15.28s WALL ( 32 calls)
vloc_psi : 21.23s CPU 21.80s WALL ( 32 calls)
add_vuspsi : 15.04s CPU 15.11s WALL ( 32 calls)
General routines
calbec : 20.32s CPU 20.45s WALL ( 40 calls)
fft : 3.37s CPU 3.62s WALL ( 123 calls)
ffts : 0.33s CPU 0.34s WALL ( 18 calls)
fftw : 21.55s CPU 22.15s WALL ( 26754 calls)
interpolate : 0.62s CPU 0.64s WALL ( 10 calls)
davcio : 0.00s CPU 0.01s WALL ( 8 calls)
Parallel routines
PWSCF : 3m26.15s CPU 3m30.27s WALL
This run was terminated on: 10:38:31 9Nov2022
=------------------------------------------------------------------------------=
JOB DONE.
=------------------------------------------------------------------------------=
EXERCISE 2 - Parallelization of the eigenvalue problem
Files needed:
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --exclusive
5#SBATCH --time=00:20:00
6#SBATCH --partition=cpu
7#SBATCH --reservation=maxcpu
8#SBATCH --ntasks-per-socket=2
9#SBATCH --ntasks-per-node=16
10#SBATCH --hint=nomultithread
11#SBATCH --cpus-per-task=1
12#SBATCH --output=sysout.out
13#SBATCH --error=syserr.err
14# # SBATCH --mail-user=YOUR_EMAIL - if you want
15
16module purge
17module load QuantumESPRESSO/7.1-foss-2022a
18
19export EXDIR=${PWD}/..
20export INDIR=${EXDIR}/inputs
21export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
22export OMP_NUM_THREADS=1
23
24mpiopt="-mca pml ucx -mca btl ^uct,tcp,openib,vader --map-by socket:PE=1 --rank-by core --report-bindings "
25
26for id in ....
27do
28mpirun $mpiopt -np 16 pw.x -npool 4 -ndiag "$id" -i ${INDIR}/pw.CuO.scf.in > pw_CuO_${id}diag.out
29done
&control
calculation='scf',
outdir='./out'
/
&system
ibrav = 0, nat=64, ntyp=2,
ecutwfc = 35,
ecutrho = 350,
smearing='mp',
occupations='smearing',
degauss=0.01,
nspin=2,
starting_magnetization(1)=0.0,
starting_magnetization(2)=0.5,
/
&electrons
mixing_beta = 0.5,
conv_thr = 1.0d-7,
startingpot='atomic',
startingwfc='atomic',
electron_maxstep=4
/
&ions
/
&cell
cell_dynamics = bfgs,
press = 0
/
ATOMIC_SPECIES
O 1.0 o_pbe_v1.2.uspp.F.UPF
Cu 1.0 cu_pbe_v1.2.uspp.F.UPF
CELL_PARAMETERS angstrom
9.3660001755 0.0000000000 0.0000000000
0.0000000000 6.8406000137 0.0000000000
-1.7280819494 0.0000000000 10.1022633844
ATOMIC_POSITIONS crystal
O 0.000000000 0.208500000 0.125000000
O 0.000000000 0.791500000 0.875000000
O 0.000000000 0.791500000 0.375000000
O 0.250000000 0.458500000 0.125000000
O 0.250000000 0.041500000 0.875000000
O 0.250000000 0.041500000 0.375000000
O 0.000000000 0.208500000 0.625000000
O 0.250000000 0.458500000 0.625000000
O 0.000000000 0.708500000 0.125000000
O 0.000000000 0.291500000 0.875000000
O 0.000000000 0.291500000 0.375000000
O 0.250000000 0.958500000 0.125000000
O 0.250000000 0.541500000 0.875000000
O 0.250000000 0.541500000 0.375000000
O 0.000000000 0.708500000 0.625000000
O 0.250000000 0.958500000 0.625000000
O 0.500000000 0.208500000 0.125000000
O 0.500000000 0.791500000 0.875000000
O 0.500000000 0.791500000 0.375000000
O 0.750000000 0.458500000 0.125000000
O 0.750000000 0.041500000 0.875000000
O 0.750000000 0.041500000 0.375000000
O 0.500000000 0.208500000 0.625000000
O 0.750000000 0.458500000 0.625000000
O 0.500000000 0.708500000 0.125000000
O 0.500000000 0.291500000 0.875000000
O 0.500000000 0.291500000 0.375000000
O 0.750000000 0.958500000 0.125000000
O 0.750000000 0.541500000 0.875000000
O 0.750000000 0.541500000 0.375000000
O 0.500000000 0.708500000 0.625000000
O 0.750000000 0.958500000 0.625000000
Cu 0.125000000 0.125000000 0.000000000
Cu 0.875000000 0.875000000 0.000000000
Cu 0.875000000 0.125000000 0.250000000
Cu 0.125000000 0.875000000 0.250000000
Cu 0.375000000 0.375000000 0.000000000
Cu 0.125000000 0.375000000 0.250000000
Cu 0.375000000 0.125000000 0.250000000
Cu 0.125000000 0.125000000 0.500000000
Cu 0.875000000 0.875000000 0.500000000
Cu 0.875000000 0.125000000 0.750000000
Cu 0.125000000 0.875000000 0.750000000
Cu 0.375000000 0.375000000 0.500000000
Cu 0.125000000 0.375000000 0.750000000
Cu 0.375000000 0.125000000 0.750000000
Cu 0.125000000 0.625000000 0.000000000
Cu 0.875000000 0.375000000 0.000000000
Cu 0.875000000 0.625000000 0.250000000
Cu 0.375000000 0.875000000 0.000000000
Cu 0.375000000 0.625000000 0.250000000
Cu 0.125000000 0.625000000 0.500000000
Cu 0.875000000 0.375000000 0.500000000
Cu 0.875000000 0.625000000 0.750000000
Cu 0.375000000 0.875000000 0.500000000
Cu 0.375000000 0.625000000 0.750000000
Cu 0.625000000 0.125000000 0.000000000
Cu 0.625000000 0.875000000 0.250000000
Cu 0.625000000 0.375000000 0.250000000
Cu 0.625000000 0.125000000 0.500000000
Cu 0.625000000 0.875000000 0.750000000
Cu 0.625000000 0.375000000 0.750000000
Cu 0.625000000 0.625000000 0.000000000
Cu 0.625000000 0.625000000 0.500000000
K_POINTS automatic
2 2 2 0 0 0
Play with the ndiag
parameter by performing a number of runs and seeing variations in the WALL time (if any).
You can also change the fixed value of npools (the default value for this exercise is 4).
Replace the dots with a list of proper values for ndiag, e.g:
for id in 1 2 3 4 5 6 # not necessarily the right values here! do
Submit the job file:
$ sbatch ./ex2-diag.slurm
Check the total WALL time at the end of the output file and plot TIME(ndiag).
Which is the bestndiag
value (if any)? Why?
Solution
Solution
pw_CuO_4diag.out:
Program PWSCF v.7.1 starts on 9Nov2022 at 12:22:39
This program is part of the open-source Quantum ESPRESSO suite
for quantum simulation of materials; please cite
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);
URL http://www.quantum-espresso.org",
in publications or presentations arising from this work. More details at
http://www.quantum-espresso.org/quote
Parallel version (MPI & OpenMP), running on 16 processor cores
Number of MPI processes: 16
Threads/MPI process: 1
MPI processes distributed on 1 nodes
990353 MiB available memory on the printing compute node when the environment starts
Reading input from /ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex2-ndiag/../inputs/pw.CuO.scf.in
Warning: card &CELL ignored
Warning: card CELL_DYNAMICS = BFGS, ignored
Warning: card PRESS = 0 ignored
Warning: card / ignored
Current dimensions of program PWSCF are:
Max number of different atomic species (ntypx) = 10
Max number of k-points (npk) = 40000
Max angular momentum in pseudopotentials (lmaxx) = 4
Found identity + ( 0.2500 0.2500 0.0000) symmetry
This is a supercell, fractional translations are disabled
Message from routine setup:
using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead
K-points division: npool = 4
R & G space division: proc/nbgrp/npool/nimage = 4
Subspace diagonalization in iterative solution of the eigenvalue problem:
one sub-group per band group will be used
scalapack distributed-memory algorithm (size of sub-group: 2* 2 procs)
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 1596 636 177 120758 30550 4553
Max 1597 637 178 120760 30555 4556
Sum 6385 2547 711 483035 122213 18219
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 17.6992 a.u.
unit-cell volume = 4367.8091 (a.u.)^3
number of atoms/cell = 64
number of atomic types = 2
number of electrons = 800.00
number of Kohn-Sham states= 480
kinetic-energy cutoff = 35.0000 Ry
charge density cutoff = 350.0000 Ry
scf convergence threshold = 1.0E-07
mixing beta = 0.5000
number of iterations used = 8 plain mixing
Exchange-correlation= SLA PW PBE PBE
( 1 4 3 4 0 0 0)
celldm(1)= 17.699175 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 1.000000 0.000000 0.000000 )
a(2) = ( 0.000000 0.730365 0.000000 )
a(3) = ( -0.184506 0.000000 1.078610 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.000000 -0.000000 0.171059 )
b(2) = ( 0.000000 1.369178 -0.000000 )
b(3) = ( 0.000000 0.000000 0.927119 )
PseudoPot. # 1 for O read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex2-ndiag/../../pseudo/o_pbe_v1.2.uspp.F.UPF
MD5 check sum: 734c27235a0248c51dbae37a1fbe46ec
Pseudo is Ultrasoft + core correction, Zval = 6.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 737 points, 5 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
Q(r) pseudized with 8 coefficients, rinner = 0.900 0.900 0.900
0.900 0.900
PseudoPot. # 2 for Cu read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex2-ndiag/../../pseudo/cu_pbe_v1.2.uspp.F.UPF
MD5 check sum: 6e991ff952a84172a2a52a1c1e996048
Pseudo is Ultrasoft + core correction, Zval = 19.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 867 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
Q(r) pseudized with 8 coefficients, rinner = 1.150 1.150 1.150
1.150 1.150
atomic species valence mass pseudopotential
O 6.00 1.00000 O ( 1.00)
Cu 19.00 1.00000 Cu( 1.00)
Starting magnetic structure
atomic species magnetization
O 0.000
Cu 0.500
2 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 O tau( 1) = ( -0.0230632 0.1522811 0.1348263 )
2 O tau( 2) = ( -0.1614426 0.5780840 0.9437839 )
3 O tau( 3) = ( -0.0691897 0.5780840 0.4044788 )
4 O tau( 4) = ( 0.2269368 0.3348724 0.1348263 )
5 O tau( 5) = ( 0.0885574 0.0303102 0.9437839 )
6 O tau( 6) = ( 0.1808103 0.0303102 0.4044788 )
7 O tau( 7) = ( -0.1153162 0.1522811 0.6741314 )
8 O tau( 8) = ( 0.1346838 0.3348724 0.6741314 )
9 O tau( 9) = ( -0.0230632 0.5174637 0.1348263 )
10 O tau( 10) = ( -0.1614426 0.2129014 0.9437839 )
11 O tau( 11) = ( -0.0691897 0.2129014 0.4044788 )
12 O tau( 12) = ( 0.2269368 0.7000550 0.1348263 )
13 O tau( 13) = ( 0.0885574 0.3954927 0.9437839 )
14 O tau( 14) = ( 0.1808103 0.3954927 0.4044788 )
15 O tau( 15) = ( -0.1153162 0.5174637 0.6741314 )
16 O tau( 16) = ( 0.1346838 0.7000550 0.6741314 )
17 O tau( 17) = ( 0.4769368 0.1522811 0.1348263 )
18 O tau( 18) = ( 0.3385574 0.5780840 0.9437839 )
19 O tau( 19) = ( 0.4308103 0.5780840 0.4044788 )
20 O tau( 20) = ( 0.7269368 0.3348724 0.1348263 )
21 O tau( 21) = ( 0.5885574 0.0303102 0.9437839 )
22 O tau( 22) = ( 0.6808103 0.0303102 0.4044788 )
23 O tau( 23) = ( 0.3846838 0.1522811 0.6741314 )
24 O tau( 24) = ( 0.6346838 0.3348724 0.6741314 )
25 O tau( 25) = ( 0.4769368 0.5174637 0.1348263 )
26 O tau( 26) = ( 0.3385574 0.2129014 0.9437839 )
27 O tau( 27) = ( 0.4308103 0.2129014 0.4044788 )
28 O tau( 28) = ( 0.7269368 0.7000550 0.1348263 )
29 O tau( 29) = ( 0.5885574 0.3954927 0.9437839 )
30 O tau( 30) = ( 0.6808103 0.3954927 0.4044788 )
31 O tau( 31) = ( 0.3846838 0.5174637 0.6741314 )
32 O tau( 32) = ( 0.6346838 0.7000550 0.6741314 )
33 Cu tau( 33) = ( 0.1250000 0.0912956 0.0000000 )
34 Cu tau( 34) = ( 0.8750000 0.6390695 0.0000000 )
35 Cu tau( 35) = ( 0.8288735 0.0912956 0.2696526 )
36 Cu tau( 36) = ( 0.0788735 0.6390695 0.2696526 )
37 Cu tau( 37) = ( 0.3750000 0.2738869 0.0000000 )
38 Cu tau( 38) = ( 0.0788735 0.2738869 0.2696526 )
39 Cu tau( 39) = ( 0.3288735 0.0912956 0.2696526 )
40 Cu tau( 40) = ( 0.0327471 0.0912956 0.5393051 )
41 Cu tau( 41) = ( 0.7827471 0.6390695 0.5393051 )
42 Cu tau( 42) = ( 0.7366206 0.0912956 0.8089577 )
43 Cu tau( 43) = ( -0.0133794 0.6390695 0.8089577 )
44 Cu tau( 44) = ( 0.2827471 0.2738869 0.5393051 )
45 Cu tau( 45) = ( -0.0133794 0.2738869 0.8089577 )
46 Cu tau( 46) = ( 0.2366206 0.0912956 0.8089577 )
47 Cu tau( 47) = ( 0.1250000 0.4564782 0.0000000 )
48 Cu tau( 48) = ( 0.8750000 0.2738869 0.0000000 )
49 Cu tau( 49) = ( 0.8288735 0.4564782 0.2696526 )
50 Cu tau( 50) = ( 0.3750000 0.6390695 0.0000000 )
51 Cu tau( 51) = ( 0.3288735 0.4564782 0.2696526 )
52 Cu tau( 52) = ( 0.0327471 0.4564782 0.5393051 )
53 Cu tau( 53) = ( 0.7827471 0.2738869 0.5393051 )
54 Cu tau( 54) = ( 0.7366206 0.4564782 0.8089577 )
55 Cu tau( 55) = ( 0.2827471 0.6390695 0.5393051 )
56 Cu tau( 56) = ( 0.2366206 0.4564782 0.8089577 )
57 Cu tau( 57) = ( 0.6250000 0.0912956 0.0000000 )
58 Cu tau( 58) = ( 0.5788735 0.6390695 0.2696526 )
59 Cu tau( 59) = ( 0.5788735 0.2738869 0.2696526 )
60 Cu tau( 60) = ( 0.5327471 0.0912956 0.5393051 )
61 Cu tau( 61) = ( 0.4866206 0.6390695 0.8089577 )
62 Cu tau( 62) = ( 0.4866206 0.2738869 0.8089577 )
63 Cu tau( 63) = ( 0.6250000 0.4564782 0.0000000 )
64 Cu tau( 64) = ( 0.5327471 0.4564782 0.5393051 )
number of k points= 8 Methfessel-Paxton smearing, width (Ry)= 0.0100
cart. coord. in units 2pi/alat
k( 1) = ( 0.0000000 0.0000000 0.0000000), wk = 0.1250000
k( 2) = ( 0.0000000 0.0000000 -0.4635595), wk = 0.1250000
k( 3) = ( 0.0000000 -0.6845891 0.0000000), wk = 0.1250000
k( 4) = ( 0.0000000 -0.6845891 -0.4635595), wk = 0.1250000
k( 5) = ( -0.5000000 0.0000000 -0.0855294), wk = 0.1250000
k( 6) = ( -0.5000000 0.0000000 -0.5490889), wk = 0.1250000
k( 7) = ( -0.5000000 -0.6845891 -0.0855294), wk = 0.1250000
k( 8) = ( -0.5000000 -0.6845891 -0.5490889), wk = 0.1250000
Dense grid: 483035 G-vectors FFT dimensions: ( 108, 80, 120)
Smooth grid: 122213 G-vectors FFT dimensions: ( 72, 50, 75)
Estimated max dynamical RAM per process > 503.96 MB
Estimated total dynamical RAM > 7.18 GB
Check: negative core charge= -0.000002
Generating pointlists ...
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 1
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 2
Initial potential from superposition of free atoms
starting charge 767.9999, renormalised to 800.0000
Starting wfcs are 544 atomic wfcs
total cpu time spent up to now is 18.3 secs
Self-consistent Calculation
iteration # 1 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.6
total cpu time spent up to now is 65.6 secs
total energy = -13814.48629833 Ry
estimated scf accuracy < 256.67010713 Ry
total magnetization = 100.86 Bohr mag/cell
absolute magnetization = 107.40 Bohr mag/cell
iteration # 2 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.0
total cpu time spent up to now is 119.8 secs
total energy = -13919.03203722 Ry
estimated scf accuracy < 423.44026184 Ry
total magnetization = 7.91 Bohr mag/cell
absolute magnetization = 11.88 Bohr mag/cell
iteration # 3 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 2.0
total cpu time spent up to now is 161.0 secs
total energy = -13936.10189575 Ry
estimated scf accuracy < 79.23343546 Ry
total magnetization = 18.87 Bohr mag/cell
absolute magnetization = 25.51 Bohr mag/cell
iteration # 4 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 9.90E-03, avg # of iterations = 2.1
total cpu time spent up to now is 198.1 secs
total energy = -13951.84219563 Ry
estimated scf accuracy < 22.27972501 Ry
total magnetization = 32.26 Bohr mag/cell
absolute magnetization = 39.66 Bohr mag/cell
End of self-consistent calculation
convergence NOT achieved after 4 iterations: stopping
Writing config to output data dir ./out/pwscf.save/
init_run : 17.57s CPU 18.14s WALL ( 1 calls)
electrons : 175.59s CPU 179.83s WALL ( 1 calls)
Called by init_run:
wfcinit : 10.15s CPU 10.52s WALL ( 1 calls)
potinit : 2.62s CPU 2.72s WALL ( 1 calls)
hinit0 : 4.38s CPU 4.42s WALL ( 1 calls)
Called by electrons:
c_bands : 159.51s CPU 162.88s WALL ( 4 calls)
sum_band : 12.29s CPU 12.83s WALL ( 4 calls)
v_of_rho : 2.89s CPU 3.09s WALL ( 5 calls)
newd : 1.32s CPU 1.53s WALL ( 5 calls)
mix_rho : 0.16s CPU 0.18s WALL ( 4 calls)
Called by c_bands:
init_us_2 : 1.08s CPU 1.13s WALL ( 36 calls)
init_us_2:cp : 1.08s CPU 1.13s WALL ( 36 calls)
cegterg : 149.95s CPU 153.27s WALL ( 16 calls)
Called by *egterg:
cdiaghg : 23.47s CPU 24.04s WALL ( 58 calls)
h_psi : 57.38s CPU 58.93s WALL ( 62 calls)
s_psi : 17.22s CPU 17.30s WALL ( 62 calls)
g_psi : 0.21s CPU 0.21s WALL ( 42 calls)
Called by h_psi:
h_psi:calbec : 17.76s CPU 17.91s WALL ( 62 calls)
vloc_psi : 22.00s CPU 22.94s WALL ( 62 calls)
add_vuspsi : 17.25s CPU 17.35s WALL ( 62 calls)
General routines
calbec : 23.67s CPU 23.88s WALL ( 78 calls)
fft : 1.57s CPU 1.70s WALL ( 123 calls)
ffts : 0.31s CPU 0.32s WALL ( 18 calls)
fftw : 22.48s CPU 23.45s WALL ( 53488 calls)
interpolate : 0.41s CPU 0.42s WALL ( 10 calls)
davcio : 0.00s CPU 0.01s WALL ( 8 calls)
Parallel routines
PWSCF : 3m13.35s CPU 3m18.22s WALL
This run was terminated on: 12:25:58 9Nov2022
=------------------------------------------------------------------------------=
JOB DONE.
=------------------------------------------------------------------------------=
EXERCISE 3 - MPI + OpenMP parallelization
Files needed:
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --exclusive
5#SBATCH --time=00:20:00
6#SBATCH --partition=cpu
7#SBATCH --reservation=maxcpu
8#SBATCH --ntasks-per-socket=2
9#SBATCH --ntasks-per-node=...
10#SBATCH --hint=nomultithread
11#SBATCH --cpus-per-task=...
12#SBATCH --output=sysout.out
13#SBATCH --error=syserr.err
14# # SBATCH --mail-user=YOUR_EMAIL - if you want
15
16module purge
17module load QuantumESPRESSO/7.1-foss-2022a
18
19export EXDIR=${PWD}/..
20export INDIR=${EXDIR}/inputs
21export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
22
23mpiopt="-mca pml ucx -mca btl ^uct,tcp,openib,vader --map-by socket:PE=4 --rank-by core --report-bindings "
24
25for nthr in ....
26do
27export OMP_NUM_THREADS="$nthr"
28mpirun $mpiopt -np ... pw.x -npool ... -i ${INDIR}/pw.CuO.scf.in > pw_run16x${nthr}.out
29done
Find out how to best exploit the available CPU resources, by playing with the MPI-related parameters (number of tasks, npools) together with the number of threads.
Use the batch file ex3-omp.slurm
to submit your jobs (modify it at your convenience).
Hints:
Know the size of your node, e.g. the amount of cores at your disposal;
See how the time scaling of your jobs changes just by varying the number of tasks (keep just 1 thread each at first).
Adapt thenpool
parameter at each run.Now you can start to explore the OpenMP parallelization by varying the number of threads (avoid hyperthreading).
Do multiple WALL_TIME plots in function of the number of MPI tasks and OpenMP threads. Which is the best configuration for this exercise?
Solution
Solution
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --exclusive
5#SBATCH --time=00:20:00
6#SBATCH --partition=cpu
7#SBATCH --ntasks-per-socket=2
8#SBATCH --ntasks-per-node=16
9#SBATCH --hint=nomultithread
10#SBATCH --cpus-per-task=4
11#SBATCH --output=sysout.out
12#SBATCH --error=syserr.err
13# # SBATCH --mail-user=YOUR_EMAIL - if you want
14
15module purge
16module load QuantumESPRESSO/7.1-foss-2022a
17
18export EXDIR=${PWD}/..
19export INDIR=${EXDIR}/inputs
20export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
21
22mpiopt="-mca pml ucx -mca btl ^uct,tcp,openib,vader --map-by socket:PE=4 --rank-by core --report-bindings "
23
24for nthr in 1 2 4
25do
26export OMP_NUM_THREADS="$nthr"
27mpirun $mpiopt -np 16 pw.x -npool 8 -i ${INDIR}/pw.CuO.scf.in > pw_run16x${nthr}.out
28done
Program PWSCF v.7.1 starts on 9Nov2022 at 16:21:53
This program is part of the open-source Quantum ESPRESSO suite
for quantum simulation of materials; please cite
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);
URL http://www.quantum-espresso.org",
in publications or presentations arising from this work. More details at
http://www.quantum-espresso.org/quote
Parallel version (MPI & OpenMP), running on 16 processor cores
Number of MPI processes: 16
Threads/MPI process: 1
MPI processes distributed on 1 nodes
1001594 MiB available memory on the printing compute node when the environment starts
Reading input from /ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../inputs/pw.CuO.scf.in
Warning: card &CELL ignored
Warning: card CELL_DYNAMICS = BFGS, ignored
Warning: card PRESS = 0 ignored
Warning: card / ignored
Current dimensions of program PWSCF are:
Max number of different atomic species (ntypx) = 10
Max number of k-points (npk) = 40000
Max angular momentum in pseudopotentials (lmaxx) = 4
Found identity + ( 0.2500 0.2500 0.0000) symmetry
This is a supercell, fractional translations are disabled
Message from routine setup:
using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead
K-points division: npool = 8
R & G space division: proc/nbgrp/npool/nimage = 2
Subspace diagonalization in iterative solution of the eigenvalue problem:
a serial algorithm will be used
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 3192 1273 355 241517 61104 9108
Max 3193 1274 356 241518 61109 9111
Sum 6385 2547 711 483035 122213 18219
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 17.6992 a.u.
unit-cell volume = 4367.8091 (a.u.)^3
number of atoms/cell = 64
number of atomic types = 2
number of electrons = 800.00
number of Kohn-Sham states= 480
kinetic-energy cutoff = 35.0000 Ry
charge density cutoff = 350.0000 Ry
scf convergence threshold = 1.0E-07
mixing beta = 0.5000
number of iterations used = 8 plain mixing
Exchange-correlation= SLA PW PBE PBE
( 1 4 3 4 0 0 0)
celldm(1)= 17.699175 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 1.000000 0.000000 0.000000 )
a(2) = ( 0.000000 0.730365 0.000000 )
a(3) = ( -0.184506 0.000000 1.078610 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.000000 -0.000000 0.171059 )
b(2) = ( 0.000000 1.369178 -0.000000 )
b(3) = ( 0.000000 0.000000 0.927119 )
PseudoPot. # 1 for O read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../../pseudo/o_pbe_v1.2.uspp.F.UPF
MD5 check sum: 734c27235a0248c51dbae37a1fbe46ec
Pseudo is Ultrasoft + core correction, Zval = 6.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 737 points, 5 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
Q(r) pseudized with 8 coefficients, rinner = 0.900 0.900 0.900
0.900 0.900
PseudoPot. # 2 for Cu read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../../pseudo/cu_pbe_v1.2.uspp.F.UPF
MD5 check sum: 6e991ff952a84172a2a52a1c1e996048
Pseudo is Ultrasoft + core correction, Zval = 19.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 867 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
Q(r) pseudized with 8 coefficients, rinner = 1.150 1.150 1.150
1.150 1.150
atomic species valence mass pseudopotential
O 6.00 1.00000 O ( 1.00)
Cu 19.00 1.00000 Cu( 1.00)
Starting magnetic structure
atomic species magnetization
O 0.000
Cu 0.500
2 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 O tau( 1) = ( -0.0230632 0.1522811 0.1348263 )
2 O tau( 2) = ( -0.1614426 0.5780840 0.9437839 )
3 O tau( 3) = ( -0.0691897 0.5780840 0.4044788 )
4 O tau( 4) = ( 0.2269368 0.3348724 0.1348263 )
5 O tau( 5) = ( 0.0885574 0.0303102 0.9437839 )
6 O tau( 6) = ( 0.1808103 0.0303102 0.4044788 )
7 O tau( 7) = ( -0.1153162 0.1522811 0.6741314 )
8 O tau( 8) = ( 0.1346838 0.3348724 0.6741314 )
9 O tau( 9) = ( -0.0230632 0.5174637 0.1348263 )
10 O tau( 10) = ( -0.1614426 0.2129014 0.9437839 )
11 O tau( 11) = ( -0.0691897 0.2129014 0.4044788 )
12 O tau( 12) = ( 0.2269368 0.7000550 0.1348263 )
13 O tau( 13) = ( 0.0885574 0.3954927 0.9437839 )
14 O tau( 14) = ( 0.1808103 0.3954927 0.4044788 )
15 O tau( 15) = ( -0.1153162 0.5174637 0.6741314 )
16 O tau( 16) = ( 0.1346838 0.7000550 0.6741314 )
17 O tau( 17) = ( 0.4769368 0.1522811 0.1348263 )
18 O tau( 18) = ( 0.3385574 0.5780840 0.9437839 )
19 O tau( 19) = ( 0.4308103 0.5780840 0.4044788 )
20 O tau( 20) = ( 0.7269368 0.3348724 0.1348263 )
21 O tau( 21) = ( 0.5885574 0.0303102 0.9437839 )
22 O tau( 22) = ( 0.6808103 0.0303102 0.4044788 )
23 O tau( 23) = ( 0.3846838 0.1522811 0.6741314 )
24 O tau( 24) = ( 0.6346838 0.3348724 0.6741314 )
25 O tau( 25) = ( 0.4769368 0.5174637 0.1348263 )
26 O tau( 26) = ( 0.3385574 0.2129014 0.9437839 )
27 O tau( 27) = ( 0.4308103 0.2129014 0.4044788 )
28 O tau( 28) = ( 0.7269368 0.7000550 0.1348263 )
29 O tau( 29) = ( 0.5885574 0.3954927 0.9437839 )
30 O tau( 30) = ( 0.6808103 0.3954927 0.4044788 )
31 O tau( 31) = ( 0.3846838 0.5174637 0.6741314 )
32 O tau( 32) = ( 0.6346838 0.7000550 0.6741314 )
33 Cu tau( 33) = ( 0.1250000 0.0912956 0.0000000 )
34 Cu tau( 34) = ( 0.8750000 0.6390695 0.0000000 )
35 Cu tau( 35) = ( 0.8288735 0.0912956 0.2696526 )
36 Cu tau( 36) = ( 0.0788735 0.6390695 0.2696526 )
37 Cu tau( 37) = ( 0.3750000 0.2738869 0.0000000 )
38 Cu tau( 38) = ( 0.0788735 0.2738869 0.2696526 )
39 Cu tau( 39) = ( 0.3288735 0.0912956 0.2696526 )
40 Cu tau( 40) = ( 0.0327471 0.0912956 0.5393051 )
41 Cu tau( 41) = ( 0.7827471 0.6390695 0.5393051 )
42 Cu tau( 42) = ( 0.7366206 0.0912956 0.8089577 )
43 Cu tau( 43) = ( -0.0133794 0.6390695 0.8089577 )
44 Cu tau( 44) = ( 0.2827471 0.2738869 0.5393051 )
45 Cu tau( 45) = ( -0.0133794 0.2738869 0.8089577 )
46 Cu tau( 46) = ( 0.2366206 0.0912956 0.8089577 )
47 Cu tau( 47) = ( 0.1250000 0.4564782 0.0000000 )
48 Cu tau( 48) = ( 0.8750000 0.2738869 0.0000000 )
49 Cu tau( 49) = ( 0.8288735 0.4564782 0.2696526 )
50 Cu tau( 50) = ( 0.3750000 0.6390695 0.0000000 )
51 Cu tau( 51) = ( 0.3288735 0.4564782 0.2696526 )
52 Cu tau( 52) = ( 0.0327471 0.4564782 0.5393051 )
53 Cu tau( 53) = ( 0.7827471 0.2738869 0.5393051 )
54 Cu tau( 54) = ( 0.7366206 0.4564782 0.8089577 )
55 Cu tau( 55) = ( 0.2827471 0.6390695 0.5393051 )
56 Cu tau( 56) = ( 0.2366206 0.4564782 0.8089577 )
57 Cu tau( 57) = ( 0.6250000 0.0912956 0.0000000 )
58 Cu tau( 58) = ( 0.5788735 0.6390695 0.2696526 )
59 Cu tau( 59) = ( 0.5788735 0.2738869 0.2696526 )
60 Cu tau( 60) = ( 0.5327471 0.0912956 0.5393051 )
61 Cu tau( 61) = ( 0.4866206 0.6390695 0.8089577 )
62 Cu tau( 62) = ( 0.4866206 0.2738869 0.8089577 )
63 Cu tau( 63) = ( 0.6250000 0.4564782 0.0000000 )
64 Cu tau( 64) = ( 0.5327471 0.4564782 0.5393051 )
number of k points= 8 Methfessel-Paxton smearing, width (Ry)= 0.0100
cart. coord. in units 2pi/alat
k( 1) = ( 0.0000000 0.0000000 0.0000000), wk = 0.1250000
k( 2) = ( 0.0000000 0.0000000 -0.4635595), wk = 0.1250000
k( 3) = ( 0.0000000 -0.6845891 0.0000000), wk = 0.1250000
k( 4) = ( 0.0000000 -0.6845891 -0.4635595), wk = 0.1250000
k( 5) = ( -0.5000000 0.0000000 -0.0855294), wk = 0.1250000
k( 6) = ( -0.5000000 0.0000000 -0.5490889), wk = 0.1250000
k( 7) = ( -0.5000000 -0.6845891 -0.0855294), wk = 0.1250000
k( 8) = ( -0.5000000 -0.6845891 -0.5490889), wk = 0.1250000
Dense grid: 483035 G-vectors FFT dimensions: ( 108, 80, 120)
Smooth grid: 122213 G-vectors FFT dimensions: ( 72, 50, 75)
Estimated max dynamical RAM per process > 906.88 MB
Estimated total dynamical RAM > 12.56 GB
Check: negative core charge= -0.000002
Generating pointlists ...
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 1
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 2
Initial potential from superposition of free atoms
starting charge 767.9999, renormalised to 800.0000
Starting wfcs are 544 atomic wfcs
total cpu time spent up to now is 18.6 secs
Self-consistent Calculation
iteration # 1 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.6
total cpu time spent up to now is 58.9 secs
total energy = -13814.48626382 Ry
estimated scf accuracy < 256.67014862 Ry
total magnetization = 100.86 Bohr mag/cell
absolute magnetization = 107.40 Bohr mag/cell
iteration # 2 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.0
total cpu time spent up to now is 102.7 secs
total energy = -13919.03171587 Ry
estimated scf accuracy < 423.44113087 Ry
total magnetization = 7.91 Bohr mag/cell
absolute magnetization = 11.88 Bohr mag/cell
iteration # 3 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 2.0
total cpu time spent up to now is 136.1 secs
total energy = -13936.10505302 Ry
estimated scf accuracy < 79.23142612 Ry
total magnetization = 18.87 Bohr mag/cell
absolute magnetization = 25.50 Bohr mag/cell
iteration # 4 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 9.90E-03, avg # of iterations = 2.1
total cpu time spent up to now is 166.2 secs
total energy = -13951.84143142 Ry
estimated scf accuracy < 22.27486113 Ry
total magnetization = 32.26 Bohr mag/cell
absolute magnetization = 39.66 Bohr mag/cell
End of self-consistent calculation
convergence NOT achieved after 4 iterations: stopping
Writing config to output data dir ./out/pwscf.save/
init_run : 17.87s CPU 18.38s WALL ( 1 calls)
electrons : 144.53s CPU 147.68s WALL ( 1 calls)
Called by init_run:
wfcinit : 8.74s CPU 9.02s WALL ( 1 calls)
potinit : 3.26s CPU 3.40s WALL ( 1 calls)
hinit0 : 5.52s CPU 5.54s WALL ( 1 calls)
Called by electrons:
c_bands : 129.89s CPU 132.24s WALL ( 4 calls)
sum_band : 10.03s CPU 10.46s WALL ( 4 calls)
v_of_rho : 4.01s CPU 4.32s WALL ( 5 calls)
newd : 1.22s CPU 1.39s WALL ( 5 calls)
mix_rho : 0.14s CPU 0.16s WALL ( 4 calls)
Called by c_bands:
init_us_2 : 0.44s CPU 0.48s WALL ( 18 calls)
init_us_2:cp : 0.44s CPU 0.48s WALL ( 18 calls)
cegterg : 120.03s CPU 122.35s WALL ( 8 calls)
Called by *egterg:
cdiaghg : 14.08s CPU 14.14s WALL ( 30 calls)
h_psi : 48.89s CPU 50.41s WALL ( 32 calls)
s_psi : 14.17s CPU 14.23s WALL ( 32 calls)
g_psi : 0.17s CPU 0.17s WALL ( 22 calls)
Called by h_psi:
h_psi:calbec : 14.32s CPU 14.42s WALL ( 32 calls)
vloc_psi : 20.18s CPU 21.31s WALL ( 32 calls)
add_vuspsi : 14.15s CPU 14.21s WALL ( 32 calls)
General routines
calbec : 19.08s CPU 19.22s WALL ( 40 calls)
fft : 1.35s CPU 1.49s WALL ( 123 calls)
ffts : 0.31s CPU 0.32s WALL ( 18 calls)
fftw : 20.74s CPU 21.89s WALL ( 26754 calls)
interpolate : 0.38s CPU 0.39s WALL ( 10 calls)
davcio : 0.00s CPU 0.00s WALL ( 8 calls)
Parallel routines
PWSCF : 2m42.59s CPU 2m46.35s WALL
This run was terminated on: 16:24:39 9Nov2022
=------------------------------------------------------------------------------=
JOB DONE.
=------------------------------------------------------------------------------=
Program PWSCF v.7.1 starts on 9Nov2022 at 16:24:42
This program is part of the open-source Quantum ESPRESSO suite
for quantum simulation of materials; please cite
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);
URL http://www.quantum-espresso.org",
in publications or presentations arising from this work. More details at
http://www.quantum-espresso.org/quote
Parallel version (MPI & OpenMP), running on 32 processor cores
Number of MPI processes: 16
Threads/MPI process: 2
MPI processes distributed on 1 nodes
1001369 MiB available memory on the printing compute node when the environment starts
Reading input from /ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../inputs/pw.CuO.scf.in
Warning: card &CELL ignored
Warning: card CELL_DYNAMICS = BFGS, ignored
Warning: card PRESS = 0 ignored
Warning: card / ignored
Current dimensions of program PWSCF are:
Max number of different atomic species (ntypx) = 10
Max number of k-points (npk) = 40000
Max angular momentum in pseudopotentials (lmaxx) = 4
Found identity + ( 0.2500 0.2500 0.0000) symmetry
This is a supercell, fractional translations are disabled
Message from routine setup:
using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead
K-points division: npool = 8
R & G space division: proc/nbgrp/npool/nimage = 2
Subspace diagonalization in iterative solution of the eigenvalue problem:
a serial algorithm will be used
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 3192 1273 355 241517 61104 9108
Max 3193 1274 356 241518 61109 9111
Sum 6385 2547 711 483035 122213 18219
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 17.6992 a.u.
unit-cell volume = 4367.8091 (a.u.)^3
number of atoms/cell = 64
number of atomic types = 2
number of electrons = 800.00
number of Kohn-Sham states= 480
kinetic-energy cutoff = 35.0000 Ry
charge density cutoff = 350.0000 Ry
scf convergence threshold = 1.0E-07
mixing beta = 0.5000
number of iterations used = 8 plain mixing
Exchange-correlation= SLA PW PBE PBE
( 1 4 3 4 0 0 0)
celldm(1)= 17.699175 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 1.000000 0.000000 0.000000 )
a(2) = ( 0.000000 0.730365 0.000000 )
a(3) = ( -0.184506 0.000000 1.078610 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.000000 -0.000000 0.171059 )
b(2) = ( 0.000000 1.369178 -0.000000 )
b(3) = ( 0.000000 0.000000 0.927119 )
PseudoPot. # 1 for O read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../../pseudo/o_pbe_v1.2.uspp.F.UPF
MD5 check sum: 734c27235a0248c51dbae37a1fbe46ec
Pseudo is Ultrasoft + core correction, Zval = 6.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 737 points, 5 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
Q(r) pseudized with 8 coefficients, rinner = 0.900 0.900 0.900
0.900 0.900
PseudoPot. # 2 for Cu read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../../pseudo/cu_pbe_v1.2.uspp.F.UPF
MD5 check sum: 6e991ff952a84172a2a52a1c1e996048
Pseudo is Ultrasoft + core correction, Zval = 19.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 867 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
Q(r) pseudized with 8 coefficients, rinner = 1.150 1.150 1.150
1.150 1.150
atomic species valence mass pseudopotential
O 6.00 1.00000 O ( 1.00)
Cu 19.00 1.00000 Cu( 1.00)
Starting magnetic structure
atomic species magnetization
O 0.000
Cu 0.500
2 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 O tau( 1) = ( -0.0230632 0.1522811 0.1348263 )
2 O tau( 2) = ( -0.1614426 0.5780840 0.9437839 )
3 O tau( 3) = ( -0.0691897 0.5780840 0.4044788 )
4 O tau( 4) = ( 0.2269368 0.3348724 0.1348263 )
5 O tau( 5) = ( 0.0885574 0.0303102 0.9437839 )
6 O tau( 6) = ( 0.1808103 0.0303102 0.4044788 )
7 O tau( 7) = ( -0.1153162 0.1522811 0.6741314 )
8 O tau( 8) = ( 0.1346838 0.3348724 0.6741314 )
9 O tau( 9) = ( -0.0230632 0.5174637 0.1348263 )
10 O tau( 10) = ( -0.1614426 0.2129014 0.9437839 )
11 O tau( 11) = ( -0.0691897 0.2129014 0.4044788 )
12 O tau( 12) = ( 0.2269368 0.7000550 0.1348263 )
13 O tau( 13) = ( 0.0885574 0.3954927 0.9437839 )
14 O tau( 14) = ( 0.1808103 0.3954927 0.4044788 )
15 O tau( 15) = ( -0.1153162 0.5174637 0.6741314 )
16 O tau( 16) = ( 0.1346838 0.7000550 0.6741314 )
17 O tau( 17) = ( 0.4769368 0.1522811 0.1348263 )
18 O tau( 18) = ( 0.3385574 0.5780840 0.9437839 )
19 O tau( 19) = ( 0.4308103 0.5780840 0.4044788 )
20 O tau( 20) = ( 0.7269368 0.3348724 0.1348263 )
21 O tau( 21) = ( 0.5885574 0.0303102 0.9437839 )
22 O tau( 22) = ( 0.6808103 0.0303102 0.4044788 )
23 O tau( 23) = ( 0.3846838 0.1522811 0.6741314 )
24 O tau( 24) = ( 0.6346838 0.3348724 0.6741314 )
25 O tau( 25) = ( 0.4769368 0.5174637 0.1348263 )
26 O tau( 26) = ( 0.3385574 0.2129014 0.9437839 )
27 O tau( 27) = ( 0.4308103 0.2129014 0.4044788 )
28 O tau( 28) = ( 0.7269368 0.7000550 0.1348263 )
29 O tau( 29) = ( 0.5885574 0.3954927 0.9437839 )
30 O tau( 30) = ( 0.6808103 0.3954927 0.4044788 )
31 O tau( 31) = ( 0.3846838 0.5174637 0.6741314 )
32 O tau( 32) = ( 0.6346838 0.7000550 0.6741314 )
33 Cu tau( 33) = ( 0.1250000 0.0912956 0.0000000 )
34 Cu tau( 34) = ( 0.8750000 0.6390695 0.0000000 )
35 Cu tau( 35) = ( 0.8288735 0.0912956 0.2696526 )
36 Cu tau( 36) = ( 0.0788735 0.6390695 0.2696526 )
37 Cu tau( 37) = ( 0.3750000 0.2738869 0.0000000 )
38 Cu tau( 38) = ( 0.0788735 0.2738869 0.2696526 )
39 Cu tau( 39) = ( 0.3288735 0.0912956 0.2696526 )
40 Cu tau( 40) = ( 0.0327471 0.0912956 0.5393051 )
41 Cu tau( 41) = ( 0.7827471 0.6390695 0.5393051 )
42 Cu tau( 42) = ( 0.7366206 0.0912956 0.8089577 )
43 Cu tau( 43) = ( -0.0133794 0.6390695 0.8089577 )
44 Cu tau( 44) = ( 0.2827471 0.2738869 0.5393051 )
45 Cu tau( 45) = ( -0.0133794 0.2738869 0.8089577 )
46 Cu tau( 46) = ( 0.2366206 0.0912956 0.8089577 )
47 Cu tau( 47) = ( 0.1250000 0.4564782 0.0000000 )
48 Cu tau( 48) = ( 0.8750000 0.2738869 0.0000000 )
49 Cu tau( 49) = ( 0.8288735 0.4564782 0.2696526 )
50 Cu tau( 50) = ( 0.3750000 0.6390695 0.0000000 )
51 Cu tau( 51) = ( 0.3288735 0.4564782 0.2696526 )
52 Cu tau( 52) = ( 0.0327471 0.4564782 0.5393051 )
53 Cu tau( 53) = ( 0.7827471 0.2738869 0.5393051 )
54 Cu tau( 54) = ( 0.7366206 0.4564782 0.8089577 )
55 Cu tau( 55) = ( 0.2827471 0.6390695 0.5393051 )
56 Cu tau( 56) = ( 0.2366206 0.4564782 0.8089577 )
57 Cu tau( 57) = ( 0.6250000 0.0912956 0.0000000 )
58 Cu tau( 58) = ( 0.5788735 0.6390695 0.2696526 )
59 Cu tau( 59) = ( 0.5788735 0.2738869 0.2696526 )
60 Cu tau( 60) = ( 0.5327471 0.0912956 0.5393051 )
61 Cu tau( 61) = ( 0.4866206 0.6390695 0.8089577 )
62 Cu tau( 62) = ( 0.4866206 0.2738869 0.8089577 )
63 Cu tau( 63) = ( 0.6250000 0.4564782 0.0000000 )
64 Cu tau( 64) = ( 0.5327471 0.4564782 0.5393051 )
number of k points= 8 Methfessel-Paxton smearing, width (Ry)= 0.0100
cart. coord. in units 2pi/alat
k( 1) = ( 0.0000000 0.0000000 0.0000000), wk = 0.1250000
k( 2) = ( 0.0000000 0.0000000 -0.4635595), wk = 0.1250000
k( 3) = ( 0.0000000 -0.6845891 0.0000000), wk = 0.1250000
k( 4) = ( 0.0000000 -0.6845891 -0.4635595), wk = 0.1250000
k( 5) = ( -0.5000000 0.0000000 -0.0855294), wk = 0.1250000
k( 6) = ( -0.5000000 0.0000000 -0.5490889), wk = 0.1250000
k( 7) = ( -0.5000000 -0.6845891 -0.0855294), wk = 0.1250000
k( 8) = ( -0.5000000 -0.6845891 -0.5490889), wk = 0.1250000
Dense grid: 483035 G-vectors FFT dimensions: ( 108, 80, 120)
Smooth grid: 122213 G-vectors FFT dimensions: ( 72, 50, 75)
Estimated max dynamical RAM per process > 906.88 MB
Estimated total dynamical RAM > 12.56 GB
Check: negative core charge= -0.000002
Generating pointlists ...
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 1
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 2
Initial potential from superposition of free atoms
starting charge 767.9999, renormalised to 800.0000
Starting wfcs are 544 atomic wfcs
total cpu time spent up to now is 12.0 secs
Self-consistent Calculation
iteration # 1 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.6
total cpu time spent up to now is 35.1 secs
total energy = -13814.48626072 Ry
estimated scf accuracy < 256.67015247 Ry
total magnetization = 100.86 Bohr mag/cell
absolute magnetization = 107.40 Bohr mag/cell
iteration # 2 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.0
total cpu time spent up to now is 60.0 secs
total energy = -13919.03031342 Ry
estimated scf accuracy < 423.44486455 Ry
total magnetization = 7.91 Bohr mag/cell
absolute magnetization = 11.88 Bohr mag/cell
iteration # 3 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 2.0
total cpu time spent up to now is 78.9 secs
total energy = -13936.10476140 Ry
estimated scf accuracy < 79.23110996 Ry
total magnetization = 18.87 Bohr mag/cell
absolute magnetization = 25.50 Bohr mag/cell
iteration # 4 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 9.90E-03, avg # of iterations = 2.1
total cpu time spent up to now is 96.1 secs
total energy = -13951.84180699 Ry
estimated scf accuracy < 22.27423373 Ry
total magnetization = 32.26 Bohr mag/cell
absolute magnetization = 39.66 Bohr mag/cell
End of self-consistent calculation
convergence NOT achieved after 4 iterations: stopping
Writing config to output data dir ./out/pwscf.save/
init_run : 18.98s CPU 11.88s WALL ( 1 calls)
electrons : 153.12s CPU 84.10s WALL ( 1 calls)
Called by init_run:
wfcinit : 9.61s CPU 5.14s WALL ( 1 calls)
potinit : 3.45s CPU 1.98s WALL ( 1 calls)
hinit0 : 5.50s CPU 4.43s WALL ( 1 calls)
Called by electrons:
c_bands : 135.87s CPU 74.56s WALL ( 4 calls)
sum_band : 11.56s CPU 6.21s WALL ( 4 calls)
v_of_rho : 4.87s CPU 2.75s WALL ( 5 calls)
newd : 1.52s CPU 0.90s WALL ( 5 calls)
mix_rho : 0.22s CPU 0.14s WALL ( 4 calls)
Called by c_bands:
init_us_2 : 0.88s CPU 0.47s WALL ( 18 calls)
init_us_2:cp : 0.88s CPU 0.47s WALL ( 18 calls)
cegterg : 129.55s CPU 68.96s WALL ( 8 calls)
Called by *egterg:
cdiaghg : 15.71s CPU 10.40s WALL ( 30 calls)
h_psi : 55.29s CPU 28.58s WALL ( 32 calls)
s_psi : 14.53s CPU 7.35s WALL ( 32 calls)
g_psi : 0.19s CPU 0.10s WALL ( 22 calls)
Called by h_psi:
h_psi:calbec : 14.66s CPU 7.42s WALL ( 32 calls)
vloc_psi : 25.76s CPU 13.47s WALL ( 32 calls)
add_vuspsi : 14.51s CPU 7.33s WALL ( 32 calls)
General routines
calbec : 19.51s CPU 9.88s WALL ( 40 calls)
fft : 1.82s CPU 1.32s WALL ( 123 calls)
ffts : 0.34s CPU 0.32s WALL ( 18 calls)
fftw : 26.43s CPU 13.88s WALL ( 26754 calls)
interpolate : 0.45s CPU 0.38s WALL ( 10 calls)
davcio : 0.00s CPU 0.01s WALL ( 8 calls)
Parallel routines
PWSCF : 2m52.29s CPU 1m36.23s WALL
This run was terminated on: 16:26:18 9Nov2022
=------------------------------------------------------------------------------=
JOB DONE.
=------------------------------------------------------------------------------=
Program PWSCF v.7.1 starts on 9Nov2022 at 16:26:21
This program is part of the open-source Quantum ESPRESSO suite
for quantum simulation of materials; please cite
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);
URL http://www.quantum-espresso.org",
in publications or presentations arising from this work. More details at
http://www.quantum-espresso.org/quote
Parallel version (MPI & OpenMP), running on 64 processor cores
Number of MPI processes: 16
Threads/MPI process: 4
MPI processes distributed on 1 nodes
1001440 MiB available memory on the printing compute node when the environment starts
Reading input from /ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../inputs/pw.CuO.scf.in
Warning: card &CELL ignored
Warning: card CELL_DYNAMICS = BFGS, ignored
Warning: card PRESS = 0 ignored
Warning: card / ignored
Current dimensions of program PWSCF are:
Max number of different atomic species (ntypx) = 10
Max number of k-points (npk) = 40000
Max angular momentum in pseudopotentials (lmaxx) = 4
Found identity + ( 0.2500 0.2500 0.0000) symmetry
This is a supercell, fractional translations are disabled
Message from routine setup:
using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead
K-points division: npool = 8
R & G space division: proc/nbgrp/npool/nimage = 2
Subspace diagonalization in iterative solution of the eigenvalue problem:
a serial algorithm will be used
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 3192 1273 355 241517 61104 9108
Max 3193 1274 356 241518 61109 9111
Sum 6385 2547 711 483035 122213 18219
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 17.6992 a.u.
unit-cell volume = 4367.8091 (a.u.)^3
number of atoms/cell = 64
number of atomic types = 2
number of electrons = 800.00
number of Kohn-Sham states= 480
kinetic-energy cutoff = 35.0000 Ry
charge density cutoff = 350.0000 Ry
scf convergence threshold = 1.0E-07
mixing beta = 0.5000
number of iterations used = 8 plain mixing
Exchange-correlation= SLA PW PBE PBE
( 1 4 3 4 0 0 0)
celldm(1)= 17.699175 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 1.000000 0.000000 0.000000 )
a(2) = ( 0.000000 0.730365 0.000000 )
a(3) = ( -0.184506 0.000000 1.078610 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.000000 -0.000000 0.171059 )
b(2) = ( 0.000000 1.369178 -0.000000 )
b(3) = ( 0.000000 0.000000 0.927119 )
PseudoPot. # 1 for O read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../../pseudo/o_pbe_v1.2.uspp.F.UPF
MD5 check sum: 734c27235a0248c51dbae37a1fbe46ec
Pseudo is Ultrasoft + core correction, Zval = 6.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 737 points, 5 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
Q(r) pseudized with 8 coefficients, rinner = 0.900 0.900 0.900
0.900 0.900
PseudoPot. # 2 for Cu read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex3-omp/../../pseudo/cu_pbe_v1.2.uspp.F.UPF
MD5 check sum: 6e991ff952a84172a2a52a1c1e996048
Pseudo is Ultrasoft + core correction, Zval = 19.0
Generated by new atomic code, or converted to UPF format
Using radial grid of 867 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
Q(r) pseudized with 8 coefficients, rinner = 1.150 1.150 1.150
1.150 1.150
atomic species valence mass pseudopotential
O 6.00 1.00000 O ( 1.00)
Cu 19.00 1.00000 Cu( 1.00)
Starting magnetic structure
atomic species magnetization
O 0.000
Cu 0.500
2 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 O tau( 1) = ( -0.0230632 0.1522811 0.1348263 )
2 O tau( 2) = ( -0.1614426 0.5780840 0.9437839 )
3 O tau( 3) = ( -0.0691897 0.5780840 0.4044788 )
4 O tau( 4) = ( 0.2269368 0.3348724 0.1348263 )
5 O tau( 5) = ( 0.0885574 0.0303102 0.9437839 )
6 O tau( 6) = ( 0.1808103 0.0303102 0.4044788 )
7 O tau( 7) = ( -0.1153162 0.1522811 0.6741314 )
8 O tau( 8) = ( 0.1346838 0.3348724 0.6741314 )
9 O tau( 9) = ( -0.0230632 0.5174637 0.1348263 )
10 O tau( 10) = ( -0.1614426 0.2129014 0.9437839 )
11 O tau( 11) = ( -0.0691897 0.2129014 0.4044788 )
12 O tau( 12) = ( 0.2269368 0.7000550 0.1348263 )
13 O tau( 13) = ( 0.0885574 0.3954927 0.9437839 )
14 O tau( 14) = ( 0.1808103 0.3954927 0.4044788 )
15 O tau( 15) = ( -0.1153162 0.5174637 0.6741314 )
16 O tau( 16) = ( 0.1346838 0.7000550 0.6741314 )
17 O tau( 17) = ( 0.4769368 0.1522811 0.1348263 )
18 O tau( 18) = ( 0.3385574 0.5780840 0.9437839 )
19 O tau( 19) = ( 0.4308103 0.5780840 0.4044788 )
20 O tau( 20) = ( 0.7269368 0.3348724 0.1348263 )
21 O tau( 21) = ( 0.5885574 0.0303102 0.9437839 )
22 O tau( 22) = ( 0.6808103 0.0303102 0.4044788 )
23 O tau( 23) = ( 0.3846838 0.1522811 0.6741314 )
24 O tau( 24) = ( 0.6346838 0.3348724 0.6741314 )
25 O tau( 25) = ( 0.4769368 0.5174637 0.1348263 )
26 O tau( 26) = ( 0.3385574 0.2129014 0.9437839 )
27 O tau( 27) = ( 0.4308103 0.2129014 0.4044788 )
28 O tau( 28) = ( 0.7269368 0.7000550 0.1348263 )
29 O tau( 29) = ( 0.5885574 0.3954927 0.9437839 )
30 O tau( 30) = ( 0.6808103 0.3954927 0.4044788 )
31 O tau( 31) = ( 0.3846838 0.5174637 0.6741314 )
32 O tau( 32) = ( 0.6346838 0.7000550 0.6741314 )
33 Cu tau( 33) = ( 0.1250000 0.0912956 0.0000000 )
34 Cu tau( 34) = ( 0.8750000 0.6390695 0.0000000 )
35 Cu tau( 35) = ( 0.8288735 0.0912956 0.2696526 )
36 Cu tau( 36) = ( 0.0788735 0.6390695 0.2696526 )
37 Cu tau( 37) = ( 0.3750000 0.2738869 0.0000000 )
38 Cu tau( 38) = ( 0.0788735 0.2738869 0.2696526 )
39 Cu tau( 39) = ( 0.3288735 0.0912956 0.2696526 )
40 Cu tau( 40) = ( 0.0327471 0.0912956 0.5393051 )
41 Cu tau( 41) = ( 0.7827471 0.6390695 0.5393051 )
42 Cu tau( 42) = ( 0.7366206 0.0912956 0.8089577 )
43 Cu tau( 43) = ( -0.0133794 0.6390695 0.8089577 )
44 Cu tau( 44) = ( 0.2827471 0.2738869 0.5393051 )
45 Cu tau( 45) = ( -0.0133794 0.2738869 0.8089577 )
46 Cu tau( 46) = ( 0.2366206 0.0912956 0.8089577 )
47 Cu tau( 47) = ( 0.1250000 0.4564782 0.0000000 )
48 Cu tau( 48) = ( 0.8750000 0.2738869 0.0000000 )
49 Cu tau( 49) = ( 0.8288735 0.4564782 0.2696526 )
50 Cu tau( 50) = ( 0.3750000 0.6390695 0.0000000 )
51 Cu tau( 51) = ( 0.3288735 0.4564782 0.2696526 )
52 Cu tau( 52) = ( 0.0327471 0.4564782 0.5393051 )
53 Cu tau( 53) = ( 0.7827471 0.2738869 0.5393051 )
54 Cu tau( 54) = ( 0.7366206 0.4564782 0.8089577 )
55 Cu tau( 55) = ( 0.2827471 0.6390695 0.5393051 )
56 Cu tau( 56) = ( 0.2366206 0.4564782 0.8089577 )
57 Cu tau( 57) = ( 0.6250000 0.0912956 0.0000000 )
58 Cu tau( 58) = ( 0.5788735 0.6390695 0.2696526 )
59 Cu tau( 59) = ( 0.5788735 0.2738869 0.2696526 )
60 Cu tau( 60) = ( 0.5327471 0.0912956 0.5393051 )
61 Cu tau( 61) = ( 0.4866206 0.6390695 0.8089577 )
62 Cu tau( 62) = ( 0.4866206 0.2738869 0.8089577 )
63 Cu tau( 63) = ( 0.6250000 0.4564782 0.0000000 )
64 Cu tau( 64) = ( 0.5327471 0.4564782 0.5393051 )
number of k points= 8 Methfessel-Paxton smearing, width (Ry)= 0.0100
cart. coord. in units 2pi/alat
k( 1) = ( 0.0000000 0.0000000 0.0000000), wk = 0.1250000
k( 2) = ( 0.0000000 0.0000000 -0.4635595), wk = 0.1250000
k( 3) = ( 0.0000000 -0.6845891 0.0000000), wk = 0.1250000
k( 4) = ( 0.0000000 -0.6845891 -0.4635595), wk = 0.1250000
k( 5) = ( -0.5000000 0.0000000 -0.0855294), wk = 0.1250000
k( 6) = ( -0.5000000 0.0000000 -0.5490889), wk = 0.1250000
k( 7) = ( -0.5000000 -0.6845891 -0.0855294), wk = 0.1250000
k( 8) = ( -0.5000000 -0.6845891 -0.5490889), wk = 0.1250000
Dense grid: 483035 G-vectors FFT dimensions: ( 108, 80, 120)
Smooth grid: 122213 G-vectors FFT dimensions: ( 72, 50, 75)
Estimated max dynamical RAM per process > 906.88 MB
Estimated total dynamical RAM > 12.56 GB
Check: negative core charge= -0.000002
Generating pointlists ...
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 1
new r_m : 0.0859 (alat units) 1.5202 (a.u.) for type 2
Initial potential from superposition of free atoms
starting charge 767.9999, renormalised to 800.0000
Starting wfcs are 544 atomic wfcs
total cpu time spent up to now is 9.2 secs
Self-consistent Calculation
iteration # 1 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.6
total cpu time spent up to now is 25.1 secs
total energy = -13814.48628352 Ry
estimated scf accuracy < 256.67012430 Ry
total magnetization = 100.86 Bohr mag/cell
absolute magnetization = 107.40 Bohr mag/cell
iteration # 2 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 3.0
total cpu time spent up to now is 42.2 secs
total energy = -13919.03160072 Ry
estimated scf accuracy < 423.44140413 Ry
total magnetization = 7.91 Bohr mag/cell
absolute magnetization = 11.88 Bohr mag/cell
iteration # 3 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 2.0
total cpu time spent up to now is 55.1 secs
total energy = -13936.10268873 Ry
estimated scf accuracy < 79.23315517 Ry
total magnetization = 18.87 Bohr mag/cell
absolute magnetization = 25.51 Bohr mag/cell
iteration # 4 ecut= 35.00 Ry beta= 0.50
Davidson diagonalization with overlap
ethr = 9.90E-03, avg # of iterations = 2.1
total cpu time spent up to now is 67.2 secs
total energy = -13951.84194124 Ry
estimated scf accuracy < 22.27865024 Ry
total magnetization = 32.26 Bohr mag/cell
absolute magnetization = 39.66 Bohr mag/cell
End of self-consistent calculation
convergence NOT achieved after 4 iterations: stopping
Writing config to output data dir ./out/pwscf.save/
init_run : 22.66s CPU 9.06s WALL ( 1 calls)
electrons : 195.52s CPU 57.98s WALL ( 1 calls)
Called by init_run:
wfcinit : 12.51s CPU 3.54s WALL ( 1 calls)
potinit : 3.92s CPU 1.31s WALL ( 1 calls)
hinit0 : 5.62s CPU 3.91s WALL ( 1 calls)
Called by electrons:
c_bands : 171.18s CPU 50.95s WALL ( 4 calls)
sum_band : 16.24s CPU 4.52s WALL ( 4 calls)
v_of_rho : 6.50s CPU 1.94s WALL ( 5 calls)
newd : 2.46s CPU 0.73s WALL ( 5 calls)
mix_rho : 0.37s CPU 0.13s WALL ( 4 calls)
Called by c_bands:
init_us_2 : 1.95s CPU 0.53s WALL ( 18 calls)
init_us_2:cp : 1.95s CPU 0.53s WALL ( 18 calls)
cegterg : 165.32s CPU 46.76s WALL ( 8 calls)
Called by *egterg:
cdiaghg : 20.40s CPU 9.25s WALL ( 30 calls)
h_psi : 75.72s CPU 19.59s WALL ( 32 calls)
s_psi : 17.15s CPU 4.38s WALL ( 32 calls)
g_psi : 0.34s CPU 0.09s WALL ( 22 calls)
Called by h_psi:
h_psi:calbec : 17.45s CPU 4.47s WALL ( 32 calls)
vloc_psi : 40.42s CPU 10.39s WALL ( 32 calls)
add_vuspsi : 17.21s CPU 4.39s WALL ( 32 calls)
General routines
calbec : 23.24s CPU 5.96s WALL ( 40 calls)
fft : 2.77s CPU 1.24s WALL ( 123 calls)
ffts : 0.40s CPU 0.32s WALL ( 18 calls)
fftw : 41.15s CPU 10.64s WALL ( 26754 calls)
interpolate : 0.61s CPU 0.38s WALL ( 10 calls)
davcio : 0.00s CPU 0.00s WALL ( 8 calls)
Parallel routines
PWSCF : 3m38.37s CPU 1m 7.30s WALL
This run was terminated on: 16:27:28 9Nov2022
=------------------------------------------------------------------------------=
JOB DONE.
=------------------------------------------------------------------------------=
EXERCISE 4 - Hands on the GPUs
Files needed:
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --exclusive
5#SBATCH --time=00:10:00
6#SBATCH --partition=cpu
7#SBATCH --reservation=maxcpu
8#SBATCH --ntasks-per-node=16
9#SBATCH --cpus-per-task=8
10#SBATCH --output=sysout.out
11#SBATCH --error=syserr.err
12# # SBATCH --mail-user=YOUR_EMAIL - if you want
13
14# module purge
15# module use ${WORK}/modules
16# echo $WORK
17# module load QuantumESPRESSO/DEV-NVHPC-21.2-FIXMAG
18module purge
19module load QuantumESPRESSO/7.1-foss-2022a
20
21export EXDIR=${PWD}/..
22export INDIR=${EXDIR}/inputs
23export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
24
25export OMP_NUM_THREADS=4
26
27mpiopt="-mca pml ucx -mca btl ^uct,tcp,openib,vader --map-by socket:PE=4 --rank-by socket --report-bindings "
28
29mpirun $mpiopt -np 16 pw.x -i ${INDIR}/pw.CnSnI3.in > pw.CnSnI3.cpu.out
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --time=00:10:00
5#SBATCH --partition=gpu
6#SBATCH --reservation=maxgpu
7#SBATCH --ntasks-per-node=...
8#SBATCH --ntasks-per-socket=2
9#SBATCH --cpus-per-task=...
10#SBATCH --gres=gpu:...
11#SBATCH --hint=nomultithread
12#SBATCH --output=sysout.out
13#SBATCH --error=syserr.err
14# # SBATCH --mail-user=YOUR_EMAIL - if you want
15
16export WORK=/ceph/hpc/data/d2021-135-users
17module purge
18module use ${WORK}/modules
19echo $WORK
20module load QuantumESPRESSO/DEV-NVHPC-21.2
21
22export EXDIR=${PWD}/..
23export INDIR=${EXDIR}/inputs
24export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
25export OMP_NUM_THREADS=...
26
27mpiopt="-mca pml ucx -mca btl ^uct,tcp,openib,vader --map-by socket:PE=... --rank-by core --report-bindings "
28
29mpirun $mpiopt -np ... pw.x -i ${INDIR}/pw.CnSnI3.in > pw.CnSnI3.gpu.out
Test the power of the GPUs (roughly).
Know the size of your node. Look at: https://doc.vega.izum.si/general-spec/
How many cores? How many GPUs?Use the batch file
ex4-gpu.slurm
to submit a few MPI+GPU runs. You can also check what happens with more MPI tasks than GPUs.
Dots at lines 7, 9, 10, 25, 27, 29.Enable openMP threading. Do you see any improvement?
Consider your best CPU run. How many GPUs were necessary to match the performance?
If you don’t have your optimized CPU batch file from exercise 3 you can use the one in the reference folder.
Solution
Solution
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --exclusive
5#SBATCH --time=00:10:00
6#SBATCH --partition=cpu
7#SBATCH --reservation=maxcpu
8#SBATCH --ntasks-per-node=16
9#SBATCH --cpus-per-task=8
10#SBATCH --output=sysout.out
11#SBATCH --error=syserr.err
12# # SBATCH --mail-user=YOUR_EMAIL - if you want
13
14# module purge
15# module use ${WORK}/modules
16# echo $WORK
17# module load QuantumESPRESSO/DEV-NVHPC-21.2-FIXMAG
18module purge
19module load QuantumESPRESSO/7.1-foss-2022a
20
21export EXDIR=${PWD}/..
22export INDIR=${EXDIR}/inputs
23export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
24
25export OMP_NUM_THREADS=4
26
27mpiopt="-mca pml ucx -mca btl ^uct,tcp,openib,vader --map-by socket:PE=4 --rank-by socket --report-bindings "
28
29mpirun $mpiopt -np 16 pw.x -i ${INDIR}/pw.CnSnI3.in > pw.CnSnI3.cpu.out
1#!/bin/bash
2#SBATCH --job-name=USERjob
3#SBATCH --nodes 1
4#SBATCH --time=00:10:00
5#SBATCH --partition=gpu
6#SBATCH --reservation=maxgpu
7#SBATCH --ntasks-per-node=4
8#SBATCH --ntasks-per-socket=2
9#SBATCH --cpus-per-task=32
10#SBATCH --gres=gpu:4
11#SBATCH --hint=nomultithread
12#SBATCH --output=sysout.out
13#SBATCH --error=syserr.err
14# # SBATCH --mail-user=YOUR_EMAIL - if you want
15
16export WORK=/ceph/hpc/data/d2021-135-users
17module purge
18module use ${WORK}/modules
19echo $WORK
20module load QuantumESPRESSO/DEV-NVHPC-21.2
21
22export EXDIR=${PWD}/..
23export INDIR=${EXDIR}/inputs
24export ESPRESSO_PSEUDO=${EXDIR}/../pseudo
25export OMP_NUM_THREADS=1
26
27mpiopt="-mca pml ucx -mca btl ^uct,tcp,openib,vader --map-by socket:PE=32 --rank-by core --report-bindings "
28
29mpirun $mpiopt -np 4 pw.x -i ${INDIR}/pw.CnSnI3.in > pw.CnSnI3.gpu.out
Program PWSCF v.7.1 starts on 9Nov2022 at 18:37:18
This program is part of the open-source Quantum ESPRESSO suite
for quantum simulation of materials; please cite
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);
URL http://www.quantum-espresso.org",
in publications or presentations arising from this work. More details at
http://www.quantum-espresso.org/quote
Parallel version (MPI & OpenMP), running on 64 processor cores
Number of MPI processes: 16
Threads/MPI process: 4
MPI processes distributed on 1 nodes
208325 MiB available memory on the printing compute node when the environment starts
Reading input from /ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../inputs/pw.CnSnI3.in
Current dimensions of program PWSCF are:
Max number of different atomic species (ntypx) = 10
Max number of k-points (npk) = 40000
Max angular momentum in pseudopotentials (lmaxx) = 4
Message from routine setup:
using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead
R & G space division: proc/nbgrp/npool/nimage = 16
Subspace diagonalization in iterative solution of the eigenvalue problem:
a serial algorithm will be used
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 218 218 59 9642 9642 1381
Max 219 219 60 9645 9645 1386
Sum 3489 3489 949 154275 154275 22119
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 11.6825 a.u.
unit-cell volume = 1594.4431 (a.u.)^3
number of atoms/cell = 5
number of atomic types = 3
number of electrons = 44.00
number of Kohn-Sham states= 22
kinetic-energy cutoff = 80.0000 Ry
charge density cutoff = 320.0000 Ry
scf convergence threshold = 1.0E-14
mixing beta = 0.7000
number of iterations used = 8 plain mixing
energy convergence thresh.= 1.0E-04
force convergence thresh. = 1.0E-03
press convergence thresh. = 5.0E-02
Exchange-correlation= PBESOL
( 1 4 10 8 0 0 0)
nstep = 50
celldm(1)= 11.682515 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 1.000000 0.000000 0.000000 )
a(2) = ( 0.000000 1.000000 0.000000 )
a(3) = ( 0.000000 0.000000 1.000000 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.000000 0.000000 0.000000 )
b(2) = ( 0.000000 1.000000 0.000000 )
b(3) = ( 0.000000 0.000000 1.000000 )
PseudoPot. # 1 for Cs read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/Cs-nc-pbesol.upf
MD5 check sum: 9d2f2206a14dc5b3b3f3fbfae186bed4
Pseudo is Norm-conserving + core correction, Zval = 9.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 2384 points, 8 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
l(7) = 3
l(8) = 3
PseudoPot. # 2 for Sn read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/Sn-nc-pbesol.upf
MD5 check sum: c2995d571af40102bfea7461443d92cf
Pseudo is Norm-conserving + core correction, Zval = 14.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 1628 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
PseudoPot. # 3 for I read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/I-nc-pbesol.upf
MD5 check sum: 80ed5ceb2eb9c553cfb6760a299d9c5b
Pseudo is Norm-conserving + core correction, Zval = 7.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 1182 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
atomic species valence mass pseudopotential
Cs 9.00 132.90545 Cs( 1.00)
Sn 14.00 118.71000 Sn( 1.00)
I 7.00 126.90447 I ( 1.00)
48 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 Cs tau( 1) = ( 0.5000000 0.5000000 0.5000000 )
2 Sn tau( 2) = ( 0.0000000 0.0000000 0.0000000 )
3 I tau( 3) = ( 0.5000000 0.0000000 0.0000000 )
4 I tau( 4) = ( 0.0000000 0.0000000 0.5000000 )
5 I tau( 5) = ( 0.0000000 0.5000000 0.0000000 )
number of k points= 20
cart. coord. in units 2pi/alat
k( 1) = ( 0.0625000 0.0625000 0.0625000), wk = 0.0312500
k( 2) = ( 0.0625000 0.0625000 0.1875000), wk = 0.0937500
k( 3) = ( 0.0625000 0.0625000 0.3125000), wk = 0.0937500
k( 4) = ( 0.0625000 0.0625000 0.4375000), wk = 0.0937500
k( 5) = ( 0.0625000 0.1875000 0.1875000), wk = 0.0937500
k( 6) = ( 0.0625000 0.1875000 0.3125000), wk = 0.1875000
k( 7) = ( 0.0625000 0.1875000 0.4375000), wk = 0.1875000
k( 8) = ( 0.0625000 0.3125000 0.3125000), wk = 0.0937500
k( 9) = ( 0.0625000 0.3125000 0.4375000), wk = 0.1875000
k( 10) = ( 0.0625000 0.4375000 0.4375000), wk = 0.0937500
k( 11) = ( 0.1875000 0.1875000 0.1875000), wk = 0.0312500
k( 12) = ( 0.1875000 0.1875000 0.3125000), wk = 0.0937500
k( 13) = ( 0.1875000 0.1875000 0.4375000), wk = 0.0937500
k( 14) = ( 0.1875000 0.3125000 0.3125000), wk = 0.0937500
k( 15) = ( 0.1875000 0.3125000 0.4375000), wk = 0.1875000
k( 16) = ( 0.1875000 0.4375000 0.4375000), wk = 0.0937500
k( 17) = ( 0.3125000 0.3125000 0.3125000), wk = 0.0312500
k( 18) = ( 0.3125000 0.3125000 0.4375000), wk = 0.0937500
k( 19) = ( 0.3125000 0.4375000 0.4375000), wk = 0.0937500
k( 20) = ( 0.4375000 0.4375000 0.4375000), wk = 0.0312500
Dense grid: 154275 G-vectors FFT dimensions: ( 72, 72, 72)
Estimated max dynamical RAM per process > 39.20 MB
Estimated total dynamical RAM > 627.12 MB
Initial potential from superposition of free atoms
starting charge 43.9618, renormalised to 44.0000
Starting wfcs are 26 randomized atomic wfcs
total cpu time spent up to now is 1.7 secs
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 1.8
Threshold (ethr) on eigenvalues was too large:
Diagonalizing with lowered threshold
Davidson diagonalization with overlap
ethr = 1.67E-04, avg # of iterations = 3.8
total cpu time spent up to now is 2.7 secs
total energy = -282.02829758 Ry
estimated scf accuracy < 0.06029617 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.37E-04, avg # of iterations = 3.0
total cpu time spent up to now is 3.2 secs
total energy = -282.04825668 Ry
estimated scf accuracy < 0.01632021 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.71E-05, avg # of iterations = 2.1
total cpu time spent up to now is 3.7 secs
total energy = -282.05119815 Ry
estimated scf accuracy < 0.00032204 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.32E-07, avg # of iterations = 4.9
total cpu time spent up to now is 4.5 secs
total energy = -282.05139354 Ry
estimated scf accuracy < 0.00018243 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.15E-07, avg # of iterations = 2.3
total cpu time spent up to now is 5.0 secs
total energy = -282.05142455 Ry
estimated scf accuracy < 0.00000450 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.02E-08, avg # of iterations = 5.9
total cpu time spent up to now is 5.8 secs
total energy = -282.05143058 Ry
estimated scf accuracy < 0.00000357 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.11E-09, avg # of iterations = 2.2
total cpu time spent up to now is 6.3 secs
total energy = -282.05143144 Ry
estimated scf accuracy < 4.7E-09 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.07E-11, avg # of iterations = 11.8
total cpu time spent up to now is 8.1 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 2.6E-09 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.00E-12, avg # of iterations = 2.0
total cpu time spent up to now is 8.6 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 1.9E-10 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.26E-13, avg # of iterations = 5.5
total cpu time spent up to now is 9.3 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 1.2E-11 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.1
total cpu time spent up to now is 9.8 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 1.0E-11 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.0
total cpu time spent up to now is 10.2 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 1.5E-13 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 10.6 secs
End of self-consistent calculation
k = 0.0625 0.0625 0.0625 ( 19297 PWs) bands (ev):
-17.9690 -17.7075 -17.7075 -17.6856 -17.6856 -17.6856 -9.0513 -8.3289
-8.3289 -4.7333 -4.7333 -4.7307 -2.1434 -0.4425 -0.4425 -0.2951
1.9029 1.9029 1.9677 2.0592 2.1107 2.1107
k = 0.0625 0.0625 0.1875 ( 19308 PWs) bands (ev):
-17.9688 -17.7075 -17.7070 -17.6857 -17.6857 -17.6856 -9.0105 -8.3782
-8.3279 -4.7316 -4.7316 -4.7253 -2.4616 -0.4127 -0.3700 0.2286
1.7882 1.8371 1.9709 2.0099 2.0762 2.1127
k = 0.0625 0.0625 0.3125 ( 19280 PWs) bands (ev):
-17.9687 -17.7075 -17.7063 -17.6857 -17.6857 -17.6856 -8.9386 -8.4622
-8.3266 -4.7291 -4.7282 -4.7194 -2.7625 -0.3678 -0.3207 0.8503
1.6609 1.7578 1.9406 1.9794 2.0308 2.2293
k = 0.0625 0.0625 0.4375 ( 19257 PWs) bands (ev):
-17.9686 -17.7075 -17.7058 -17.6858 -17.6858 -17.6856 -8.8664 -8.5430
-8.3256 -4.7274 -4.7254 -4.7162 -2.9262 -0.3338 -0.2853 1.1159
1.5773 1.7320 1.9090 1.9402 2.0039 2.6412
k = 0.0625 0.1875 0.1875 ( 19281 PWs) bands (ev):
-17.9687 -17.7073 -17.7068 -17.6857 -17.6857 -17.6857 -8.9703 -8.3967
-8.3540 -4.7323 -4.7303 -4.7213 -2.7362 -0.3658 -0.0357 0.4233
1.6204 1.7831 1.9461 2.0092 2.0883 2.1704
k = 0.0625 0.1875 0.3125 ( 19271 PWs) bands (ev):
-17.9686 -17.7072 -17.7061 -17.6858 -17.6857 -17.6857 -8.8991 -8.4662
-8.3619 -4.7311 -4.7278 -4.7191 -3.0154 -0.3160 0.1352 0.8648
1.4918 1.7164 1.9015 2.0049 2.1407 2.2941
k = 0.0625 0.1875 0.4375 ( 19250 PWs) bands (ev):
-17.9684 -17.7072 -17.7056 -17.6858 -17.6858 -17.6857 -8.8262 -8.5432
-8.3624 -4.7297 -4.7243 -4.7201 -3.1722 -0.2782 0.1988 1.0258
1.4659 1.7325 1.8338 2.0016 2.1405 2.7154
k = 0.0625 0.3125 0.3125 ( 19258 PWs) bands (ev):
-17.9684 -17.7069 -17.7057 -17.6858 -17.6857 -17.6857 -8.8284 -8.4879
-8.4109 -4.7321 -4.7273 -4.7202 -3.2850 -0.2589 0.6649 0.8945
1.3970 1.6559 1.8268 1.9790 2.3308 2.4635
k = 0.0625 0.3125 0.4375 ( 19255 PWs) bands (ev):
-17.9683 -17.7068 -17.7053 -17.6859 -17.6858 -17.6857 -8.7526 -8.5438
-8.4309 -4.7316 -4.7275 -4.7218 -3.4406 -0.2152 0.8637 0.9121
1.4364 1.6586 1.7630 1.9517 2.3756 2.9212
k = 0.0625 0.4375 0.4375 ( 19253 PWs) bands (ev):
-17.9682 -17.7067 -17.7049 -17.6859 -17.6858 -17.6858 -8.6649 -8.5496
-8.5099 -4.7325 -4.7314 -4.7214 -3.5977 -0.1664 0.8157 1.3461
1.4399 1.6206 1.7426 1.8616 2.5129 3.3219
k = 0.1875 0.1875 0.1875 ( 19267 PWs) bands (ev):
-17.9686 -17.7068 -17.7068 -17.6857 -17.6857 -17.6857 -8.9312 -8.3953
-8.3953 -4.7331 -4.7331 -4.7173 -2.9844 -0.0012 -0.0012 0.5625
1.5875 1.5875 1.8959 2.1193 2.1641 2.1641
k = 0.1875 0.1875 0.3125 ( 19261 PWs) bands (ev):
-17.9685 -17.7068 -17.7061 -17.6858 -17.6858 -17.6857 -8.8618 -8.4679
-8.3932 -4.7343 -4.7323 -4.7170 -3.2494 0.0524 0.2547 0.8753
1.4079 1.5549 1.9688 2.1331 2.1927 2.3076
k = 0.1875 0.1875 0.4375 ( 19273 PWs) bands (ev):
-17.9683 -17.7068 -17.7056 -17.6858 -17.6858 -17.6857 -8.7895 -8.5426
-8.3918 -4.7351 -4.7280 -4.7209 -3.4021 0.0948 0.3473 0.9988
1.2996 1.6217 1.9637 2.1227 2.2085 2.7574
k = 0.1875 0.3125 0.3125 ( 19248 PWs) bands (ev):
-17.9683 -17.7064 -17.7057 -17.6858 -17.6858 -17.6858 -8.7953 -8.4860
-8.4358 -4.7362 -4.7361 -4.7194 -3.5085 0.1919 0.7006 0.9047
1.3016 1.4439 2.0424 2.1749 2.3306 2.4496
k = 0.1875 0.3125 0.4375 ( 19263 PWs) bands (ev):
-17.9682 -17.7063 -17.7053 -17.6859 -17.6858 -17.6858 -8.7231 -8.5422
-8.4476 -4.7388 -4.7345 -4.7244 -3.6614 0.2491 0.8932 0.9387
1.2329 1.4911 2.0351 2.1573 2.3854 2.9371
k = 0.1875 0.4375 0.4375 ( 19247 PWs) bands (ev):
-17.9681 -17.7062 -17.7049 -17.6859 -17.6858 -17.6858 -8.6445 -8.5472
-8.5135 -4.7389 -4.7388 -4.7292 -3.8163 0.3150 0.8603 1.1986
1.2240 1.6062 2.0479 2.1000 2.5175 3.3496
k = 0.3125 0.3125 0.3125 ( 19282 PWs) bands (ev):
-17.9681 -17.7057 -17.7057 -17.6858 -17.6858 -17.6858 -8.7363 -8.4831
-8.4831 -4.7420 -4.7420 -4.7250 -3.7640 0.7658 0.7658 0.9243
1.2478 1.2478 2.3074 2.3074 2.3546 2.5324
k = 0.3125 0.3125 0.4375 ( 19253 PWs) bands (ev):
-17.9680 -17.7057 -17.7052 -17.6859 -17.6859 -17.6858 -8.6709 -8.5403
-8.4811 -4.7461 -4.7425 -4.7324 -3.9178 0.8388 0.9387 0.9966
1.1088 1.3870 2.2772 2.3176 2.4268 3.0554
k = 0.3125 0.4375 0.4375 ( 19251 PWs) bands (ev):
-17.9679 -17.7054 -17.7049 -17.6859 -17.6859 -17.6859 -8.6105 -8.5439
-8.5231 -4.7486 -4.7477 -4.7410 -4.0739 0.9244 0.9966 1.0650
1.1034 1.6076 2.3406 2.3521 2.5246 3.4508
k = 0.4375 0.4375 0.4375 ( 19310 PWs) bands (ev):
-17.9678 -17.7049 -17.7049 -17.6859 -17.6859 -17.6859 -8.5744 -8.5415
-8.5415 -4.7539 -4.7539 -4.7508 -4.2323 0.9644 0.9929 0.9929
1.6106 1.6106 2.5076 2.5076 2.5395 3.7759
highest occupied level (ev): 3.7759
! total energy = -282.05143151 Ry
estimated scf accuracy < 1.8E-15 Ry
The total energy is the sum of the following terms:
one-electron contribution = -118.30441831 Ry
hartree contribution = 75.84562372 Ry
xc contribution = -80.98255348 Ry
ewald contribution = -158.61008344 Ry
convergence has been achieved in 13 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -4.21
-0.00002860 0.00000000 0.00000000 -4.21 0.00 0.00
0.00000000 -0.00002860 0.00000000 0.00 -4.21 0.00
0.00000000 0.00000000 -0.00002860 0.00 0.00 -4.21
BFGS Geometry Optimization
Energy error = 0.0E+00 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 4.2E+00 kbar
number of scf cycles = 1
number of bfgs steps = 0
enthalpy new = -282.0514315147 Ry
new trust radius = 0.0057095316 bohr
new conv_thr = 1.0E-14 Ry
new unit-cell volume = 1591.02579 a.u.^3 ( 235.76570 Ang^3 )
density = 4.45360 g/cm^3
CELL_PARAMETERS (angstrom)
6.177700833 0.000000000 0.000000000
0.000000000 6.177700833 0.000000000
0.000000000 0.000000000 6.177700833
ATOMIC_POSITIONS (angstrom)
Cs 3.0888504165 3.0888504165 3.0888504165
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0888504165 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0888504165
I 0.0000000000 3.0888504165 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.90558, renormalised to 44.00000
total cpu time spent up to now is 12.5 secs
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 3.1
total cpu time spent up to now is 13.1 secs
total energy = -282.05101466 Ry
estimated scf accuracy < 0.00028474 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.47E-07, avg # of iterations = 5.0
total cpu time spent up to now is 13.8 secs
total energy = -282.05152228 Ry
estimated scf accuracy < 0.00049469 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.47E-07, avg # of iterations = 2.0
total cpu time spent up to now is 14.3 secs
total energy = -282.05153857 Ry
estimated scf accuracy < 0.00009385 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.13E-07, avg # of iterations = 2.0
total cpu time spent up to now is 14.8 secs
total energy = -282.05153247 Ry
estimated scf accuracy < 0.00004364 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.92E-08, avg # of iterations = 1.6
total cpu time spent up to now is 15.2 secs
total energy = -282.05152166 Ry
estimated scf accuracy < 0.00002400 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.46E-08, avg # of iterations = 2.8
total cpu time spent up to now is 15.7 secs
total energy = -282.05152443 Ry
estimated scf accuracy < 0.00000214 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.87E-09, avg # of iterations = 4.0
total cpu time spent up to now is 16.3 secs
total energy = -282.05152526 Ry
estimated scf accuracy < 0.00000008 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.91E-10, avg # of iterations = 2.8
total cpu time spent up to now is 16.9 secs
total energy = -282.05152579 Ry
estimated scf accuracy < 0.00000010 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.91E-10, avg # of iterations = 5.1
total cpu time spent up to now is 17.6 secs
total energy = -282.05152468 Ry
estimated scf accuracy < 0.00000199 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.91E-10, avg # of iterations = 5.3
total cpu time spent up to now is 18.5 secs
total energy = -282.05152524 Ry
estimated scf accuracy < 0.00000014 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.91E-10, avg # of iterations = 2.8
total cpu time spent up to now is 19.0 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 0.00000008 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.82E-10, avg # of iterations = 2.0
total cpu time spent up to now is 19.5 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.23E-11, avg # of iterations = 3.1
total cpu time spent up to now is 20.1 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 3.0E-09 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.81E-12, avg # of iterations = 2.7
total cpu time spent up to now is 20.6 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 3.7E-11 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 6.8
total cpu time spent up to now is 21.5 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 3.5E-09 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 6.0
total cpu time spent up to now is 22.3 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 5.0E-11 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 22.7 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 6.0E-11 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.6
total cpu time spent up to now is 23.3 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 4.1E-13 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 23.7 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 5.0E-14 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 24.1 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 2.3E-14 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 24.5 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 1.0E-13 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 24.9 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 2.9E-14 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 25.3 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 3.2E-14 Ry
iteration # 24 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 25.7 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 1.2E-14 Ry
iteration # 25 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 26.1 secs
End of self-consistent calculation
k = 0.0625 0.0625 0.0625 ( 19297 PWs) bands (ev):
-17.9482 -17.6852 -17.6852 -17.6630 -17.6630 -17.6630 -9.0402 -8.3133
-8.3133 -4.7131 -4.7131 -4.7105 -2.1220 -0.4322 -0.4322 -0.2830
1.9184 1.9184 1.9835 2.0760 2.1277 2.1277
k = 0.0625 0.0625 0.1876 ( 19308 PWs) bands (ev):
-17.9481 -17.6852 -17.6847 -17.6631 -17.6631 -17.6630 -8.9992 -8.3630
-8.3123 -4.7114 -4.7113 -4.7050 -2.4424 -0.4023 -0.3593 0.2429
1.8032 1.8524 1.9867 2.0265 2.0929 2.1298
k = 0.0625 0.0625 0.3127 ( 19280 PWs) bands (ev):
-17.9479 -17.6852 -17.6840 -17.6631 -17.6631 -17.6630 -8.9269 -8.4476
-8.3110 -4.7089 -4.7079 -4.6990 -2.7445 -0.3573 -0.3098 0.8650
1.6754 1.7729 1.9561 1.9956 2.0471 2.2482
k = 0.0625 0.0625 0.4378 ( 19257 PWs) bands (ev):
-17.9478 -17.6852 -17.6835 -17.6632 -17.6632 -17.6630 -8.8544 -8.5289
-8.3100 -4.7071 -4.7051 -4.6957 -2.9086 -0.3233 -0.2744 1.1293
1.5916 1.7470 1.9244 1.9561 2.0200 2.6635
k = 0.0625 0.1876 0.1876 ( 19281 PWs) bands (ev):
-17.9480 -17.6850 -17.6845 -17.6631 -17.6631 -17.6631 -8.9588 -8.3816
-8.3386 -4.7121 -4.7100 -4.7009 -2.7186 -0.3553 -0.0242 0.4383
1.6350 1.7981 1.9626 2.0253 2.1053 2.1875
k = 0.0625 0.1876 0.3127 ( 19271 PWs) bands (ev):
-17.9478 -17.6849 -17.6838 -17.6632 -17.6631 -17.6631 -8.8872 -8.4517
-8.3466 -4.7108 -4.7075 -4.6987 -2.9988 -0.3053 0.1476 0.8789
1.5060 1.7312 1.9175 2.0210 2.1577 2.3130
k = 0.0625 0.1876 0.4378 ( 19250 PWs) bands (ev):
-17.9477 -17.6849 -17.6833 -17.6632 -17.6632 -17.6631 -8.8139 -8.5291
-8.3471 -4.7094 -4.7040 -4.6997 -3.1561 -0.2674 0.2114 1.0386
1.4800 1.7475 1.8493 2.0178 2.1569 2.7380
k = 0.0625 0.3127 0.3127 ( 19258 PWs) bands (ev):
-17.9477 -17.6846 -17.6834 -17.6632 -17.6631 -17.6631 -8.8162 -8.4735
-8.3959 -4.7118 -4.7070 -4.6998 -3.2696 -0.2480 0.6784 0.9075
1.4115 1.6704 1.8423 1.9952 2.3482 2.4843
k = 0.0625 0.3127 0.4378 ( 19255 PWs) bands (ev):
-17.9475 -17.6845 -17.6830 -17.6633 -17.6632 -17.6631 -8.7399 -8.5298
-8.4160 -4.7113 -4.7072 -4.7014 -3.4257 -0.2042 0.8773 0.9248
1.4506 1.6733 1.7781 1.9679 2.3930 2.9446
k = 0.0625 0.4378 0.4378 ( 19253 PWs) bands (ev):
-17.9474 -17.6844 -17.6826 -17.6633 -17.6632 -17.6632 -8.6517 -8.5356
-8.4956 -4.7123 -4.7111 -4.7010 -3.5834 -0.1551 0.8273 1.3608
1.4541 1.6356 1.7576 1.8779 2.5309 3.3471
k = 0.1876 0.1876 0.1876 ( 19267 PWs) bands (ev):
-17.9479 -17.6845 -17.6845 -17.6631 -17.6631 -17.6631 -8.9195 -8.3802
-8.3802 -4.7129 -4.7129 -4.6969 -2.9681 0.0104 0.0104 0.5775
1.6018 1.6018 1.9132 2.1357 2.1811 2.1811
k = 0.1876 0.1876 0.3127 ( 19261 PWs) bands (ev):
-17.9477 -17.6845 -17.6838 -17.6632 -17.6632 -17.6631 -8.8498 -8.4533
-8.3781 -4.7141 -4.7120 -4.6966 -3.2341 0.0642 0.2674 0.8891
1.4217 1.5694 1.9863 2.1497 2.2094 2.3265
k = 0.1876 0.1876 0.4378 ( 19273 PWs) bands (ev):
-17.9476 -17.6845 -17.6833 -17.6632 -17.6632 -17.6631 -8.7770 -8.5286
-8.3767 -4.7149 -4.7077 -4.7005 -3.3872 0.1067 0.3605 1.0115
1.3130 1.6365 1.9798 2.1393 2.2252 2.7802
k = 0.1876 0.3127 0.3127 ( 19248 PWs) bands (ev):
-17.9476 -17.6841 -17.6834 -17.6632 -17.6632 -17.6632 -8.7828 -8.4715
-8.4210 -4.7160 -4.7159 -4.6990 -3.4944 0.2042 0.7142 0.9176
1.3152 1.4580 2.0596 2.1917 2.3479 2.4702
k = 0.1876 0.3127 0.4378 ( 19263 PWs) bands (ev):
-17.9474 -17.6840 -17.6830 -17.6633 -17.6632 -17.6632 -8.7102 -8.5282
-8.4329 -4.7186 -4.7142 -4.7040 -3.6477 0.2617 0.9066 0.9516
1.2463 1.5057 2.0514 2.1740 2.4029 2.9605
k = 0.1876 0.4378 0.4378 ( 19247 PWs) bands (ev):
-17.9473 -17.6839 -17.6826 -17.6633 -17.6632 -17.6632 -8.6311 -8.5332
-8.4992 -4.7188 -4.7186 -4.7089 -3.8033 0.3279 0.8723 1.2122
1.2375 1.6225 2.0641 2.1165 2.5355 3.3748
k = 0.3127 0.3127 0.3127 ( 19282 PWs) bands (ev):
-17.9474 -17.6834 -17.6834 -17.6632 -17.6632 -17.6632 -8.7235 -8.4687
-8.4687 -4.7219 -4.7219 -4.7046 -3.7510 0.7795 0.7795 0.9370
1.2614 1.2614 2.3247 2.3247 2.3719 2.5545
k = 0.3127 0.3127 0.4378 ( 19253 PWs) bands (ev):
-17.9473 -17.6834 -17.6829 -17.6633 -17.6633 -17.6632 -8.6577 -8.5262
-8.4666 -4.7260 -4.7224 -4.7121 -3.9054 0.8529 0.9512 1.0103
1.1220 1.4020 2.2943 2.3349 2.4445 3.0792
k = 0.3127 0.4378 0.4378 ( 19251 PWs) bands (ev):
-17.9472 -17.6831 -17.6826 -17.6633 -17.6633 -17.6633 -8.5969 -8.5298
-8.5089 -4.7286 -4.7276 -4.7209 -4.0622 0.9368 1.0108 1.0780
1.1172 1.6242 2.3579 2.3695 2.5427 3.4759
k = 0.4378 0.4378 0.4378 ( 19310 PWs) bands (ev):
-17.9471 -17.6826 -17.6826 -17.6633 -17.6633 -17.6633 -8.5605 -8.5274
-8.5274 -4.7340 -4.7340 -4.7307 -4.2213 0.9771 1.0058 1.0058
1.6272 1.6272 2.5257 2.5257 2.5577 3.8014
highest occupied level (ev): 3.8014
! total energy = -282.05152523 Ry
estimated scf accuracy < 6.2E-15 Ry
The total energy is the sum of the following terms:
one-electron contribution = -118.13277107 Ry
hartree contribution = 75.79046695 Ry
xc contribution = -80.98566079 Ry
ewald contribution = -158.72356032 Ry
convergence has been achieved in 25 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -3.86
-0.00002625 0.00000000 0.00000000 -3.86 0.00 0.00
0.00000000 -0.00002625 0.00000000 0.00 -3.86 0.00
0.00000000 0.00000000 -0.00002625 0.00 0.00 -3.86
Energy error = 9.4E-05 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 3.9E+00 kbar
number of scf cycles = 2
number of bfgs steps = 1
enthalpy old = -282.0514315147 Ry
enthalpy new = -282.0515252328 Ry
CASE: enthalpy _new < enthalpy _old
WARNING: bfgs curvature condition failed, Theta= 0.873
new trust radius = 0.0085612355 bohr
new conv_thr = 1.0E-16 Ry
new unit-cell volume = 1585.90897 a.u.^3 ( 235.00746 Ang^3 )
density = 4.46797 g/cm^3
CELL_PARAMETERS (angstrom)
6.171071120 0.000000000 0.000000000
0.000000000 6.171071120 0.000000000
0.000000000 0.000000000 6.171071120
ATOMIC_POSITIONS (angstrom)
Cs 3.0855355602 3.0855355602 3.0855355602
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0855355602 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0855355602
I 0.0000000000 3.0855355602 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.85816, renormalised to 44.00000
total cpu time spent up to now is 27.9 secs
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 4.3
total cpu time spent up to now is 28.6 secs
total energy = -282.05043664 Ry
estimated scf accuracy < 0.00068477 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.56E-06, avg # of iterations = 5.0
total cpu time spent up to now is 29.4 secs
total energy = -282.05164060 Ry
estimated scf accuracy < 0.00121130 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.56E-06, avg # of iterations = 2.0
total cpu time spent up to now is 29.9 secs
total energy = -282.05168148 Ry
estimated scf accuracy < 0.00022683 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.16E-07, avg # of iterations = 2.0
total cpu time spent up to now is 30.3 secs
total energy = -282.05167052 Ry
estimated scf accuracy < 0.00010371 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.36E-07, avg # of iterations = 1.4
total cpu time spent up to now is 30.7 secs
total energy = -282.05164269 Ry
estimated scf accuracy < 0.00006277 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.43E-07, avg # of iterations = 2.5
total cpu time spent up to now is 31.2 secs
total energy = -282.05164795 Ry
estimated scf accuracy < 0.00000717 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.63E-08, avg # of iterations = 4.2
total cpu time spent up to now is 31.9 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 0.00000022 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.99E-10, avg # of iterations = 3.1
total cpu time spent up to now is 32.4 secs
total energy = -282.05165190 Ry
estimated scf accuracy < 0.00000014 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.18E-10, avg # of iterations = 5.9
total cpu time spent up to now is 33.3 secs
total energy = -282.05164887 Ry
estimated scf accuracy < 0.00000598 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.18E-10, avg # of iterations = 6.0
total cpu time spent up to now is 34.2 secs
total energy = -282.05165037 Ry
estimated scf accuracy < 0.00000038 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.18E-10, avg # of iterations = 3.1
total cpu time spent up to now is 34.8 secs
total energy = -282.05165044 Ry
estimated scf accuracy < 0.00000008 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.79E-10, avg # of iterations = 1.1
total cpu time spent up to now is 35.2 secs
total energy = -282.05165041 Ry
estimated scf accuracy < 0.00000005 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.17E-10, avg # of iterations = 2.0
total cpu time spent up to now is 35.7 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.1E-09 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.53E-12, avg # of iterations = 4.3
total cpu time spent up to now is 36.3 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 5.6E-11 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.28E-13, avg # of iterations = 4.0
total cpu time spent up to now is 36.9 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 9.4E-11 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.28E-13, avg # of iterations = 1.6
total cpu time spent up to now is 37.3 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.2E-10 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.28E-13, avg # of iterations = 1.1
total cpu time spent up to now is 37.8 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 6.6E-11 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.28E-13, avg # of iterations = 3.0
total cpu time spent up to now is 38.3 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.0E-11 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.0
total cpu time spent up to now is 38.7 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 6.8E-14 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 39.1 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.1E-13 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 39.5 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.0E-14 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 40.0 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 2.7E-15 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 40.4 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 6.0E-16 Ry
iteration # 24 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 40.8 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.0E-16 Ry
iteration # 25 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 41.2 secs
End of self-consistent calculation
k = 0.0626 0.0626 0.0626 ( 19297 PWs) bands (ev):
-17.9170 -17.6517 -17.6517 -17.6290 -17.6290 -17.6290 -9.0235 -8.2898
-8.2898 -4.6827 -4.6827 -4.6800 -2.0898 -0.4166 -0.4166 -0.2645
1.9417 1.9417 2.0073 2.1013 2.1532 2.1532
k = 0.0626 0.0626 0.1878 ( 19308 PWs) bands (ev):
-17.9169 -17.6517 -17.6512 -17.6291 -17.6291 -17.6290 -8.9822 -8.3401
-8.2889 -4.6810 -4.6809 -4.6744 -2.4135 -0.3867 -0.3432 0.2644
1.8259 1.8755 2.0104 2.0515 2.1181 2.1555
k = 0.0626 0.0626 0.3131 ( 19280 PWs) bands (ev):
-17.9167 -17.6517 -17.6505 -17.6291 -17.6291 -17.6290 -8.9094 -8.4256
-8.2875 -4.6784 -4.6774 -4.6683 -2.7175 -0.3416 -0.2935 0.8870
1.6974 1.7957 1.9795 2.0200 2.0717 2.2766
k = 0.0626 0.0626 0.4383 ( 19257 PWs) bands (ev):
-17.9166 -17.6517 -17.6500 -17.6292 -17.6292 -17.6290 -8.8363 -8.5078
-8.2865 -4.6766 -4.6745 -4.6650 -2.8822 -0.3074 -0.2579 1.1497
1.6131 1.7696 1.9475 1.9800 2.0443 2.6969
k = 0.0626 0.1878 0.1878 ( 19281 PWs) bands (ev):
-17.9168 -17.6515 -17.6510 -17.6291 -17.6291 -17.6291 -8.9415 -8.3589
-8.3154 -4.6816 -4.6795 -4.6703 -2.6921 -0.3394 -0.0068 0.4608
1.6569 1.8207 1.9874 2.0494 2.1308 2.2132
k = 0.0626 0.1878 0.3131 ( 19271 PWs) bands (ev):
-17.9166 -17.6514 -17.6503 -17.6292 -17.6291 -17.6291 -8.8694 -8.4297
-8.3235 -4.6803 -4.6769 -4.6680 -2.9740 -0.2892 0.1661 0.9002
1.5276 1.7537 1.9416 2.0453 2.1833 2.3414
k = 0.0626 0.1878 0.4383 ( 19250 PWs) bands (ev):
-17.9165 -17.6514 -17.6498 -17.6292 -17.6292 -17.6291 -8.7955 -8.5080
-8.3240 -4.6789 -4.6734 -4.6690 -3.1320 -0.2512 0.2305 1.0579
1.5012 1.7701 1.8726 2.0421 2.1817 2.7719
k = 0.0626 0.3131 0.3131 ( 19258 PWs) bands (ev):
-17.9164 -17.6511 -17.6499 -17.6292 -17.6291 -17.6291 -8.7977 -8.4518
-8.3733 -4.6813 -4.6764 -4.6692 -3.2464 -0.2316 0.6988 0.9270
1.4332 1.6924 1.8658 2.0197 2.3744 2.5155
k = 0.0626 0.3131 0.4383 ( 19255 PWs) bands (ev):
-17.9163 -17.6510 -17.6495 -17.6293 -17.6292 -17.6291 -8.7208 -8.5087
-8.3937 -4.6809 -4.6766 -4.6707 -3.4033 -0.1875 0.8976 0.9441
1.4720 1.6955 1.8008 1.9924 2.4193 2.9798
k = 0.0626 0.4383 0.4383 ( 19253 PWs) bands (ev):
-17.9162 -17.6509 -17.6491 -17.6293 -17.6292 -17.6292 -8.6317 -8.5145
-8.4741 -4.6818 -4.6806 -4.6704 -3.5619 -0.1382 0.8448 1.3829
1.4756 1.6581 1.7801 1.9024 2.5581 3.3850
k = 0.1878 0.1878 0.1878 ( 19267 PWs) bands (ev):
-17.9167 -17.6510 -17.6510 -17.6291 -17.6291 -17.6291 -8.9019 -8.3574
-8.3574 -4.6825 -4.6825 -4.6662 -2.9437 0.0280 0.0280 0.6002
1.6235 1.6235 1.9392 2.1603 2.2066 2.2066
k = 0.1878 0.1878 0.3131 ( 19261 PWs) bands (ev):
-17.9165 -17.6510 -17.6502 -17.6292 -17.6292 -17.6291 -8.8316 -8.4314
-8.3554 -4.6837 -4.6815 -4.6659 -3.2112 0.0820 0.2866 0.9097
1.4424 1.5911 2.0126 2.1747 2.2346 2.3550
k = 0.1878 0.1878 0.4383 ( 19273 PWs) bands (ev):
-17.9164 -17.6510 -17.6497 -17.6292 -17.6292 -17.6291 -8.7583 -8.5074
-8.3539 -4.6845 -4.6771 -4.6698 -3.3650 0.1246 0.3805 1.0306
1.3333 1.6588 2.0040 2.1642 2.2503 2.8144
k = 0.1878 0.3131 0.3131 ( 19248 PWs) bands (ev):
-17.9163 -17.6506 -17.6499 -17.6293 -17.6292 -17.6292 -8.7641 -8.4498
-8.3987 -4.6856 -4.6856 -4.6683 -3.4731 0.2228 0.7347 0.9371
1.3358 1.4793 2.0854 2.2170 2.3740 2.5012
k = 0.1878 0.3131 0.4383 ( 19263 PWs) bands (ev):
-17.9162 -17.6505 -17.6494 -17.6293 -17.6292 -17.6292 -8.6909 -8.5070
-8.4107 -4.6883 -4.6838 -4.6734 -3.6272 0.2806 0.9269 0.9712
1.2665 1.5278 2.0759 2.1992 2.4292 2.9958
k = 0.1878 0.4383 0.4383 ( 19247 PWs) bands (ev):
-17.9161 -17.6504 -17.6491 -17.6293 -17.6292 -17.6292 -8.6109 -8.5121
-8.4778 -4.6884 -4.6883 -4.6784 -3.7837 0.3473 0.8903 1.2327
1.2578 1.6469 2.0885 2.1414 2.5627 3.4127
k = 0.3131 0.3131 0.3131 ( 19282 PWs) bands (ev):
-17.9162 -17.6499 -17.6499 -17.6293 -17.6293 -17.6292 -8.7042 -8.4469
-8.4469 -4.6916 -4.6916 -4.6740 -3.7314 0.8003 0.8003 0.9561
1.2818 1.2818 2.3508 2.3508 2.3981 2.5876
k = 0.3131 0.3131 0.4383 ( 19253 PWs) bands (ev):
-17.9161 -17.6499 -17.6494 -17.6293 -17.6293 -17.6293 -8.6378 -8.5050
-8.4448 -4.6958 -4.6922 -4.6817 -3.8867 0.8742 0.9701 1.0309
1.1417 1.4248 2.3202 2.3609 2.4711 3.1151
k = 0.3131 0.4383 0.4383 ( 19251 PWs) bands (ev):
-17.9160 -17.6496 -17.6491 -17.6293 -17.6293 -17.6293 -8.5764 -8.5087
-8.4875 -4.6984 -4.6974 -4.6906 -4.0445 0.9554 1.0320 1.0977
1.1381 1.6491 2.3841 2.3957 2.5699 3.5137
k = 0.4383 0.4383 0.4383 ( 19310 PWs) bands (ev):
-17.9159 -17.6491 -17.6491 -17.6293 -17.6293 -17.6293 -8.5397 -8.5062
-8.5062 -4.7039 -4.7039 -4.7006 -4.2047 0.9962 1.0251 1.0251
1.6523 1.6523 2.5529 2.5529 2.5850 3.8396
highest occupied level (ev): 3.8396
! total energy = -282.05165042 Ry
estimated scf accuracy < 1.1E-17 Ry
The total energy is the sum of the following terms:
one-electron contribution = -117.87491046 Ry
hartree contribution = 75.70768683 Ry
xc contribution = -80.99034638 Ry
ewald contribution = -158.89408041 Ry
convergence has been achieved in 25 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -3.34
-0.00002267 0.00000000 0.00000000 -3.34 0.00 0.00
0.00000000 -0.00002267 0.00000000 0.00 -3.34 0.00
0.00000000 0.00000000 -0.00002267 0.00 0.00 -3.34
Energy error = 1.3E-04 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 3.3E+00 kbar
number of scf cycles = 3
number of bfgs steps = 2
enthalpy old = -282.0515252328 Ry
enthalpy new = -282.0516504184 Ry
CASE: enthalpy _new < enthalpy _old
new trust radius = 0.0128349606 bohr
new conv_thr = 1.0E-16 Ry
new unit-cell volume = 1578.25433 a.u.^3 ( 233.87316 Ang^3 )
density = 4.48964 g/cm^3
CELL_PARAMETERS (angstrom)
6.161126551 0.000000000 0.000000000
0.000000000 6.161126551 0.000000000
0.000000000 0.000000000 6.161126551
ATOMIC_POSITIONS (angstrom)
Cs 3.0805632756 3.0805632756 3.0805632756
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0805632756 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0805632756
I 0.0000000000 3.0805632756 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.78678, renormalised to 44.00000
total cpu time spent up to now is 43.0 secs
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 5.0
total cpu time spent up to now is 43.8 secs
total energy = -282.04893099 Ry
estimated scf accuracy < 0.00164252 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.73E-06, avg # of iterations = 5.0
total cpu time spent up to now is 44.5 secs
total energy = -282.05177796 Ry
estimated scf accuracy < 0.00293563 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.73E-06, avg # of iterations = 2.0
total cpu time spent up to now is 45.0 secs
total energy = -282.05187307 Ry
estimated scf accuracy < 0.00054884 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.25E-06, avg # of iterations = 2.0
total cpu time spent up to now is 45.5 secs
total energy = -282.05185036 Ry
estimated scf accuracy < 0.00024330 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.53E-07, avg # of iterations = 1.3
total cpu time spent up to now is 45.9 secs
total energy = -282.05178750 Ry
estimated scf accuracy < 0.00014740 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.35E-07, avg # of iterations = 2.3
total cpu time spent up to now is 46.4 secs
total energy = -282.05179652 Ry
estimated scf accuracy < 0.00001983 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.51E-08, avg # of iterations = 3.8
total cpu time spent up to now is 47.0 secs
total energy = -282.05180307 Ry
estimated scf accuracy < 0.00000049 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.12E-09, avg # of iterations = 4.1
total cpu time spent up to now is 47.6 secs
total energy = -282.05180374 Ry
estimated scf accuracy < 0.00000029 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.69E-10, avg # of iterations = 4.0
total cpu time spent up to now is 48.2 secs
total energy = -282.05180275 Ry
estimated scf accuracy < 0.00000192 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.69E-10, avg # of iterations = 4.1
total cpu time spent up to now is 48.9 secs
total energy = -282.05180300 Ry
estimated scf accuracy < 0.00000065 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.69E-10, avg # of iterations = 3.1
total cpu time spent up to now is 49.5 secs
total energy = -282.05180315 Ry
estimated scf accuracy < 0.00000010 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.36E-10, avg # of iterations = 1.1
total cpu time spent up to now is 49.9 secs
total energy = -282.05180310 Ry
estimated scf accuracy < 0.00000007 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.63E-10, avg # of iterations = 3.0
total cpu time spent up to now is 50.5 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 5.1E-09 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.15E-11, avg # of iterations = 3.1
total cpu time spent up to now is 51.1 secs
total energy = -282.05180313 Ry
estimated scf accuracy < 2.3E-09 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.32E-12, avg # of iterations = 2.3
total cpu time spent up to now is 51.5 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 6.9E-09 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.32E-12, avg # of iterations = 3.0
total cpu time spent up to now is 52.1 secs
total energy = -282.05180313 Ry
estimated scf accuracy < 8.4E-11 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.90E-13, avg # of iterations = 3.6
total cpu time spent up to now is 52.7 secs
total energy = -282.05180313 Ry
estimated scf accuracy < 1.8E-11 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.0
total cpu time spent up to now is 53.1 secs
total energy = -282.05180313 Ry
estimated scf accuracy < 4.9E-13 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 53.6 secs
total energy = -282.05180313 Ry
estimated scf accuracy < 1.1E-13 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 54.0 secs
total energy = -282.05180313 Ry
estimated scf accuracy < 5.1E-14 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 54.4 secs
total energy = -282.05180313 Ry
estimated scf accuracy < 2.1E-14 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 54.8 secs
total energy = -282.05180313 Ry
estimated scf accuracy < 7.6E-16 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 55.2 secs
End of self-consistent calculation
k = 0.0627 0.0627 0.0627 ( 19297 PWs) bands (ev):
-17.8700 -17.6014 -17.6014 -17.5779 -17.5779 -17.5779 -8.9983 -8.2544
-8.2544 -4.6369 -4.6369 -4.6342 -2.0414 -0.3931 -0.3931 -0.2367
1.9770 1.9770 2.0432 2.1394 2.1919 2.1919
k = 0.0627 0.0627 0.1881 ( 19308 PWs) bands (ev):
-17.8699 -17.6014 -17.6008 -17.5780 -17.5780 -17.5779 -8.9566 -8.3055
-8.2534 -4.6351 -4.6351 -4.6284 -2.3701 -0.3631 -0.3189 0.2970
1.8600 1.9103 2.0462 2.0891 2.1560 2.1944
k = 0.0627 0.0627 0.3136 ( 19280 PWs) bands (ev):
-17.8697 -17.6014 -17.6001 -17.5780 -17.5780 -17.5779 -8.8830 -8.3925
-8.2520 -4.6325 -4.6314 -4.6221 -2.6767 -0.3178 -0.2689 0.9202
1.7304 1.8302 2.0148 2.0569 2.1089 2.3194
k = 0.0627 0.0627 0.4390 ( 19257 PWs) bands (ev):
-17.8696 -17.6014 -17.5996 -17.5781 -17.5781 -17.5779 -8.8090 -8.4759
-8.2510 -4.6306 -4.6285 -4.6186 -2.8425 -0.2835 -0.2331 1.1803
1.6456 1.8038 1.9824 2.0161 2.0809 2.7475
k = 0.0627 0.1881 0.1881 ( 19281 PWs) bands (ev):
-17.8698 -17.6011 -17.6006 -17.5780 -17.5780 -17.5780 -8.9154 -8.3247
-8.2805 -4.6358 -4.6337 -4.6241 -2.6524 -0.3154 0.0195 0.4950
1.6899 1.8549 2.0249 2.0858 2.1694 2.2519
k = 0.0627 0.1881 0.3136 ( 19271 PWs) bands (ev):
-17.8696 -17.6010 -17.5999 -17.5781 -17.5780 -17.5780 -8.8425 -8.3966
-8.2886 -4.6344 -4.6310 -4.6217 -2.9366 -0.2649 0.1942 0.9323
1.5600 1.7875 1.9780 2.0819 2.2220 2.3844
k = 0.0627 0.1881 0.4390 ( 19250 PWs) bands (ev):
-17.8695 -17.6010 -17.5994 -17.5781 -17.5781 -17.5780 -8.7677 -8.4761
-8.2891 -4.6330 -4.6273 -4.6228 -3.0955 -0.2267 0.2592 1.0871
1.5332 1.8041 1.9078 2.0788 2.2190 2.8231
k = 0.0627 0.3136 0.3136 ( 19258 PWs) bands (ev):
-17.8694 -17.6007 -17.5994 -17.5781 -17.5780 -17.5780 -8.7699 -8.4191
-8.3393 -4.6354 -4.6304 -4.6229 -3.2116 -0.2069 0.7295 0.9565
1.4660 1.7255 1.9012 2.0565 2.4140 2.5626
k = 0.0627 0.3136 0.4390 ( 19255 PWs) bands (ev):
-17.8693 -17.6006 -17.5990 -17.5782 -17.5781 -17.5780 -8.6920 -8.4768
-8.3600 -4.6349 -4.6306 -4.6246 -3.3696 -0.1625 0.9281 0.9734
1.5043 1.7290 1.8352 2.0293 2.4590 3.0330
k = 0.0627 0.4390 0.4390 ( 19253 PWs) bands (ev):
-17.8692 -17.6005 -17.5986 -17.5782 -17.5781 -17.5781 -8.6017 -8.4827
-8.4417 -4.6359 -4.6347 -4.6242 -3.5295 -0.1127 0.8711 1.4162
1.5080 1.6922 1.8142 1.9393 2.5991 3.4423
k = 0.1881 0.1881 0.1881 ( 19267 PWs) bands (ev):
-17.8696 -17.6006 -17.6006 -17.5780 -17.5780 -17.5780 -8.8754 -8.3232
-8.3232 -4.6366 -4.6366 -4.6199 -2.9069 0.0544 0.0544 0.6343
1.6561 1.6561 1.9784 2.1976 2.2452 2.2452
k = 0.1881 0.1881 0.3136 ( 19261 PWs) bands (ev):
-17.8695 -17.6006 -17.5998 -17.5781 -17.5781 -17.5780 -8.8042 -8.3983
-8.3211 -4.6379 -4.6357 -4.6196 -3.1767 0.1087 0.3156 0.9409
1.4738 1.6239 2.0523 2.2125 2.2726 2.3981
k = 0.1881 0.1881 0.4390 ( 19273 PWs) bands (ev):
-17.8693 -17.6006 -17.5993 -17.5781 -17.5781 -17.5780 -8.7300 -8.4755
-8.3196 -4.6388 -4.6311 -4.6236 -3.3315 0.1516 0.4106 1.0594
1.3639 1.6925 2.0406 2.2018 2.2881 2.8661
k = 0.1881 0.3136 0.3136 ( 19248 PWs) bands (ev):
-17.8693 -17.6002 -17.5994 -17.5781 -17.5781 -17.5781 -8.7359 -8.4170
-8.3651 -4.6398 -4.6398 -4.6221 -3.4410 0.2509 0.7656 0.9664
1.3669 1.5113 2.1243 2.2552 2.4135 2.5481
k = 0.1881 0.3136 0.4390 ( 19263 PWs) bands (ev):
-17.8692 -17.6001 -17.5990 -17.5782 -17.5781 -17.5781 -8.6617 -8.4751
-8.3772 -4.6426 -4.6380 -4.6273 -3.5964 0.3092 0.9572 1.0009
1.2970 1.5612 2.1128 2.2373 2.4689 3.0491
k = 0.1881 0.4390 0.4390 ( 19247 PWs) bands (ev):
-17.8691 -17.5999 -17.5986 -17.5782 -17.5781 -17.5781 -8.5806 -8.4802
-8.4454 -4.6427 -4.6425 -4.6324 -3.7542 0.3766 0.9174 1.2636
1.2884 1.6838 2.1253 2.1790 2.6038 3.4699
k = 0.3136 0.3136 0.3136 ( 19282 PWs) bands (ev):
-17.8691 -17.5994 -17.5994 -17.5781 -17.5781 -17.5781 -8.6752 -8.4140
-8.4140 -4.6460 -4.6460 -4.6280 -3.7020 0.8317 0.8317 0.9849
1.3128 1.3128 2.3902 2.3902 2.4375 2.6376
k = 0.3136 0.3136 0.4390 ( 19253 PWs) bands (ev):
-17.8690 -17.5994 -17.5989 -17.5782 -17.5782 -17.5781 -8.6078 -8.4730
-8.4119 -4.6504 -4.6466 -4.6358 -3.8586 0.9063 0.9986 1.0621
1.1716 1.4591 2.3592 2.4003 2.5112 3.1691
k = 0.3136 0.4390 0.4390 ( 19251 PWs) bands (ev):
-17.8689 -17.5992 -17.5986 -17.5782 -17.5782 -17.5782 -8.5455 -8.4767
-8.4553 -4.6530 -4.6520 -4.6450 -4.0180 0.9836 1.0641 1.1274
1.1697 1.6868 2.4235 2.4353 2.6111 3.5706
k = 0.4390 0.4390 0.4390 ( 19310 PWs) bands (ev):
-17.8688 -17.5986 -17.5986 -17.5782 -17.5782 -17.5782 -8.5082 -8.4743
-8.4743 -4.6587 -4.6587 -4.6553 -4.1798 1.0251 1.0543 1.0543
1.6902 1.6902 2.5939 2.5939 2.6264 3.8972
highest occupied level (ev): 3.8972
! total energy = -282.05180313 Ry
estimated scf accuracy < 5.1E-17 Ry
The total energy is the sum of the following terms:
one-electron contribution = -117.48723561 Ry
hartree contribution = 75.58341243 Ry
xc contribution = -80.99743131 Ry
ewald contribution = -159.15054863 Ry
convergence has been achieved in 23 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -2.53
-0.00001720 0.00000000 0.00000000 -2.53 0.00 0.00
0.00000000 -0.00001720 0.00000000 0.00 -2.53 0.00
0.00000000 0.00000000 -0.00001720 0.00 0.00 -2.53
Energy error = 1.5E-04 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 2.5E+00 kbar
number of scf cycles = 4
number of bfgs steps = 3
enthalpy old = -282.0516504184 Ry
enthalpy new = -282.0518031259 Ry
CASE: enthalpy _new < enthalpy _old
new trust radius = 0.0192369222 bohr
new conv_thr = 1.0E-16 Ry
new unit-cell volume = 1566.81861 a.u.^3 ( 232.17856 Ang^3 )
density = 4.52241 g/cm^3
CELL_PARAMETERS (angstrom)
6.146209698 0.000000000 0.000000000
0.000000000 6.146209698 0.000000000
0.000000000 0.000000000 6.146209698
ATOMIC_POSITIONS (angstrom)
Cs 3.0731048488 3.0731048488 3.0731048488
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0731048488 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0731048488
I 0.0000000000 3.0731048488 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.67914, renormalised to 44.00000
total cpu time spent up to now is 57.0 secs
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 5.6
total cpu time spent up to now is 57.9 secs
total energy = -282.04538743 Ry
estimated scf accuracy < 0.00376941 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.57E-06, avg # of iterations = 5.0
total cpu time spent up to now is 58.6 secs
total energy = -282.05189789 Ry
estimated scf accuracy < 0.00670517 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.57E-06, avg # of iterations = 2.0
total cpu time spent up to now is 59.1 secs
total energy = -282.05211148 Ry
estimated scf accuracy < 0.00125272 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.85E-06, avg # of iterations = 2.0
total cpu time spent up to now is 59.6 secs
total energy = -282.05206467 Ry
estimated scf accuracy < 0.00055527 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.26E-06, avg # of iterations = 1.3
total cpu time spent up to now is 60.0 secs
total energy = -282.05191578 Ry
estimated scf accuracy < 0.00034519 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.85E-07, avg # of iterations = 2.4
total cpu time spent up to now is 60.5 secs
total energy = -282.05193786 Ry
estimated scf accuracy < 0.00004600 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.05E-07, avg # of iterations = 4.0
total cpu time spent up to now is 61.1 secs
total energy = -282.05195186 Ry
estimated scf accuracy < 0.00000170 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.86E-09, avg # of iterations = 3.4
total cpu time spent up to now is 61.6 secs
total energy = -282.05195825 Ry
estimated scf accuracy < 0.00000100 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.26E-09, avg # of iterations = 5.1
total cpu time spent up to now is 62.4 secs
total energy = -282.05194699 Ry
estimated scf accuracy < 0.00002196 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.26E-09, avg # of iterations = 5.2
total cpu time spent up to now is 63.2 secs
total energy = -282.05195136 Ry
estimated scf accuracy < 0.00000219 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.26E-09, avg # of iterations = 3.0
total cpu time spent up to now is 63.8 secs
total energy = -282.05195190 Ry
estimated scf accuracy < 0.00000041 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.31E-10, avg # of iterations = 1.1
total cpu time spent up to now is 64.2 secs
total energy = -282.05195171 Ry
estimated scf accuracy < 0.00000032 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.38E-10, avg # of iterations = 2.2
total cpu time spent up to now is 64.7 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 4.2E-09 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.53E-12, avg # of iterations = 3.8
total cpu time spent up to now is 65.4 secs
total energy = -282.05195179 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.53E-12, avg # of iterations = 2.8
total cpu time spent up to now is 65.9 secs
total energy = -282.05195176 Ry
estimated scf accuracy < 0.00000004 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.53E-12, avg # of iterations = 4.0
total cpu time spent up to now is 66.5 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 5.3E-10 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.21E-12, avg # of iterations = 3.1
total cpu time spent up to now is 67.1 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 5.4E-11 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.22E-13, avg # of iterations = 4.0
total cpu time spent up to now is 67.7 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.7E-12 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 68.1 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 3.4E-12 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 68.5 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 2.8E-13 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 68.9 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.8E-13 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 69.3 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 3.6E-15 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 69.7 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 4.0E-15 Ry
iteration # 24 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 70.1 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 7.2E-15 Ry
iteration # 25 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 70.5 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 3.8E-15 Ry
iteration # 26 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 70.9 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 7.7E-15 Ry
iteration # 27 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 71.3 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 8.4E-15 Ry
iteration # 28 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 71.7 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 2.6E-15 Ry
iteration # 29 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 72.1 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.4E-15 Ry
iteration # 30 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 72.5 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 3.3E-16 Ry
iteration # 31 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 72.9 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.8E-16 Ry
iteration # 32 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 73.3 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 2.1E-16 Ry
iteration # 33 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 73.7 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.5E-16 Ry
iteration # 34 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 74.2 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.1E-16 Ry
iteration # 35 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 74.6 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.3E-16 Ry
iteration # 36 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 75.0 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 2.4E-16 Ry
iteration # 37 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 75.4 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.4E-16 Ry
iteration # 38 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 75.8 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.4E-16 Ry
iteration # 39 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 76.2 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.8E-16 Ry
iteration # 40 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 76.6 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.5E-16 Ry
iteration # 41 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 77.0 secs
End of self-consistent calculation
k = 0.0629 0.0629 0.0629 ( 19297 PWs) bands (ev):
-17.7990 -17.5255 -17.5255 -17.5008 -17.5008 -17.5008 -8.9604 -8.2008
-8.2008 -4.5678 -4.5678 -4.5649 -1.9685 -0.3576 -0.3576 -0.1942
2.0303 2.0303 2.0975 2.1972 2.2503 2.2503
k = 0.0629 0.0629 0.1886 ( 19308 PWs) bands (ev):
-17.7989 -17.5255 -17.5249 -17.5009 -17.5009 -17.5008 -8.9180 -8.2533
-8.1998 -4.5659 -4.5659 -4.5589 -2.3048 -0.3273 -0.2820 0.3464
1.9117 1.9629 2.1004 2.1462 2.2136 2.2533
k = 0.0629 0.0629 0.3143 ( 19280 PWs) bands (ev):
-17.7987 -17.5255 -17.5241 -17.5010 -17.5010 -17.5008 -8.8431 -8.3423
-8.1983 -4.5631 -4.5620 -4.5523 -2.6154 -0.2817 -0.2316 0.9705
1.7805 1.8822 2.0683 2.1128 2.1651 2.3844
k = 0.0629 0.0629 0.4401 ( 19257 PWs) bands (ev):
-17.7985 -17.5255 -17.5236 -17.5010 -17.5010 -17.5008 -8.7678 -8.4277
-8.1973 -4.5612 -4.5590 -4.5487 -2.7826 -0.2472 -0.1955 1.2268
1.6947 1.8555 2.0352 2.0707 2.1362 2.8241
k = 0.0629 0.1886 0.1886 ( 19281 PWs) bands (ev):
-17.7987 -17.5252 -17.5246 -17.5009 -17.5009 -17.5009 -8.8761 -8.2728
-8.2275 -4.5666 -4.5644 -4.5544 -2.5926 -0.2791 0.0592 0.5467
1.7399 1.9065 2.0816 2.1410 2.2277 2.3106
k = 0.0629 0.1886 0.3143 ( 19271 PWs) bands (ev):
-17.7986 -17.5251 -17.5239 -17.5010 -17.5010 -17.5009 -8.8019 -8.3466
-8.2359 -4.5651 -4.5616 -4.5519 -2.8803 -0.2282 0.2366 0.9809
1.6091 1.8386 2.0330 2.1373 2.2805 2.4496
k = 0.0629 0.1886 0.4401 ( 19250 PWs) bands (ev):
-17.7984 -17.5251 -17.5234 -17.5011 -17.5010 -17.5009 -8.7257 -8.4279
-8.2364 -4.5636 -4.5577 -4.5530 -3.0407 -0.1896 0.3027 1.1312
1.5816 1.8556 1.9611 2.1343 2.2755 2.9007
k = 0.0629 0.3143 0.3143 ( 19258 PWs) bands (ev):
-17.7984 -17.5248 -17.5234 -17.5011 -17.5010 -17.5010 -8.7280 -8.3695
-8.2878 -4.5661 -4.5610 -4.5532 -3.1591 -0.1695 0.7761 1.0010
1.5156 1.7755 1.9547 2.1123 2.4738 2.6341
k = 0.0629 0.3143 0.4401 ( 19255 PWs) bands (ev):
-17.7983 -17.5247 -17.5230 -17.5011 -17.5010 -17.5010 -8.6486 -8.4286
-8.3090 -4.5656 -4.5611 -4.5549 -3.3188 -0.1245 0.9737 1.0183
1.5532 1.7796 1.8871 2.0852 2.5190 3.1135
k = 0.0629 0.4401 0.4401 ( 19253 PWs) bands (ev):
-17.7981 -17.5245 -17.5226 -17.5012 -17.5010 -17.5010 -8.5563 -8.4347
-8.3927 -4.5666 -4.5653 -4.5545 -3.4807 -0.0741 0.9110 1.4667
1.5570 1.7437 1.8656 1.9954 2.6611 3.5290
k = 0.1886 0.1886 0.1886 ( 19267 PWs) bands (ev):
-17.7986 -17.5246 -17.5246 -17.5009 -17.5009 -17.5009 -8.8354 -8.2713
-8.2713 -4.5675 -4.5675 -4.5500 -2.8516 0.0945 0.0945 0.6861
1.7055 1.7055 2.0379 2.2539 2.3036 2.3036
k = 0.1886 0.1886 0.3143 ( 19261 PWs) bands (ev):
-17.7984 -17.5246 -17.5238 -17.5010 -17.5010 -17.5009 -8.7629 -8.3483
-8.2691 -4.5687 -4.5664 -4.5497 -3.1248 0.1493 0.3595 0.9881
1.5212 1.6736 2.1124 2.2696 2.3301 2.4634
k = 0.1886 0.1886 0.4401 ( 19273 PWs) bands (ev):
-17.7983 -17.5246 -17.5233 -17.5011 -17.5010 -17.5009 -8.6873 -8.4273
-8.2676 -4.5697 -4.5617 -4.5539 -3.2811 0.1926 0.4562 1.1030
1.4102 1.7434 2.0960 2.2586 2.3454 2.9444
k = 0.1886 0.3143 0.3143 ( 19248 PWs) bands (ev):
-17.7983 -17.5242 -17.5234 -17.5011 -17.5010 -17.5010 -8.6933 -8.3674
-8.3142 -4.5708 -4.5707 -4.5523 -3.3928 0.2934 0.8125 1.0108
1.4140 1.5598 2.1831 2.3131 2.4732 2.6192
k = 0.1886 0.3143 0.4401 ( 19263 PWs) bands (ev):
-17.7981 -17.5241 -17.5230 -17.5011 -17.5011 -17.5010 -8.6175 -8.4269
-8.3267 -4.5736 -4.5688 -4.5577 -3.5499 0.3525 1.0027 1.0463
1.3432 1.6117 2.1687 2.2949 2.5291 3.1297
k = 0.1886 0.4401 0.4401 ( 19247 PWs) bands (ev):
-17.7980 -17.5240 -17.5226 -17.5012 -17.5011 -17.5011 -8.5348 -8.4321
-8.3964 -4.5737 -4.5735 -4.5631 -3.7098 0.4209 0.9584 1.3104
1.3349 1.7397 2.1810 2.2359 2.6659 3.5564
k = 0.3143 0.3143 0.3143 ( 19282 PWs) bands (ev):
-17.7981 -17.5234 -17.5234 -17.5011 -17.5011 -17.5011 -8.6314 -8.3643
-8.3643 -4.5772 -4.5772 -4.5584 -3.6576 0.8791 0.8791 1.0286
1.3596 1.3596 2.4499 2.4499 2.4972 2.7133
k = 0.3143 0.3143 0.4401 ( 19253 PWs) bands (ev):
-17.7980 -17.5234 -17.5229 -17.5011 -17.5011 -17.5011 -8.5625 -8.4247
-8.3621 -4.5817 -4.5778 -4.5665 -3.8163 0.9549 1.0416 1.1092
1.2168 1.5111 2.4183 2.4598 2.5719 3.2509
k = 0.3143 0.4401 0.4401 ( 19251 PWs) bands (ev):
-17.7979 -17.5232 -17.5226 -17.5012 -17.5011 -17.5011 -8.4988 -8.4285
-8.4065 -4.5845 -4.5834 -4.5761 -3.9780 1.0263 1.1124 1.1724
1.2177 1.7438 2.4832 2.4952 2.6734 3.6567
k = 0.4401 0.4401 0.4401 ( 19310 PWs) bands (ev):
-17.7977 -17.5226 -17.5226 -17.5012 -17.5012 -17.5012 -8.4606 -8.4259
-8.4259 -4.5904 -4.5904 -4.5868 -4.1424 1.0689 1.0986 1.0986
1.7476 1.7476 2.6560 2.6560 2.6889 3.9840
highest occupied level (ev): 3.9840
! total energy = -282.05195177 Ry
estimated scf accuracy < 4.8E-18 Ry
The total energy is the sum of the following terms:
one-electron contribution = -116.90372423 Ry
hartree contribution = 75.39676686 Ry
xc contribution = -81.00818733 Ry
ewald contribution = -159.53680708 Ry
convergence has been achieved in 41 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -1.29
-0.00000874 0.00000000 0.00000000 -1.29 0.00 0.00
0.00000000 -0.00000874 0.00000000 0.00 -1.29 0.00
0.00000000 0.00000000 -0.00000874 0.00 0.00 -1.29
Energy error = 1.5E-04 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 1.3E+00 kbar
number of scf cycles = 5
number of bfgs steps = 4
enthalpy old = -282.0518031259 Ry
enthalpy new = -282.0519517724 Ry
CASE: enthalpy _new < enthalpy _old
new trust radius = 0.0196404943 bohr
new conv_thr = 1.0E-16 Ry
new unit-cell volume = 1555.18606 a.u.^3 ( 230.45480 Ang^3 )
density = 4.55624 g/cm^3
CELL_PARAMETERS (angstrom)
6.130961433 0.000000000 0.000000000
0.000000000 6.130961433 0.000000000
0.000000000 0.000000000 6.130961433
ATOMIC_POSITIONS (angstrom)
Cs 3.0654807164 3.0654807164 3.0654807164
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0654807164 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0654807164
I 0.0000000000 3.0654807164 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.67117, renormalised to 44.00000
total cpu time spent up to now is 78.8 secs
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 5.7
total cpu time spent up to now is 79.7 secs
total energy = -282.04511677 Ry
estimated scf accuracy < 0.00395148 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.98E-06, avg # of iterations = 5.0
total cpu time spent up to now is 80.5 secs
total energy = -282.05194827 Ry
estimated scf accuracy < 0.00701859 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.98E-06, avg # of iterations = 2.0
total cpu time spent up to now is 81.0 secs
total energy = -282.05216926 Ry
estimated scf accuracy < 0.00131390 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.99E-06, avg # of iterations = 2.0
total cpu time spent up to now is 81.4 secs
total energy = -282.05211896 Ry
estimated scf accuracy < 0.00058125 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.32E-06, avg # of iterations = 1.3
total cpu time spent up to now is 81.8 secs
total energy = -282.05196384 Ry
estimated scf accuracy < 0.00035987 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.18E-07, avg # of iterations = 2.5
total cpu time spent up to now is 82.3 secs
total energy = -282.05198920 Ry
estimated scf accuracy < 0.00004680 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.06E-07, avg # of iterations = 3.6
total cpu time spent up to now is 82.9 secs
total energy = -282.05200163 Ry
estimated scf accuracy < 0.00000245 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.56E-09, avg # of iterations = 3.5
total cpu time spent up to now is 83.4 secs
total energy = -282.05201521 Ry
estimated scf accuracy < 0.00000118 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.68E-09, avg # of iterations = 5.5
total cpu time spent up to now is 84.3 secs
total energy = -282.05198988 Ry
estimated scf accuracy < 0.00004902 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.68E-09, avg # of iterations = 6.0
total cpu time spent up to now is 85.1 secs
total energy = -282.05200141 Ry
estimated scf accuracy < 0.00000146 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.68E-09, avg # of iterations = 2.5
total cpu time spent up to now is 85.7 secs
total energy = -282.05200164 Ry
estimated scf accuracy < 0.00000052 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.17E-09, avg # of iterations = 1.1
total cpu time spent up to now is 86.1 secs
total energy = -282.05200151 Ry
estimated scf accuracy < 0.00000028 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.35E-10, avg # of iterations = 2.0
total cpu time spent up to now is 86.6 secs
total energy = -282.05200155 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.18E-11, avg # of iterations = 3.8
total cpu time spent up to now is 87.2 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 3.1E-09 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.10E-12, avg # of iterations = 4.4
total cpu time spent up to now is 87.8 secs
total energy = -282.05200155 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.10E-12, avg # of iterations = 3.0
total cpu time spent up to now is 88.4 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.3E-10 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.97E-13, avg # of iterations = 5.3
total cpu time spent up to now is 89.1 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 3.9E-10 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.97E-13, avg # of iterations = 3.0
total cpu time spent up to now is 89.7 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 6.6E-12 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.0
total cpu time spent up to now is 90.2 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 9.5E-13 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 90.6 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 2.3E-14 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 91.0 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 2.5E-14 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 91.4 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.9E-14 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 91.8 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.2E-15 Ry
iteration # 24 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 92.2 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.2E-15 Ry
iteration # 25 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 92.6 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.1E-15 Ry
iteration # 26 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 93.0 secs
End of self-consistent calculation
k = 0.0630 0.0630 0.0630 ( 19297 PWs) bands (ev):
-17.7258 -17.4474 -17.4474 -17.4216 -17.4216 -17.4216 -8.9213 -8.1454
-8.1454 -4.4966 -4.4966 -4.4936 -1.8937 -0.3209 -0.3209 -0.1499
2.0854 2.0854 2.1536 2.2570 2.3108 2.3108
k = 0.0630 0.0630 0.1891 ( 19308 PWs) bands (ev):
-17.7257 -17.4474 -17.4469 -17.4216 -17.4216 -17.4216 -8.8782 -8.1992
-8.1444 -4.4946 -4.4946 -4.4873 -2.2378 -0.2904 -0.2440 0.3979
1.9651 2.0173 2.1564 2.2052 2.2730 2.3142
k = 0.0630 0.0630 0.3151 ( 19280 PWs) bands (ev):
-17.7255 -17.4474 -17.4460 -17.4217 -17.4217 -17.4216 -8.8020 -8.2905
-8.1428 -4.4917 -4.4906 -4.4804 -2.5524 -0.2445 -0.1930 1.0226
1.8322 1.9360 2.1234 2.1705 2.2232 2.4517
k = 0.0630 0.0630 0.4412 ( 19257 PWs) bands (ev):
-17.7253 -17.4474 -17.4455 -17.4218 -17.4218 -17.4216 -8.7254 -8.3779
-8.1418 -4.4897 -4.4874 -4.4766 -2.7209 -0.2098 -0.1567 1.2748
1.7454 1.9089 2.0897 2.1272 2.1935 2.9034
k = 0.0630 0.1891 0.1891 ( 19281 PWs) bands (ev):
-17.7256 -17.4471 -17.4466 -17.4217 -17.4216 -17.4216 -8.8356 -8.2193
-8.1728 -4.4953 -4.4930 -4.4826 -2.5312 -0.2416 0.1004 0.6004
1.7915 1.9599 2.1403 2.1979 2.2882 2.3714
k = 0.0630 0.1891 0.3151 ( 19271 PWs) bands (ev):
-17.7254 -17.4471 -17.4458 -17.4218 -17.4217 -17.4216 -8.7600 -8.2949
-8.1814 -4.4937 -4.4901 -4.4800 -2.8225 -0.1902 0.2805 1.0311
1.6598 1.8915 2.0899 2.1946 2.3409 2.5172
k = 0.0630 0.1891 0.4412 ( 19250 PWs) bands (ev):
-17.7252 -17.4470 -17.4453 -17.4218 -17.4218 -17.4216 -8.6824 -8.3781
-8.1819 -4.4922 -4.4860 -4.4811 -2.9843 -0.1513 0.3477 1.1768
1.6317 1.9089 2.0161 2.1917 2.3339 2.9810
k = 0.0630 0.3151 0.3151 ( 19258 PWs) bands (ev):
-17.7252 -17.4467 -17.4453 -17.4218 -17.4217 -17.4217 -8.6848 -8.3184
-8.2346 -4.4947 -4.4895 -4.4813 -3.1052 -0.1309 0.8242 1.0470
1.5669 1.8273 2.0101 2.1699 2.5357 2.7080
k = 0.0630 0.3151 0.4412 ( 19255 PWs) bands (ev):
-17.7250 -17.4466 -17.4449 -17.4219 -17.4218 -17.4217 -8.6038 -8.3789
-8.2564 -4.4942 -4.4896 -4.4831 -3.2666 -0.0853 1.0201 1.0654
1.6037 1.8319 1.9408 2.1429 2.5810 3.1967
k = 0.0630 0.4412 0.4412 ( 19253 PWs) bands (ev):
-17.7249 -17.4464 -17.4445 -17.4219 -17.4218 -17.4218 -8.5095 -8.3851
-8.3421 -4.4951 -4.4939 -4.4827 -3.4305 -0.0341 0.9523 1.5188
1.6077 1.7969 1.9188 2.0534 2.7252 3.6185
k = 0.1891 0.1891 0.1891 ( 19267 PWs) bands (ev):
-17.7254 -17.4466 -17.4466 -17.4217 -17.4217 -17.4217 -8.7942 -8.2177
-8.2177 -4.4962 -4.4962 -4.4780 -2.7949 0.1359 0.1359 0.7397
1.7565 1.7565 2.0996 2.3121 2.3640 2.3640
k = 0.1891 0.1891 0.3151 ( 19261 PWs) bands (ev):
-17.7252 -17.4466 -17.4457 -17.4218 -17.4218 -17.4217 -8.7204 -8.2966
-8.2154 -4.4975 -4.4951 -4.4777 -3.0715 0.1912 0.4048 1.0368
1.5702 1.7249 2.1744 2.3286 2.3895 2.5312
k = 0.1891 0.1891 0.4412 ( 19273 PWs) bands (ev):
-17.7251 -17.4466 -17.4452 -17.4218 -17.4218 -17.4217 -8.6432 -8.3775
-8.2138 -4.4985 -4.4902 -4.4820 -3.2292 0.2349 0.5033 1.1480
1.4580 1.7961 2.1532 2.3174 2.4045 3.0254
k = 0.1891 0.3151 0.3151 ( 19248 PWs) bands (ev):
-17.7250 -17.4462 -17.4453 -17.4218 -17.4218 -17.4218 -8.6493 -8.3162
-8.2616 -4.4996 -4.4995 -4.4804 -3.3432 0.3373 0.8609 1.0566
1.4626 1.6099 2.2438 2.3729 2.5349 2.6929
k = 0.1891 0.3151 0.4412 ( 19263 PWs) bands (ev):
-17.7249 -17.4461 -17.4448 -17.4219 -17.4218 -17.4218 -8.5721 -8.3771
-8.2744 -4.5026 -4.4976 -4.4860 -3.5021 0.3972 1.0492 1.0937
1.3909 1.6639 2.2265 2.3545 2.5912 3.2131
k = 0.1891 0.4412 0.4412 ( 19247 PWs) bands (ev):
-17.7248 -17.4459 -17.4445 -17.4219 -17.4218 -17.4218 -8.4875 -8.3824
-8.3459 -4.5027 -4.5024 -4.4916 -3.6642 0.4668 1.0008 1.3588
1.3828 1.7974 2.2385 2.2947 2.7302 3.6457
k = 0.3151 0.3151 0.3151 ( 19282 PWs) bands (ev):
-17.7249 -17.4453 -17.4453 -17.4218 -17.4218 -17.4218 -8.5862 -8.3130
-8.3130 -4.5063 -4.5063 -4.4868 -3.6121 0.9282 0.9282 1.0737
1.4080 1.4080 2.5115 2.5115 2.5589 2.7915
k = 0.3151 0.3151 0.4412 ( 19253 PWs) bands (ev):
-17.7247 -17.4453 -17.4447 -17.4219 -17.4219 -17.4218 -8.5159 -8.3748
-8.3107 -4.5111 -4.5069 -4.4952 -3.7729 1.0052 1.0860 1.1580
1.2635 1.5649 2.4793 2.5213 2.6347 3.3353
k = 0.3151 0.4412 0.4412 ( 19251 PWs) bands (ev):
-17.7246 -17.4450 -17.4445 -17.4219 -17.4219 -17.4219 -8.4507 -8.3787
-8.3562 -4.5139 -4.5127 -4.5052 -3.9370 1.0704 1.1622 1.2190
1.2676 1.8028 2.5449 2.5571 2.7378 3.7454
k = 0.4412 0.4412 0.4412 ( 19310 PWs) bands (ev):
-17.7245 -17.4445 -17.4445 -17.4219 -17.4219 -17.4219 -8.4116 -8.3760
-8.3760 -4.5200 -4.5200 -4.5164 -4.1040 1.1141 1.1444 1.1444
1.8069 1.8069 2.7202 2.7202 2.7536 4.0732
highest occupied level (ev): 4.0732
! total energy = -282.05200156 Ry
estimated scf accuracy < 2.7E-17 Ry
The total energy is the sum of the following terms:
one-electron contribution = -116.30475165 Ry
hartree contribution = 75.20568398 Ry
xc contribution = -81.01934409 Ry
ewald contribution = -159.93358979 Ry
convergence has been achieved in 26 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= 0.04
0.00000024 0.00000000 0.00000000 0.04 0.00 0.00
0.00000000 0.00000024 0.00000000 0.00 0.04 0.00
0.00000000 0.00000000 0.00000024 0.00 0.00 0.04
Energy error = 5.0E-05 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 3.5E-02 kbar
bfgs converged in 6 scf cycles and 5 bfgs steps
(criteria: energy < 1.0E-04 Ry, force < 1.0E-03 Ry/Bohr, cell < 5.0E-02 kbar)
End of BFGS Geometry Optimization
Final enthalpy = -282.0520015566 Ry
File ./out/pwscf.bfgs deleted, as requested
Begin final coordinates
new unit-cell volume = 1555.18606 a.u.^3 ( 230.45480 Ang^3 )
density = 4.55624 g/cm^3
CELL_PARAMETERS (angstrom)
6.130961433 0.000000000 0.000000000
0.000000000 6.130961433 0.000000000
0.000000000 0.000000000 6.130961433
ATOMIC_POSITIONS (angstrom)
Cs 3.0654807164 3.0654807164 3.0654807164
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0654807164 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0654807164
I 0.0000000000 3.0654807164 0.0000000000
End final coordinates
Writing config-only to output data dir ./out/pwscf.save/
Final scf calculation at the relaxed structure.
The G-vectors are recalculated for the final unit cell
Results may differ from those at the preceding step.
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 212 212 58 9384 9384 1346
Max 214 214 59 9387 9387 1349
Sum 3405 3405 941 150165 150165 21559
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 11.6825 a.u.
unit-cell volume = 1555.1861 (a.u.)^3
number of atoms/cell = 5
number of atomic types = 3
number of electrons = 44.00
number of Kohn-Sham states= 22
kinetic-energy cutoff = 80.0000 Ry
charge density cutoff = 320.0000 Ry
scf convergence threshold = 1.0E-16
mixing beta = 0.7000
number of iterations used = 8 plain mixing
press convergence thresh. = 5.0E-02
Exchange-correlation= PBESOL
( 1 4 10 8 0 0 0)
celldm(1)= 11.682515 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 0.991725 0.000000 0.000000 )
a(2) = ( 0.000000 0.991725 0.000000 )
a(3) = ( 0.000000 0.000000 0.991725 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.008344 0.000000 0.000000 )
b(2) = ( 0.000000 1.008344 0.000000 )
b(3) = ( 0.000000 0.000000 1.008344 )
PseudoPot. # 1 for Cs read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/Cs-nc-pbesol.upf
MD5 check sum: 9d2f2206a14dc5b3b3f3fbfae186bed4
Pseudo is Norm-conserving + core correction, Zval = 9.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 2384 points, 8 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
l(7) = 3
l(8) = 3
PseudoPot. # 2 for Sn read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/Sn-nc-pbesol.upf
MD5 check sum: c2995d571af40102bfea7461443d92cf
Pseudo is Norm-conserving + core correction, Zval = 14.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 1628 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
PseudoPot. # 3 for I read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/I-nc-pbesol.upf
MD5 check sum: 80ed5ceb2eb9c553cfb6760a299d9c5b
Pseudo is Norm-conserving + core correction, Zval = 7.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 1182 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
atomic species valence mass pseudopotential
Cs 9.00 132.90545 Cs( 1.00)
Sn 14.00 118.71000 Sn( 1.00)
I 7.00 126.90447 I ( 1.00)
48 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 Cs tau( 1) = ( 0.4958623 0.4958623 0.4958623 )
2 Sn tau( 2) = ( 0.0000000 0.0000000 0.0000000 )
3 I tau( 3) = ( 0.4958623 0.0000000 0.0000000 )
4 I tau( 4) = ( 0.0000000 0.0000000 0.4958623 )
5 I tau( 5) = ( 0.0000000 0.4958623 0.0000000 )
number of k points= 20
cart. coord. in units 2pi/alat
k( 1) = ( 0.0630215 0.0630215 0.0630215), wk = 0.0312500
k( 2) = ( 0.0630215 0.0630215 0.1890646), wk = 0.0937500
k( 3) = ( 0.0630215 0.0630215 0.3151076), wk = 0.0937500
k( 4) = ( 0.0630215 0.0630215 0.4411507), wk = 0.0937500
k( 5) = ( 0.0630215 0.1890646 0.1890646), wk = 0.0937500
k( 6) = ( 0.0630215 0.1890646 0.3151076), wk = 0.1875000
k( 7) = ( 0.0630215 0.1890646 0.4411507), wk = 0.1875000
k( 8) = ( 0.0630215 0.3151076 0.3151076), wk = 0.0937500
k( 9) = ( 0.0630215 0.3151076 0.4411507), wk = 0.1875000
k( 10) = ( 0.0630215 0.4411507 0.4411507), wk = 0.0937500
k( 11) = ( 0.1890646 0.1890646 0.1890646), wk = 0.0312500
k( 12) = ( 0.1890646 0.1890646 0.3151076), wk = 0.0937500
k( 13) = ( 0.1890646 0.1890646 0.4411507), wk = 0.0937500
k( 14) = ( 0.1890646 0.3151076 0.3151076), wk = 0.0937500
k( 15) = ( 0.1890646 0.3151076 0.4411507), wk = 0.1875000
k( 16) = ( 0.1890646 0.4411507 0.4411507), wk = 0.0937500
k( 17) = ( 0.3151076 0.3151076 0.3151076), wk = 0.0312500
k( 18) = ( 0.3151076 0.3151076 0.4411507), wk = 0.0937500
k( 19) = ( 0.3151076 0.4411507 0.4411507), wk = 0.0937500
k( 20) = ( 0.4411507 0.4411507 0.4411507), wk = 0.0312500
Dense grid: 150165 G-vectors FFT dimensions: ( 72, 72, 72)
Estimated max dynamical RAM per process > 38.99 MB
Estimated total dynamical RAM > 623.88 MB
Initial potential from superposition of free atoms
starting charge 43.9618, renormalised to 44.0000
Starting wfcs are 26 randomized atomic wfcs
total cpu time spent up to now is 95.1 secs
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 10.6
total cpu time spent up to now is 96.4 secs
total energy = -282.03515789 Ry
estimated scf accuracy < 0.05013473 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.14E-04, avg # of iterations = 2.9
total cpu time spent up to now is 96.9 secs
total energy = -282.04982471 Ry
estimated scf accuracy < 0.01102862 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.51E-05, avg # of iterations = 2.2
total cpu time spent up to now is 97.5 secs
total energy = -282.05187922 Ry
estimated scf accuracy < 0.00021693 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.93E-07, avg # of iterations = 4.5
total cpu time spent up to now is 98.1 secs
total energy = -282.05197128 Ry
estimated scf accuracy < 0.00009021 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.05E-07, avg # of iterations = 2.2
total cpu time spent up to now is 98.6 secs
total energy = -282.05198422 Ry
estimated scf accuracy < 0.00000348 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.91E-09, avg # of iterations = 5.4
total cpu time spent up to now is 99.4 secs
total energy = -282.05198743 Ry
estimated scf accuracy < 0.00000218 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.94E-09, avg # of iterations = 2.1
total cpu time spent up to now is 99.9 secs
total energy = -282.05198791 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.82E-11, avg # of iterations = 8.4
total cpu time spent up to now is 101.2 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.2E-09 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.83E-12, avg # of iterations = 4.2
total cpu time spent up to now is 101.8 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 7.7E-11 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.74E-13, avg # of iterations = 5.7
total cpu time spent up to now is 102.6 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.7E-11 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.5
total cpu time spent up to now is 103.1 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.7E-12 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 103.5 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 4.7E-13 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 103.9 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 3.8E-14 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 104.3 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.4E-14 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 104.7 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.7E-15 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 105.1 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 6.2E-16 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 105.5 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 9.3E-16 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 105.9 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 3.7E-15 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 106.3 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 2.3E-16 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 106.7 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.7E-15 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 107.1 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.6E-15 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 107.5 secs
End of self-consistent calculation
k = 0.0630 0.0630 0.0630 ( 18835 PWs) bands (ev):
-17.7258 -17.4474 -17.4474 -17.4216 -17.4216 -17.4216 -8.9213 -8.1454
-8.1454 -4.4966 -4.4966 -4.4936 -1.8937 -0.3209 -0.3209 -0.1499
2.0854 2.0854 2.1536 2.2570 2.3108 2.3108
k = 0.0630 0.0630 0.1891 ( 18839 PWs) bands (ev):
-17.7257 -17.4474 -17.4469 -17.4217 -17.4217 -17.4216 -8.8782 -8.1992
-8.1444 -4.4946 -4.4946 -4.4873 -2.2378 -0.2904 -0.2440 0.3979
1.9651 2.0173 2.1564 2.2052 2.2730 2.3142
k = 0.0630 0.0630 0.3151 ( 18799 PWs) bands (ev):
-17.7255 -17.4474 -17.4460 -17.4217 -17.4217 -17.4216 -8.8020 -8.2905
-8.1428 -4.4917 -4.4906 -4.4804 -2.5523 -0.2445 -0.1930 1.0226
1.8322 1.9360 2.1234 2.1705 2.2232 2.4517
k = 0.0630 0.0630 0.4412 ( 18778 PWs) bands (ev):
-17.7253 -17.4474 -17.4455 -17.4218 -17.4218 -17.4216 -8.7254 -8.3779
-8.1418 -4.4897 -4.4874 -4.4766 -2.7209 -0.2098 -0.1567 1.2748
1.7454 1.9089 2.0897 2.1272 2.1935 2.9034
k = 0.0630 0.1891 0.1891 ( 18800 PWs) bands (ev):
-17.7256 -17.4472 -17.4466 -17.4217 -17.4217 -17.4217 -8.8356 -8.2193
-8.1728 -4.4953 -4.4930 -4.4826 -2.5312 -0.2416 0.1004 0.6004
1.7915 1.9599 2.1403 2.1979 2.2882 2.3714
k = 0.0630 0.1891 0.3151 ( 18797 PWs) bands (ev):
-17.7254 -17.4471 -17.4458 -17.4218 -17.4217 -17.4217 -8.7600 -8.2949
-8.1814 -4.4937 -4.4901 -4.4800 -2.8225 -0.1902 0.2806 1.0311
1.6598 1.8915 2.0899 2.1946 2.3409 2.5172
k = 0.0630 0.1891 0.4412 ( 18789 PWs) bands (ev):
-17.7252 -17.4470 -17.4453 -17.4218 -17.4218 -17.4217 -8.6824 -8.3781
-8.1819 -4.4922 -4.4860 -4.4811 -2.9843 -0.1513 0.3477 1.1768
1.6317 1.9089 2.0161 2.1917 2.3339 2.9810
k = 0.0630 0.3151 0.3151 ( 18796 PWs) bands (ev):
-17.7252 -17.4467 -17.4453 -17.4218 -17.4217 -17.4217 -8.6847 -8.3184
-8.2346 -4.4947 -4.4895 -4.4813 -3.1052 -0.1309 0.8242 1.0470
1.5669 1.8273 2.0101 2.1700 2.5357 2.7080
k = 0.0630 0.3151 0.4412 ( 18801 PWs) bands (ev):
-17.7250 -17.4466 -17.4449 -17.4219 -17.4218 -17.4217 -8.6037 -8.3789
-8.2563 -4.4942 -4.4896 -4.4831 -3.2666 -0.0853 1.0201 1.0654
1.6037 1.8319 1.9408 2.1430 2.5810 3.1967
k = 0.0630 0.4412 0.4412 ( 18777 PWs) bands (ev):
-17.7249 -17.4465 -17.4445 -17.4219 -17.4218 -17.4218 -8.5095 -8.3851
-8.3421 -4.4951 -4.4939 -4.4827 -3.4305 -0.0341 0.9523 1.5188
1.6077 1.7969 1.9188 2.0534 2.7252 3.6185
k = 0.1891 0.1891 0.1891 ( 18814 PWs) bands (ev):
-17.7254 -17.4466 -17.4466 -17.4217 -17.4217 -17.4217 -8.7942 -8.2177
-8.2177 -4.4962 -4.4962 -4.4780 -2.7949 0.1359 0.1359 0.7397
1.7565 1.7565 2.0996 2.3121 2.3640 2.3640
k = 0.1891 0.1891 0.3151 ( 18819 PWs) bands (ev):
-17.7252 -17.4466 -17.4458 -17.4218 -17.4218 -17.4217 -8.7204 -8.2966
-8.2154 -4.4975 -4.4951 -4.4777 -3.0715 0.1912 0.4048 1.0369
1.5702 1.7249 2.1744 2.3286 2.3895 2.5312
k = 0.1891 0.1891 0.4412 ( 18764 PWs) bands (ev):
-17.7251 -17.4466 -17.4452 -17.4218 -17.4218 -17.4217 -8.6432 -8.3775
-8.2138 -4.4985 -4.4902 -4.4820 -3.2292 0.2349 0.5033 1.1480
1.4580 1.7961 2.1532 2.3174 2.4045 3.0254
k = 0.1891 0.3151 0.3151 ( 18781 PWs) bands (ev):
-17.7250 -17.4462 -17.4453 -17.4218 -17.4218 -17.4218 -8.6493 -8.3161
-8.2616 -4.4996 -4.4995 -4.4804 -3.3432 0.3373 0.8609 1.0566
1.4626 1.6099 2.2438 2.3729 2.5349 2.6929
k = 0.1891 0.3151 0.4412 ( 18770 PWs) bands (ev):
-17.7249 -17.4461 -17.4448 -17.4219 -17.4218 -17.4218 -8.5721 -8.3770
-8.2744 -4.5026 -4.4976 -4.4860 -3.5021 0.3972 1.0492 1.0937
1.3909 1.6639 2.2265 2.3545 2.5912 3.2131
k = 0.1891 0.4412 0.4412 ( 18781 PWs) bands (ev):
-17.7248 -17.4459 -17.4445 -17.4219 -17.4218 -17.4218 -8.4875 -8.3824
-8.3459 -4.5027 -4.5024 -4.4916 -3.6642 0.4668 1.0008 1.3588
1.3828 1.7974 2.2385 2.2947 2.7302 3.6457
k = 0.3151 0.3151 0.3151 ( 18802 PWs) bands (ev):
-17.7249 -17.4453 -17.4453 -17.4219 -17.4219 -17.4218 -8.5861 -8.3129
-8.3129 -4.5063 -4.5063 -4.4868 -3.6121 0.9282 0.9282 1.0737
1.4080 1.4080 2.5115 2.5115 2.5589 2.7915
k = 0.3151 0.3151 0.4412 ( 18775 PWs) bands (ev):
-17.7247 -17.4453 -17.4448 -17.4219 -17.4219 -17.4218 -8.5158 -8.3748
-8.3107 -4.5111 -4.5069 -4.4952 -3.7729 1.0052 1.0860 1.1580
1.2635 1.5649 2.4793 2.5213 2.6347 3.3354
k = 0.3151 0.4412 0.4412 ( 18757 PWs) bands (ev):
-17.7246 -17.4450 -17.4445 -17.4219 -17.4219 -17.4219 -8.4507 -8.3787
-8.3561 -4.5139 -4.5127 -4.5052 -3.9370 1.0705 1.1622 1.2190
1.2676 1.8028 2.5449 2.5571 2.7378 3.7454
k = 0.4412 0.4412 0.4412 ( 18769 PWs) bands (ev):
-17.7245 -17.4445 -17.4445 -17.4220 -17.4220 -17.4220 -8.4116 -8.3760
-8.3760 -4.5200 -4.5200 -4.5164 -4.1040 1.1142 1.1444 1.1444
1.8069 1.8069 2.7202 2.7202 2.7536 4.0732
highest occupied level (ev): 4.0732
! total energy = -282.05198796 Ry
estimated scf accuracy < 5.2E-17 Ry
The total energy is the sum of the following terms:
one-electron contribution = -116.30471991 Ry
hartree contribution = 75.20566608 Ry
xc contribution = -81.01934433 Ry
ewald contribution = -159.93358979 Ry
convergence has been achieved in 22 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= 0.04
0.00000028 0.00000000 0.00000000 0.04 0.00 0.00
0.00000000 0.00000028 0.00000000 0.00 0.04 0.00
0.00000000 0.00000000 0.00000028 0.00 0.00 0.04
Writing all to output data dir ./out/pwscf.save/
init_run : 5.41s CPU 2.58s WALL ( 2 calls)
electrons : 355.15s CPU 94.64s WALL ( 7 calls)
update_pot : 9.95s CPU 4.22s WALL ( 5 calls)
forces : 8.52s CPU 2.17s WALL ( 7 calls)
stress : 18.34s CPU 4.62s WALL ( 7 calls)
Called by init_run:
wfcinit : 1.67s CPU 0.44s WALL ( 2 calls)
potinit : 1.05s CPU 0.27s WALL ( 2 calls)
hinit0 : 2.50s CPU 1.68s WALL ( 2 calls)
Called by electrons:
c_bands : 307.52s CPU 82.32s WALL ( 176 calls)
sum_band : 41.71s CPU 10.63s WALL ( 176 calls)
v_of_rho : 4.56s CPU 1.25s WALL ( 182 calls)
mix_rho : 1.24s CPU 0.35s WALL ( 176 calls)
Called by c_bands:
init_us_2 : 5.07s CPU 1.80s WALL ( 7360 calls)
init_us_2:cp : 5.06s CPU 1.79s WALL ( 7360 calls)
cegterg : 290.78s CPU 77.02s WALL ( 3520 calls)
Called by *egterg:
cdiaghg : 12.93s CPU 6.75s WALL ( 12581 calls)
h_psi : 248.98s CPU 62.93s WALL ( 12741 calls)
g_psi : 0.18s CPU 0.14s WALL ( 9181 calls)
Called by h_psi:
h_psi:calbec : 25.94s CPU 4.45s WALL ( 12741 calls)
vloc_psi : 204.82s CPU 54.29s WALL ( 12741 calls)
add_vuspsi : 17.81s CPU 4.03s WALL ( 12741 calls)
General routines
calbec : 27.30s CPU 4.72s WALL ( 13441 calls)
fft : 4.01s CPU 1.48s WALL ( 1994 calls)
ffts : 0.35s CPU 0.10s WALL ( 176 calls)
fftw : 224.50s CPU 58.97s WALL ( 493916 calls)
Parallel routines
PWSCF : 6m38.16s CPU 1m48.79s WALL
This run was terminated on: 18:39: 7 9Nov2022
=------------------------------------------------------------------------------=
JOB DONE.
=------------------------------------------------------------------------------=
Program PWSCF v.7.1 starts on 9Nov2022 at 18:49:50
Git branch: develop_bands
Last git commit: 816aee40db40e6b706df606a62b57acfcd26b4df
Last git commit date: Fri Oct 21 11:20:44 2022 +0200
Last git commit subject: improvement for magnons
This program is part of the open-source Quantum ESPRESSO suite
for quantum simulation of materials; please cite
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);
URL http://www.quantum-espresso.org",
in publications or presentations arising from this work. More details at
http://www.quantum-espresso.org/quote
Parallel version (MPI & OpenMP), running on 4 processor cores
Number of MPI processes: 4
Threads/MPI process: 1
MPI processes distributed on 1 nodes
484724 MiB available memory on the printing compute node when the environment starts
Reading input from /ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../inputs/pw.CnSnI3.in
Current dimensions of program PWSCF are:
Max number of different atomic species (ntypx) = 10
Max number of k-points (npk) = 40000
Max angular momentum in pseudopotentials (lmaxx) = 4
Message from routine setup:
using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead
R & G space division: proc/nbgrp/npool/nimage = 4
Subspace diagonalization in iterative solution of the eigenvalue problem:
a serial algorithm will be used
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 872 872 237 38568 38568 5529
Max 873 873 238 38571 38571 5532
Sum 3489 3489 949 154275 154275 22119
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 11.6825 a.u.
unit-cell volume = 1594.4431 (a.u.)^3
number of atoms/cell = 5
number of atomic types = 3
number of electrons = 44.00
number of Kohn-Sham states= 22
kinetic-energy cutoff = 80.0000 Ry
charge density cutoff = 320.0000 Ry
scf convergence threshold = 1.0E-14
mixing beta = 0.7000
number of iterations used = 8 plain mixing
energy convergence thresh.= 1.0E-04
force convergence thresh. = 1.0E-03
press convergence thresh. = 5.0E-02
Exchange-correlation= PBESOL
( 1 4 10 8 0 0 0)
nstep = 50
GPU acceleration is ACTIVE.
celldm(1)= 11.682515 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 1.000000 0.000000 0.000000 )
a(2) = ( 0.000000 1.000000 0.000000 )
a(3) = ( 0.000000 0.000000 1.000000 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.000000 0.000000 0.000000 )
b(2) = ( 0.000000 1.000000 0.000000 )
b(3) = ( 0.000000 0.000000 1.000000 )
PseudoPot. # 1 for Cs read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/Cs-nc-pbesol.upf
MD5 check sum: 9d2f2206a14dc5b3b3f3fbfae186bed4
Pseudo is Norm-conserving + core correction, Zval = 9.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 2384 points, 8 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
l(7) = 3
l(8) = 3
PseudoPot. # 2 for Sn read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/Sn-nc-pbesol.upf
MD5 check sum: c2995d571af40102bfea7461443d92cf
Pseudo is Norm-conserving + core correction, Zval = 14.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 1628 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
PseudoPot. # 3 for I read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/I-nc-pbesol.upf
MD5 check sum: 80ed5ceb2eb9c553cfb6760a299d9c5b
Pseudo is Norm-conserving + core correction, Zval = 7.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 1182 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
atomic species valence mass pseudopotential
Cs 9.00 132.90545 Cs( 1.00)
Sn 14.00 118.71000 Sn( 1.00)
I 7.00 126.90447 I ( 1.00)
48 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 Cs tau( 1) = ( 0.5000000 0.5000000 0.5000000 )
2 Sn tau( 2) = ( 0.0000000 0.0000000 0.0000000 )
3 I tau( 3) = ( 0.5000000 0.0000000 0.0000000 )
4 I tau( 4) = ( 0.0000000 0.0000000 0.5000000 )
5 I tau( 5) = ( 0.0000000 0.5000000 0.0000000 )
number of k points= 20
cart. coord. in units 2pi/alat
k( 1) = ( 0.0625000 0.0625000 0.0625000), wk = 0.0312500
k( 2) = ( 0.0625000 0.0625000 0.1875000), wk = 0.0937500
k( 3) = ( 0.0625000 0.0625000 0.3125000), wk = 0.0937500
k( 4) = ( 0.0625000 0.0625000 0.4375000), wk = 0.0937500
k( 5) = ( 0.0625000 0.1875000 0.1875000), wk = 0.0937500
k( 6) = ( 0.0625000 0.1875000 0.3125000), wk = 0.1875000
k( 7) = ( 0.0625000 0.1875000 0.4375000), wk = 0.1875000
k( 8) = ( 0.0625000 0.3125000 0.3125000), wk = 0.0937500
k( 9) = ( 0.0625000 0.3125000 0.4375000), wk = 0.1875000
k( 10) = ( 0.0625000 0.4375000 0.4375000), wk = 0.0937500
k( 11) = ( 0.1875000 0.1875000 0.1875000), wk = 0.0312500
k( 12) = ( 0.1875000 0.1875000 0.3125000), wk = 0.0937500
k( 13) = ( 0.1875000 0.1875000 0.4375000), wk = 0.0937500
k( 14) = ( 0.1875000 0.3125000 0.3125000), wk = 0.0937500
k( 15) = ( 0.1875000 0.3125000 0.4375000), wk = 0.1875000
k( 16) = ( 0.1875000 0.4375000 0.4375000), wk = 0.0937500
k( 17) = ( 0.3125000 0.3125000 0.3125000), wk = 0.0312500
k( 18) = ( 0.3125000 0.3125000 0.4375000), wk = 0.0937500
k( 19) = ( 0.3125000 0.4375000 0.4375000), wk = 0.0937500
k( 20) = ( 0.4375000 0.4375000 0.4375000), wk = 0.0312500
Dense grid: 154275 G-vectors FFT dimensions: ( 72, 72, 72)
Estimated max dynamical RAM per process > 93.66 MB
Estimated total dynamical RAM > 374.64 MB
Initial potential from superposition of free atoms
starting charge 43.9618, renormalised to 44.0000
Starting wfcs are 26 randomized atomic wfcs
total cpu time spent up to now is 7.2 secs
per-process dynamical memory: 1332.5 Mb
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-02, avg # of iterations = 1.8
Threshold (ethr) on eigenvalues was too large:
Diagonalizing with lowered threshold
Davidson diagonalization with overlap
ethr = 1.66E-04, avg # of iterations = 3.8
total cpu time spent up to now is 8.6 secs
total energy = -282.02795673 Ry
estimated scf accuracy < 0.06062635 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.38E-04, avg # of iterations = 3.0
total cpu time spent up to now is 9.1 secs
total energy = -282.04814443 Ry
estimated scf accuracy < 0.01676065 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.81E-05, avg # of iterations = 2.2
total cpu time spent up to now is 9.6 secs
total energy = -282.05120718 Ry
estimated scf accuracy < 0.00031720 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.21E-07, avg # of iterations = 4.8
total cpu time spent up to now is 10.3 secs
total energy = -282.05139758 Ry
estimated scf accuracy < 0.00016823 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.82E-07, avg # of iterations = 2.3
total cpu time spent up to now is 10.8 secs
total energy = -282.05142429 Ry
estimated scf accuracy < 0.00000547 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.24E-08, avg # of iterations = 5.7
total cpu time spent up to now is 11.5 secs
total energy = -282.05143055 Ry
estimated scf accuracy < 0.00000385 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.74E-09, avg # of iterations = 2.1
total cpu time spent up to now is 12.0 secs
total energy = -282.05143143 Ry
estimated scf accuracy < 0.00000002 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.49E-11, avg # of iterations = 10.0
total cpu time spent up to now is 13.3 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 3.2E-09 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.37E-12, avg # of iterations = 3.0
total cpu time spent up to now is 13.9 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 3.3E-10 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.42E-13, avg # of iterations = 5.3
total cpu time spent up to now is 14.6 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 1.9E-11 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 4.2
total cpu time spent up to now is 15.2 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 6.2E-12 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 15.6 secs
total energy = -282.05143151 Ry
estimated scf accuracy < 1.4E-12 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 15.9 secs
End of self-consistent calculation
k = 0.0625 0.0625 0.0625 ( 19297 PWs) bands (ev):
-17.9690 -17.7075 -17.7075 -17.6856 -17.6856 -17.6856 -9.0513 -8.3289
-8.3289 -4.7333 -4.7333 -4.7307 -2.1434 -0.4425 -0.4425 -0.2951
1.9029 1.9029 1.9677 2.0592 2.1107 2.1107
k = 0.0625 0.0625 0.1875 ( 19308 PWs) bands (ev):
-17.9688 -17.7075 -17.7070 -17.6857 -17.6857 -17.6856 -9.0105 -8.3782
-8.3279 -4.7316 -4.7316 -4.7253 -2.4616 -0.4127 -0.3700 0.2286
1.7882 1.8371 1.9709 2.0099 2.0762 2.1127
k = 0.0625 0.0625 0.3125 ( 19280 PWs) bands (ev):
-17.9687 -17.7075 -17.7063 -17.6857 -17.6857 -17.6856 -8.9386 -8.4622
-8.3266 -4.7291 -4.7282 -4.7194 -2.7625 -0.3678 -0.3207 0.8503
1.6609 1.7578 1.9406 1.9794 2.0308 2.2293
k = 0.0625 0.0625 0.4375 ( 19257 PWs) bands (ev):
-17.9686 -17.7075 -17.7058 -17.6858 -17.6858 -17.6856 -8.8664 -8.5430
-8.3256 -4.7274 -4.7254 -4.7162 -2.9262 -0.3338 -0.2853 1.1159
1.5773 1.7320 1.9090 1.9402 2.0039 2.6412
k = 0.0625 0.1875 0.1875 ( 19281 PWs) bands (ev):
-17.9687 -17.7073 -17.7068 -17.6857 -17.6857 -17.6857 -8.9703 -8.3967
-8.3540 -4.7323 -4.7303 -4.7213 -2.7362 -0.3658 -0.0357 0.4233
1.6204 1.7831 1.9461 2.0092 2.0883 2.1704
k = 0.0625 0.1875 0.3125 ( 19271 PWs) bands (ev):
-17.9686 -17.7072 -17.7061 -17.6858 -17.6857 -17.6857 -8.8991 -8.4662
-8.3619 -4.7311 -4.7278 -4.7191 -3.0154 -0.3160 0.1352 0.8648
1.4918 1.7164 1.9015 2.0049 2.1407 2.2941
k = 0.0625 0.1875 0.4375 ( 19250 PWs) bands (ev):
-17.9684 -17.7072 -17.7056 -17.6858 -17.6858 -17.6857 -8.8262 -8.5432
-8.3624 -4.7297 -4.7243 -4.7201 -3.1722 -0.2782 0.1988 1.0258
1.4659 1.7325 1.8338 2.0016 2.1405 2.7154
k = 0.0625 0.3125 0.3125 ( 19258 PWs) bands (ev):
-17.9684 -17.7069 -17.7057 -17.6858 -17.6857 -17.6857 -8.8284 -8.4879
-8.4109 -4.7321 -4.7273 -4.7202 -3.2850 -0.2589 0.6649 0.8945
1.3970 1.6559 1.8268 1.9790 2.3308 2.4635
k = 0.0625 0.3125 0.4375 ( 19255 PWs) bands (ev):
-17.9683 -17.7068 -17.7053 -17.6859 -17.6858 -17.6857 -8.7526 -8.5438
-8.4309 -4.7316 -4.7275 -4.7218 -3.4406 -0.2152 0.8637 0.9121
1.4364 1.6586 1.7630 1.9517 2.3756 2.9212
k = 0.0625 0.4375 0.4375 ( 19253 PWs) bands (ev):
-17.9682 -17.7067 -17.7049 -17.6859 -17.6858 -17.6858 -8.6649 -8.5496
-8.5099 -4.7325 -4.7314 -4.7214 -3.5977 -0.1664 0.8157 1.3461
1.4399 1.6206 1.7426 1.8616 2.5129 3.3219
k = 0.1875 0.1875 0.1875 ( 19267 PWs) bands (ev):
-17.9686 -17.7068 -17.7068 -17.6857 -17.6857 -17.6857 -8.9312 -8.3953
-8.3953 -4.7331 -4.7331 -4.7173 -2.9844 -0.0012 -0.0012 0.5625
1.5875 1.5875 1.8959 2.1193 2.1641 2.1641
k = 0.1875 0.1875 0.3125 ( 19261 PWs) bands (ev):
-17.9685 -17.7068 -17.7061 -17.6858 -17.6858 -17.6857 -8.8618 -8.4679
-8.3932 -4.7343 -4.7323 -4.7170 -3.2494 0.0524 0.2547 0.8753
1.4079 1.5549 1.9688 2.1331 2.1927 2.3076
k = 0.1875 0.1875 0.4375 ( 19273 PWs) bands (ev):
-17.9683 -17.7068 -17.7056 -17.6858 -17.6858 -17.6857 -8.7895 -8.5426
-8.3918 -4.7351 -4.7280 -4.7209 -3.4021 0.0948 0.3473 0.9988
1.2996 1.6217 1.9637 2.1227 2.2085 2.7574
k = 0.1875 0.3125 0.3125 ( 19248 PWs) bands (ev):
-17.9683 -17.7064 -17.7057 -17.6858 -17.6858 -17.6858 -8.7953 -8.4860
-8.4358 -4.7362 -4.7361 -4.7194 -3.5085 0.1919 0.7006 0.9047
1.3016 1.4439 2.0424 2.1749 2.3306 2.4496
k = 0.1875 0.3125 0.4375 ( 19263 PWs) bands (ev):
-17.9682 -17.7063 -17.7053 -17.6859 -17.6858 -17.6858 -8.7231 -8.5422
-8.4476 -4.7388 -4.7345 -4.7244 -3.6614 0.2491 0.8932 0.9387
1.2329 1.4911 2.0351 2.1573 2.3854 2.9371
k = 0.1875 0.4375 0.4375 ( 19247 PWs) bands (ev):
-17.9681 -17.7062 -17.7049 -17.6859 -17.6858 -17.6858 -8.6445 -8.5472
-8.5135 -4.7389 -4.7388 -4.7292 -3.8163 0.3150 0.8603 1.1986
1.2240 1.6062 2.0479 2.1000 2.5175 3.3496
k = 0.3125 0.3125 0.3125 ( 19282 PWs) bands (ev):
-17.9681 -17.7057 -17.7057 -17.6858 -17.6858 -17.6858 -8.7363 -8.4831
-8.4831 -4.7420 -4.7420 -4.7250 -3.7640 0.7658 0.7658 0.9243
1.2478 1.2478 2.3074 2.3074 2.3546 2.5324
k = 0.3125 0.3125 0.4375 ( 19253 PWs) bands (ev):
-17.9680 -17.7057 -17.7052 -17.6859 -17.6859 -17.6858 -8.6709 -8.5403
-8.4811 -4.7461 -4.7425 -4.7324 -3.9178 0.8388 0.9387 0.9966
1.1088 1.3870 2.2772 2.3176 2.4268 3.0554
k = 0.3125 0.4375 0.4375 ( 19251 PWs) bands (ev):
-17.9679 -17.7054 -17.7049 -17.6859 -17.6859 -17.6859 -8.6105 -8.5439
-8.5231 -4.7486 -4.7477 -4.7410 -4.0739 0.9244 0.9966 1.0650
1.1034 1.6076 2.3406 2.3521 2.5246 3.4508
k = 0.4375 0.4375 0.4375 ( 19310 PWs) bands (ev):
-17.9678 -17.7049 -17.7049 -17.6859 -17.6859 -17.6859 -8.5744 -8.5415
-8.5415 -4.7539 -4.7539 -4.7508 -4.2323 0.9644 0.9929 0.9929
1.6106 1.6106 2.5076 2.5076 2.5395 3.7759
highest occupied level (ev): 3.7759
! total energy = -282.05143151 Ry
estimated scf accuracy < 1.4E-15 Ry
The total energy is the sum of the following terms:
one-electron contribution = -118.30441856 Ry
hartree contribution = 75.84562403 Ry
xc contribution = -80.98255353 Ry
ewald contribution = -158.61008344 Ry
convergence has been achieved in 13 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -4.21
-0.00002860 0.00000000 0.00000000 -4.21 0.00 0.00
0.00000000 -0.00002860 0.00000000 0.00 -4.21 0.00
0.00000000 0.00000000 -0.00002860 0.00 0.00 -4.21
BFGS Geometry Optimization
Energy error = 0.0E+00 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 4.2E+00 kbar
number of scf cycles = 1
number of bfgs steps = 0
enthalpy new = -282.0514315148 Ry
new trust radius = 0.0057094525 bohr
new conv_thr = 1.0E-14 Ry
new unit-cell volume = 1591.02584 a.u.^3 ( 235.76570 Ang^3 )
density = 4.45360 g/cm^3
CELL_PARAMETERS (angstrom)
6.177700894 0.000000000 0.000000000
0.000000000 6.177700894 0.000000000
0.000000000 0.000000000 6.177700894
ATOMIC_POSITIONS (angstrom)
Cs 3.0888504472 3.0888504472 3.0888504472
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0888504472 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0888504472
I 0.0000000000 3.0888504472 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.90558, renormalised to 44.00000
total cpu time spent up to now is 19.2 secs
per-process dynamical memory: 1365.6 Mb
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 3.1
total cpu time spent up to now is 19.8 secs
total energy = -282.05101467 Ry
estimated scf accuracy < 0.00028474 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.47E-07, avg # of iterations = 5.0
total cpu time spent up to now is 20.5 secs
total energy = -282.05152227 Ry
estimated scf accuracy < 0.00049467 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.47E-07, avg # of iterations = 2.0
total cpu time spent up to now is 21.0 secs
total energy = -282.05153857 Ry
estimated scf accuracy < 0.00009385 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.13E-07, avg # of iterations = 2.0
total cpu time spent up to now is 21.4 secs
total energy = -282.05153246 Ry
estimated scf accuracy < 0.00004364 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.92E-08, avg # of iterations = 1.6
total cpu time spent up to now is 21.8 secs
total energy = -282.05152166 Ry
estimated scf accuracy < 0.00002400 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.46E-08, avg # of iterations = 2.8
total cpu time spent up to now is 22.3 secs
total energy = -282.05152443 Ry
estimated scf accuracy < 0.00000214 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.87E-09, avg # of iterations = 4.0
total cpu time spent up to now is 22.9 secs
total energy = -282.05152526 Ry
estimated scf accuracy < 0.00000008 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.91E-10, avg # of iterations = 2.8
total cpu time spent up to now is 23.4 secs
total energy = -282.05152579 Ry
estimated scf accuracy < 0.00000010 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.91E-10, avg # of iterations = 5.1
total cpu time spent up to now is 24.2 secs
total energy = -282.05152468 Ry
estimated scf accuracy < 0.00000199 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.91E-10, avg # of iterations = 5.3
total cpu time spent up to now is 24.9 secs
total energy = -282.05152524 Ry
estimated scf accuracy < 0.00000014 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.91E-10, avg # of iterations = 2.8
total cpu time spent up to now is 25.5 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 0.00000008 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.82E-10, avg # of iterations = 2.0
total cpu time spent up to now is 25.9 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.23E-11, avg # of iterations = 3.1
total cpu time spent up to now is 26.5 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 3.0E-09 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.81E-12, avg # of iterations = 2.7
total cpu time spent up to now is 27.0 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 3.7E-11 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 6.8
total cpu time spent up to now is 27.9 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 3.5E-09 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 6.0
total cpu time spent up to now is 28.7 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 5.0E-11 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 29.1 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 6.0E-11 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.6
total cpu time spent up to now is 29.6 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 4.1E-13 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 29.9 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 4.8E-14 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 30.3 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 2.3E-14 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 30.7 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 9.9E-14 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 31.0 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 2.8E-14 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 31.4 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 3.1E-14 Ry
iteration # 24 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 31.8 secs
total energy = -282.05152523 Ry
estimated scf accuracy < 1.2E-14 Ry
iteration # 25 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 32.1 secs
End of self-consistent calculation
k = 0.0625 0.0625 0.0625 ( 19297 PWs) bands (ev):
-17.9482 -17.6852 -17.6852 -17.6630 -17.6630 -17.6630 -9.0402 -8.3133
-8.3133 -4.7131 -4.7131 -4.7105 -2.1220 -0.4322 -0.4322 -0.2830
1.9184 1.9184 1.9835 2.0760 2.1277 2.1277
k = 0.0625 0.0625 0.1876 ( 19308 PWs) bands (ev):
-17.9481 -17.6852 -17.6847 -17.6631 -17.6631 -17.6630 -8.9992 -8.3630
-8.3123 -4.7114 -4.7113 -4.7050 -2.4424 -0.4023 -0.3593 0.2429
1.8032 1.8524 1.9867 2.0265 2.0929 2.1298
k = 0.0625 0.0625 0.3127 ( 19280 PWs) bands (ev):
-17.9479 -17.6852 -17.6840 -17.6631 -17.6631 -17.6630 -8.9269 -8.4476
-8.3110 -4.7089 -4.7079 -4.6990 -2.7445 -0.3573 -0.3098 0.8650
1.6754 1.7729 1.9561 1.9956 2.0471 2.2482
k = 0.0625 0.0625 0.4378 ( 19257 PWs) bands (ev):
-17.9478 -17.6852 -17.6835 -17.6632 -17.6632 -17.6630 -8.8544 -8.5289
-8.3100 -4.7071 -4.7051 -4.6957 -2.9086 -0.3233 -0.2744 1.1293
1.5916 1.7470 1.9244 1.9561 2.0200 2.6635
k = 0.0625 0.1876 0.1876 ( 19281 PWs) bands (ev):
-17.9480 -17.6850 -17.6845 -17.6631 -17.6631 -17.6631 -8.9588 -8.3816
-8.3386 -4.7121 -4.7100 -4.7009 -2.7186 -0.3553 -0.0242 0.4383
1.6350 1.7981 1.9626 2.0253 2.1053 2.1875
k = 0.0625 0.1876 0.3127 ( 19271 PWs) bands (ev):
-17.9478 -17.6849 -17.6838 -17.6632 -17.6631 -17.6631 -8.8872 -8.4517
-8.3466 -4.7108 -4.7075 -4.6987 -2.9988 -0.3053 0.1476 0.8789
1.5060 1.7312 1.9175 2.0210 2.1577 2.3130
k = 0.0625 0.1876 0.4378 ( 19250 PWs) bands (ev):
-17.9477 -17.6849 -17.6833 -17.6632 -17.6632 -17.6631 -8.8139 -8.5291
-8.3471 -4.7094 -4.7040 -4.6997 -3.1561 -0.2674 0.2114 1.0386
1.4800 1.7475 1.8493 2.0178 2.1569 2.7380
k = 0.0625 0.3127 0.3127 ( 19258 PWs) bands (ev):
-17.9477 -17.6846 -17.6834 -17.6632 -17.6631 -17.6631 -8.8162 -8.4735
-8.3959 -4.7118 -4.7070 -4.6998 -3.2696 -0.2480 0.6784 0.9075
1.4115 1.6704 1.8423 1.9952 2.3482 2.4843
k = 0.0625 0.3127 0.4378 ( 19255 PWs) bands (ev):
-17.9475 -17.6845 -17.6830 -17.6633 -17.6632 -17.6631 -8.7399 -8.5298
-8.4160 -4.7113 -4.7072 -4.7014 -3.4257 -0.2042 0.8773 0.9248
1.4506 1.6733 1.7781 1.9679 2.3930 2.9446
k = 0.0625 0.4378 0.4378 ( 19253 PWs) bands (ev):
-17.9474 -17.6844 -17.6826 -17.6633 -17.6632 -17.6632 -8.6517 -8.5356
-8.4956 -4.7123 -4.7111 -4.7010 -3.5834 -0.1551 0.8273 1.3608
1.4541 1.6356 1.7576 1.8779 2.5309 3.3471
k = 0.1876 0.1876 0.1876 ( 19267 PWs) bands (ev):
-17.9479 -17.6845 -17.6845 -17.6631 -17.6631 -17.6631 -8.9195 -8.3802
-8.3802 -4.7129 -4.7129 -4.6969 -2.9681 0.0104 0.0104 0.5775
1.6018 1.6018 1.9132 2.1357 2.1811 2.1811
k = 0.1876 0.1876 0.3127 ( 19261 PWs) bands (ev):
-17.9477 -17.6845 -17.6838 -17.6632 -17.6632 -17.6631 -8.8498 -8.4533
-8.3781 -4.7141 -4.7120 -4.6966 -3.2341 0.0642 0.2674 0.8891
1.4217 1.5694 1.9863 2.1497 2.2094 2.3265
k = 0.1876 0.1876 0.4378 ( 19273 PWs) bands (ev):
-17.9476 -17.6845 -17.6833 -17.6632 -17.6632 -17.6631 -8.7770 -8.5286
-8.3767 -4.7149 -4.7077 -4.7005 -3.3872 0.1067 0.3605 1.0115
1.3130 1.6365 1.9798 2.1393 2.2252 2.7802
k = 0.1876 0.3127 0.3127 ( 19248 PWs) bands (ev):
-17.9476 -17.6841 -17.6834 -17.6632 -17.6632 -17.6632 -8.7828 -8.4715
-8.4210 -4.7160 -4.7159 -4.6990 -3.4944 0.2042 0.7142 0.9176
1.3152 1.4580 2.0596 2.1917 2.3479 2.4702
k = 0.1876 0.3127 0.4378 ( 19263 PWs) bands (ev):
-17.9474 -17.6840 -17.6830 -17.6633 -17.6632 -17.6632 -8.7102 -8.5282
-8.4329 -4.7186 -4.7142 -4.7040 -3.6477 0.2617 0.9066 0.9516
1.2463 1.5057 2.0514 2.1740 2.4029 2.9605
k = 0.1876 0.4378 0.4378 ( 19247 PWs) bands (ev):
-17.9473 -17.6839 -17.6826 -17.6633 -17.6632 -17.6632 -8.6311 -8.5332
-8.4992 -4.7188 -4.7186 -4.7089 -3.8033 0.3279 0.8723 1.2122
1.2375 1.6225 2.0641 2.1165 2.5355 3.3748
k = 0.3127 0.3127 0.3127 ( 19282 PWs) bands (ev):
-17.9474 -17.6834 -17.6834 -17.6632 -17.6632 -17.6632 -8.7235 -8.4687
-8.4687 -4.7219 -4.7219 -4.7046 -3.7510 0.7795 0.7795 0.9370
1.2614 1.2614 2.3247 2.3247 2.3719 2.5545
k = 0.3127 0.3127 0.4378 ( 19253 PWs) bands (ev):
-17.9473 -17.6834 -17.6829 -17.6633 -17.6633 -17.6632 -8.6577 -8.5262
-8.4666 -4.7260 -4.7224 -4.7121 -3.9054 0.8529 0.9512 1.0103
1.1220 1.4020 2.2943 2.3349 2.4445 3.0792
k = 0.3127 0.4378 0.4378 ( 19251 PWs) bands (ev):
-17.9472 -17.6831 -17.6826 -17.6633 -17.6633 -17.6633 -8.5969 -8.5298
-8.5089 -4.7286 -4.7276 -4.7209 -4.0622 0.9368 1.0108 1.0780
1.1172 1.6242 2.3579 2.3695 2.5427 3.4759
k = 0.4378 0.4378 0.4378 ( 19310 PWs) bands (ev):
-17.9471 -17.6826 -17.6826 -17.6633 -17.6633 -17.6633 -8.5605 -8.5274
-8.5274 -4.7340 -4.7340 -4.7307 -4.2213 0.9771 1.0058 1.0058
1.6272 1.6272 2.5257 2.5257 2.5577 3.8014
highest occupied level (ev): 3.8014
! total energy = -282.05152523 Ry
estimated scf accuracy < 6.4E-15 Ry
The total energy is the sum of the following terms:
one-electron contribution = -118.13277344 Ry
hartree contribution = 75.79046771 Ry
xc contribution = -80.98566075 Ry
ewald contribution = -158.72355875 Ry
convergence has been achieved in 25 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -3.86
-0.00002625 0.00000000 0.00000000 -3.86 0.00 0.00
0.00000000 -0.00002625 0.00000000 0.00 -3.86 0.00
0.00000000 0.00000000 -0.00002625 0.00 0.00 -3.86
Energy error = 9.4E-05 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 3.9E+00 kbar
number of scf cycles = 2
number of bfgs steps = 1
enthalpy old = -282.0514315148 Ry
enthalpy new = -282.0515252316 Ry
CASE: enthalpy _new < enthalpy _old
WARNING: bfgs curvature condition failed, Theta= 0.873
new trust radius = 0.0085611168 bohr
new conv_thr = 1.0E-16 Ry
new unit-cell volume = 1585.90909 a.u.^3 ( 235.00748 Ang^3 )
density = 4.46797 g/cm^3
CELL_PARAMETERS (angstrom)
6.171071274 0.000000000 0.000000000
0.000000000 6.171071274 0.000000000
0.000000000 0.000000000 6.171071274
ATOMIC_POSITIONS (angstrom)
Cs 3.0855356368 3.0855356368 3.0855356368
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0855356368 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0855356368
I 0.0000000000 3.0855356368 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.85816, renormalised to 44.00000
total cpu time spent up to now is 35.3 secs
per-process dynamical memory: 1402.7 Mb
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 4.3
total cpu time spent up to now is 36.0 secs
total energy = -282.05043667 Ry
estimated scf accuracy < 0.00068475 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.56E-06, avg # of iterations = 5.0
total cpu time spent up to now is 36.7 secs
total energy = -282.05164060 Ry
estimated scf accuracy < 0.00121127 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.56E-06, avg # of iterations = 2.0
total cpu time spent up to now is 37.2 secs
total energy = -282.05168147 Ry
estimated scf accuracy < 0.00022682 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.16E-07, avg # of iterations = 2.0
total cpu time spent up to now is 37.6 secs
total energy = -282.05167052 Ry
estimated scf accuracy < 0.00010371 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.36E-07, avg # of iterations = 1.4
total cpu time spent up to now is 38.0 secs
total energy = -282.05164269 Ry
estimated scf accuracy < 0.00006277 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.43E-07, avg # of iterations = 2.5
total cpu time spent up to now is 38.5 secs
total energy = -282.05164795 Ry
estimated scf accuracy < 0.00000717 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.63E-08, avg # of iterations = 4.2
total cpu time spent up to now is 39.1 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 0.00000022 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.99E-10, avg # of iterations = 3.1
total cpu time spent up to now is 39.6 secs
total energy = -282.05165190 Ry
estimated scf accuracy < 0.00000014 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.18E-10, avg # of iterations = 5.9
total cpu time spent up to now is 40.4 secs
total energy = -282.05164886 Ry
estimated scf accuracy < 0.00000598 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.18E-10, avg # of iterations = 6.0
total cpu time spent up to now is 41.3 secs
total energy = -282.05165037 Ry
estimated scf accuracy < 0.00000038 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.18E-10, avg # of iterations = 3.1
total cpu time spent up to now is 41.8 secs
total energy = -282.05165043 Ry
estimated scf accuracy < 0.00000008 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.79E-10, avg # of iterations = 1.1
total cpu time spent up to now is 42.2 secs
total energy = -282.05165041 Ry
estimated scf accuracy < 0.00000005 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.17E-10, avg # of iterations = 2.0
total cpu time spent up to now is 42.7 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.1E-09 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.53E-12, avg # of iterations = 4.3
total cpu time spent up to now is 43.3 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 5.6E-11 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.28E-13, avg # of iterations = 4.0
total cpu time spent up to now is 43.9 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 9.4E-11 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.28E-13, avg # of iterations = 1.6
total cpu time spent up to now is 44.3 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.2E-10 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.28E-13, avg # of iterations = 1.1
total cpu time spent up to now is 44.7 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 6.6E-11 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.28E-13, avg # of iterations = 3.0
total cpu time spent up to now is 45.2 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.0E-11 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.0
total cpu time spent up to now is 45.6 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 6.7E-14 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 46.0 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.1E-13 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 46.4 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.0E-14 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 46.7 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 2.7E-15 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 47.1 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 6.0E-16 Ry
iteration # 24 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 47.5 secs
total energy = -282.05165042 Ry
estimated scf accuracy < 1.0E-16 Ry
iteration # 25 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 47.8 secs
End of self-consistent calculation
k = 0.0626 0.0626 0.0626 ( 19297 PWs) bands (ev):
-17.9170 -17.6517 -17.6517 -17.6290 -17.6290 -17.6290 -9.0235 -8.2898
-8.2898 -4.6827 -4.6827 -4.6800 -2.0898 -0.4166 -0.4166 -0.2645
1.9417 1.9417 2.0073 2.1013 2.1532 2.1532
k = 0.0626 0.0626 0.1878 ( 19308 PWs) bands (ev):
-17.9169 -17.6517 -17.6512 -17.6291 -17.6291 -17.6290 -8.9822 -8.3401
-8.2889 -4.6810 -4.6809 -4.6744 -2.4135 -0.3867 -0.3432 0.2644
1.8259 1.8755 2.0104 2.0515 2.1181 2.1555
k = 0.0626 0.0626 0.3131 ( 19280 PWs) bands (ev):
-17.9167 -17.6517 -17.6505 -17.6291 -17.6291 -17.6290 -8.9094 -8.4256
-8.2875 -4.6784 -4.6774 -4.6683 -2.7175 -0.3416 -0.2935 0.8870
1.6974 1.7957 1.9795 2.0200 2.0717 2.2766
k = 0.0626 0.0626 0.4383 ( 19257 PWs) bands (ev):
-17.9166 -17.6517 -17.6500 -17.6292 -17.6292 -17.6290 -8.8363 -8.5078
-8.2865 -4.6766 -4.6745 -4.6650 -2.8822 -0.3074 -0.2579 1.1497
1.6131 1.7696 1.9475 1.9800 2.0443 2.6969
k = 0.0626 0.1878 0.1878 ( 19281 PWs) bands (ev):
-17.9168 -17.6515 -17.6510 -17.6291 -17.6291 -17.6291 -8.9415 -8.3589
-8.3154 -4.6817 -4.6795 -4.6703 -2.6921 -0.3394 -0.0068 0.4608
1.6569 1.8207 1.9874 2.0494 2.1308 2.2132
k = 0.0626 0.1878 0.3131 ( 19271 PWs) bands (ev):
-17.9166 -17.6514 -17.6503 -17.6292 -17.6291 -17.6291 -8.8694 -8.4297
-8.3235 -4.6803 -4.6769 -4.6680 -2.9740 -0.2892 0.1661 0.9002
1.5276 1.7537 1.9416 2.0453 2.1833 2.3414
k = 0.0626 0.1878 0.4383 ( 19250 PWs) bands (ev):
-17.9165 -17.6514 -17.6498 -17.6292 -17.6292 -17.6291 -8.7955 -8.5080
-8.3240 -4.6789 -4.6734 -4.6690 -3.1320 -0.2512 0.2305 1.0579
1.5012 1.7701 1.8726 2.0421 2.1817 2.7719
k = 0.0626 0.3131 0.3131 ( 19258 PWs) bands (ev):
-17.9164 -17.6511 -17.6499 -17.6292 -17.6291 -17.6291 -8.7977 -8.4518
-8.3733 -4.6813 -4.6764 -4.6692 -3.2464 -0.2316 0.6988 0.9270
1.4332 1.6924 1.8658 2.0197 2.3744 2.5155
k = 0.0626 0.3131 0.4383 ( 19255 PWs) bands (ev):
-17.9163 -17.6510 -17.6495 -17.6293 -17.6292 -17.6291 -8.7208 -8.5087
-8.3937 -4.6809 -4.6766 -4.6707 -3.4033 -0.1875 0.8976 0.9441
1.4720 1.6955 1.8008 1.9924 2.4193 2.9798
k = 0.0626 0.4383 0.4383 ( 19253 PWs) bands (ev):
-17.9162 -17.6509 -17.6491 -17.6293 -17.6292 -17.6292 -8.6317 -8.5145
-8.4741 -4.6818 -4.6806 -4.6704 -3.5619 -0.1382 0.8448 1.3829
1.4756 1.6581 1.7801 1.9024 2.5581 3.3850
k = 0.1878 0.1878 0.1878 ( 19267 PWs) bands (ev):
-17.9167 -17.6510 -17.6510 -17.6291 -17.6291 -17.6291 -8.9019 -8.3574
-8.3574 -4.6825 -4.6825 -4.6662 -2.9437 0.0280 0.0280 0.6002
1.6235 1.6235 1.9392 2.1603 2.2066 2.2066
k = 0.1878 0.1878 0.3131 ( 19261 PWs) bands (ev):
-17.9165 -17.6510 -17.6502 -17.6292 -17.6292 -17.6291 -8.8316 -8.4314
-8.3554 -4.6837 -4.6815 -4.6659 -3.2112 0.0820 0.2866 0.9097
1.4424 1.5911 2.0126 2.1747 2.2346 2.3550
k = 0.1878 0.1878 0.4383 ( 19273 PWs) bands (ev):
-17.9164 -17.6510 -17.6497 -17.6292 -17.6292 -17.6291 -8.7583 -8.5074
-8.3539 -4.6845 -4.6771 -4.6698 -3.3650 0.1246 0.3805 1.0306
1.3333 1.6588 2.0040 2.1642 2.2503 2.8144
k = 0.1878 0.3131 0.3131 ( 19248 PWs) bands (ev):
-17.9163 -17.6506 -17.6499 -17.6293 -17.6292 -17.6292 -8.7641 -8.4498
-8.3987 -4.6856 -4.6856 -4.6683 -3.4731 0.2228 0.7347 0.9371
1.3358 1.4793 2.0854 2.2170 2.3740 2.5012
k = 0.1878 0.3131 0.4383 ( 19263 PWs) bands (ev):
-17.9162 -17.6505 -17.6494 -17.6293 -17.6292 -17.6292 -8.6909 -8.5070
-8.4107 -4.6883 -4.6838 -4.6734 -3.6272 0.2806 0.9269 0.9712
1.2665 1.5278 2.0759 2.1992 2.4292 2.9958
k = 0.1878 0.4383 0.4383 ( 19247 PWs) bands (ev):
-17.9161 -17.6504 -17.6491 -17.6293 -17.6292 -17.6292 -8.6109 -8.5121
-8.4778 -4.6884 -4.6883 -4.6784 -3.7837 0.3473 0.8903 1.2327
1.2578 1.6469 2.0885 2.1414 2.5627 3.4127
k = 0.3131 0.3131 0.3131 ( 19282 PWs) bands (ev):
-17.9162 -17.6499 -17.6499 -17.6293 -17.6293 -17.6292 -8.7042 -8.4469
-8.4469 -4.6916 -4.6916 -4.6740 -3.7314 0.8003 0.8003 0.9561
1.2818 1.2818 2.3508 2.3508 2.3981 2.5876
k = 0.3131 0.3131 0.4383 ( 19253 PWs) bands (ev):
-17.9161 -17.6499 -17.6494 -17.6293 -17.6293 -17.6293 -8.6378 -8.5050
-8.4448 -4.6958 -4.6922 -4.6817 -3.8867 0.8742 0.9701 1.0309
1.1417 1.4248 2.3202 2.3609 2.4711 3.1151
k = 0.3131 0.4383 0.4383 ( 19251 PWs) bands (ev):
-17.9160 -17.6496 -17.6491 -17.6293 -17.6293 -17.6293 -8.5764 -8.5087
-8.4875 -4.6984 -4.6974 -4.6906 -4.0445 0.9554 1.0320 1.0977
1.1381 1.6491 2.3841 2.3957 2.5699 3.5137
k = 0.4383 0.4383 0.4383 ( 19310 PWs) bands (ev):
-17.9159 -17.6491 -17.6491 -17.6293 -17.6293 -17.6293 -8.5397 -8.5062
-8.5062 -4.7039 -4.7039 -4.7006 -4.2047 0.9962 1.0251 1.0251
1.6523 1.6523 2.5529 2.5529 2.5850 3.8396
highest occupied level (ev): 3.8396
! total energy = -282.05165042 Ry
estimated scf accuracy < 1.1E-17 Ry
The total energy is the sum of the following terms:
one-electron contribution = -117.87491643 Ry
hartree contribution = 75.70768874 Ry
xc contribution = -80.99034627 Ry
ewald contribution = -158.89407647 Ry
convergence has been achieved in 25 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -3.34
-0.00002267 0.00000000 0.00000000 -3.34 0.00 0.00
0.00000000 -0.00002267 0.00000000 0.00 -3.34 0.00
0.00000000 0.00000000 -0.00002267 0.00 0.00 -3.34
Energy error = 1.3E-04 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 3.3E+00 kbar
number of scf cycles = 3
number of bfgs steps = 2
enthalpy old = -282.0515252316 Ry
enthalpy new = -282.0516504157 Ry
CASE: enthalpy _new < enthalpy _old
new trust radius = 0.0128347828 bohr
new conv_thr = 1.0E-16 Ry
new unit-cell volume = 1578.25455 a.u.^3 ( 233.87320 Ang^3 )
density = 4.48964 g/cm^3
CELL_PARAMETERS (angstrom)
6.161126842 0.000000000 0.000000000
0.000000000 6.161126842 0.000000000
0.000000000 0.000000000 6.161126842
ATOMIC_POSITIONS (angstrom)
Cs 3.0805634212 3.0805634212 3.0805634212
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0805634212 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0805634212
I 0.0000000000 3.0805634212 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.78679, renormalised to 44.00000
total cpu time spent up to now is 51.0 secs
per-process dynamical memory: 1365.7 Mb
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 5.0
total cpu time spent up to now is 51.8 secs
total energy = -282.04893106 Ry
estimated scf accuracy < 0.00164248 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.73E-06, avg # of iterations = 5.0
total cpu time spent up to now is 52.5 secs
total energy = -282.05177795 Ry
estimated scf accuracy < 0.00293554 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.73E-06, avg # of iterations = 2.0
total cpu time spent up to now is 53.0 secs
total energy = -282.05187306 Ry
estimated scf accuracy < 0.00054882 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.25E-06, avg # of iterations = 2.0
total cpu time spent up to now is 53.4 secs
total energy = -282.05185036 Ry
estimated scf accuracy < 0.00024330 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.53E-07, avg # of iterations = 1.3
total cpu time spent up to now is 53.8 secs
total energy = -282.05178750 Ry
estimated scf accuracy < 0.00014740 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.35E-07, avg # of iterations = 2.3
total cpu time spent up to now is 54.2 secs
total energy = -282.05179652 Ry
estimated scf accuracy < 0.00001983 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.51E-08, avg # of iterations = 3.8
total cpu time spent up to now is 54.8 secs
total energy = -282.05180307 Ry
estimated scf accuracy < 0.00000049 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.12E-09, avg # of iterations = 4.1
total cpu time spent up to now is 55.4 secs
total energy = -282.05180373 Ry
estimated scf accuracy < 0.00000029 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.69E-10, avg # of iterations = 4.0
total cpu time spent up to now is 56.0 secs
total energy = -282.05180275 Ry
estimated scf accuracy < 0.00000192 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.69E-10, avg # of iterations = 4.1
total cpu time spent up to now is 56.7 secs
total energy = -282.05180300 Ry
estimated scf accuracy < 0.00000065 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.69E-10, avg # of iterations = 3.1
total cpu time spent up to now is 57.2 secs
total energy = -282.05180315 Ry
estimated scf accuracy < 0.00000010 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.36E-10, avg # of iterations = 1.1
total cpu time spent up to now is 57.6 secs
total energy = -282.05180310 Ry
estimated scf accuracy < 0.00000007 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.63E-10, avg # of iterations = 3.0
total cpu time spent up to now is 58.2 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 5.1E-09 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.15E-11, avg # of iterations = 3.1
total cpu time spent up to now is 58.7 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 2.3E-09 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.33E-12, avg # of iterations = 2.3
total cpu time spent up to now is 59.2 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 6.9E-09 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.33E-12, avg # of iterations = 3.0
total cpu time spent up to now is 59.8 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 8.4E-11 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.90E-13, avg # of iterations = 3.8
total cpu time spent up to now is 60.3 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 1.8E-11 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.0
total cpu time spent up to now is 60.7 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 4.9E-13 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 61.1 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 1.1E-13 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 61.5 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 5.1E-14 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 61.9 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 2.1E-14 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 62.2 secs
total energy = -282.05180312 Ry
estimated scf accuracy < 8.0E-16 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 62.6 secs
End of self-consistent calculation
k = 0.0627 0.0627 0.0627 ( 19297 PWs) bands (ev):
-17.8700 -17.6014 -17.6014 -17.5779 -17.5779 -17.5779 -8.9983 -8.2544
-8.2544 -4.6369 -4.6369 -4.6342 -2.0414 -0.3931 -0.3931 -0.2367
1.9770 1.9770 2.0432 2.1394 2.1919 2.1919
k = 0.0627 0.0627 0.1881 ( 19308 PWs) bands (ev):
-17.8699 -17.6014 -17.6008 -17.5780 -17.5780 -17.5779 -8.9566 -8.3055
-8.2534 -4.6351 -4.6351 -4.6284 -2.3701 -0.3631 -0.3189 0.2970
1.8600 1.9103 2.0462 2.0891 2.1560 2.1944
k = 0.0627 0.0627 0.3136 ( 19280 PWs) bands (ev):
-17.8697 -17.6014 -17.6001 -17.5780 -17.5780 -17.5779 -8.8830 -8.3925
-8.2520 -4.6325 -4.6314 -4.6221 -2.6767 -0.3178 -0.2689 0.9202
1.7304 1.8302 2.0148 2.0569 2.1089 2.3194
k = 0.0627 0.0627 0.4390 ( 19257 PWs) bands (ev):
-17.8696 -17.6014 -17.5996 -17.5781 -17.5781 -17.5779 -8.8090 -8.4759
-8.2510 -4.6306 -4.6285 -4.6186 -2.8425 -0.2835 -0.2331 1.1803
1.6456 1.8038 1.9824 2.0161 2.0809 2.7475
k = 0.0627 0.1881 0.1881 ( 19281 PWs) bands (ev):
-17.8698 -17.6011 -17.6006 -17.5780 -17.5780 -17.5780 -8.9154 -8.3247
-8.2805 -4.6358 -4.6337 -4.6241 -2.6524 -0.3154 0.0195 0.4950
1.6899 1.8549 2.0249 2.0858 2.1694 2.2519
k = 0.0627 0.1881 0.3136 ( 19271 PWs) bands (ev):
-17.8696 -17.6010 -17.5999 -17.5781 -17.5780 -17.5780 -8.8425 -8.3966
-8.2886 -4.6344 -4.6310 -4.6217 -2.9366 -0.2649 0.1942 0.9323
1.5600 1.7875 1.9780 2.0819 2.2220 2.3844
k = 0.0627 0.1881 0.4390 ( 19250 PWs) bands (ev):
-17.8695 -17.6010 -17.5994 -17.5781 -17.5781 -17.5780 -8.7677 -8.4761
-8.2891 -4.6330 -4.6273 -4.6228 -3.0956 -0.2267 0.2592 1.0871
1.5332 1.8041 1.9078 2.0788 2.2190 2.8231
k = 0.0627 0.3136 0.3136 ( 19258 PWs) bands (ev):
-17.8694 -17.6007 -17.5994 -17.5781 -17.5780 -17.5780 -8.7699 -8.4191
-8.3393 -4.6354 -4.6304 -4.6229 -3.2116 -0.2069 0.7295 0.9565
1.4660 1.7255 1.9012 2.0565 2.4140 2.5626
k = 0.0627 0.3136 0.4390 ( 19255 PWs) bands (ev):
-17.8693 -17.6006 -17.5990 -17.5782 -17.5781 -17.5780 -8.6920 -8.4768
-8.3600 -4.6349 -4.6306 -4.6246 -3.3696 -0.1625 0.9281 0.9734
1.5043 1.7290 1.8352 2.0293 2.4590 3.0330
k = 0.0627 0.4390 0.4390 ( 19253 PWs) bands (ev):
-17.8692 -17.6005 -17.5986 -17.5782 -17.5781 -17.5781 -8.6017 -8.4827
-8.4417 -4.6359 -4.6347 -4.6242 -3.5295 -0.1127 0.8711 1.4162
1.5080 1.6922 1.8142 1.9393 2.5991 3.4423
k = 0.1881 0.1881 0.1881 ( 19267 PWs) bands (ev):
-17.8696 -17.6006 -17.6006 -17.5780 -17.5780 -17.5780 -8.8754 -8.3232
-8.3232 -4.6367 -4.6367 -4.6199 -2.9069 0.0544 0.0544 0.6343
1.6561 1.6561 1.9784 2.1976 2.2452 2.2452
k = 0.1881 0.1881 0.3136 ( 19261 PWs) bands (ev):
-17.8695 -17.6006 -17.5998 -17.5781 -17.5781 -17.5780 -8.8042 -8.3983
-8.3211 -4.6379 -4.6357 -4.6196 -3.1767 0.1087 0.3156 0.9409
1.4738 1.6239 2.0523 2.2125 2.2726 2.3981
k = 0.1881 0.1881 0.4390 ( 19273 PWs) bands (ev):
-17.8693 -17.6006 -17.5993 -17.5781 -17.5781 -17.5780 -8.7300 -8.4755
-8.3196 -4.6388 -4.6311 -4.6236 -3.3315 0.1516 0.4106 1.0594
1.3639 1.6925 2.0406 2.2018 2.2881 2.8661
k = 0.1881 0.3136 0.3136 ( 19248 PWs) bands (ev):
-17.8693 -17.6002 -17.5994 -17.5781 -17.5781 -17.5781 -8.7359 -8.4170
-8.3651 -4.6398 -4.6398 -4.6221 -3.4410 0.2509 0.7656 0.9664
1.3669 1.5113 2.1243 2.2552 2.4135 2.5481
k = 0.1881 0.3136 0.4390 ( 19263 PWs) bands (ev):
-17.8692 -17.6001 -17.5990 -17.5782 -17.5781 -17.5781 -8.6617 -8.4751
-8.3772 -4.6426 -4.6380 -4.6273 -3.5964 0.3092 0.9572 1.0009
1.2970 1.5612 2.1128 2.2373 2.4689 3.0491
k = 0.1881 0.4390 0.4390 ( 19247 PWs) bands (ev):
-17.8691 -17.5999 -17.5986 -17.5782 -17.5781 -17.5781 -8.5806 -8.4802
-8.4454 -4.6427 -4.6425 -4.6324 -3.7542 0.3766 0.9174 1.2636
1.2884 1.6838 2.1253 2.1790 2.6038 3.4699
k = 0.3136 0.3136 0.3136 ( 19282 PWs) bands (ev):
-17.8691 -17.5994 -17.5994 -17.5781 -17.5781 -17.5781 -8.6752 -8.4140
-8.4140 -4.6460 -4.6460 -4.6280 -3.7020 0.8317 0.8317 0.9849
1.3128 1.3128 2.3902 2.3902 2.4375 2.6376
k = 0.3136 0.3136 0.4390 ( 19253 PWs) bands (ev):
-17.8690 -17.5994 -17.5989 -17.5782 -17.5782 -17.5781 -8.6078 -8.4730
-8.4119 -4.6504 -4.6466 -4.6358 -3.8586 0.9063 0.9986 1.0621
1.1716 1.4591 2.3592 2.4003 2.5112 3.1691
k = 0.3136 0.4390 0.4390 ( 19251 PWs) bands (ev):
-17.8689 -17.5992 -17.5986 -17.5782 -17.5782 -17.5782 -8.5455 -8.4767
-8.4553 -4.6530 -4.6520 -4.6450 -4.0180 0.9836 1.0641 1.1274
1.1697 1.6868 2.4235 2.4353 2.6111 3.5706
k = 0.4390 0.4390 0.4390 ( 19310 PWs) bands (ev):
-17.8688 -17.5986 -17.5986 -17.5782 -17.5782 -17.5782 -8.5082 -8.4743
-8.4743 -4.6587 -4.6587 -4.6553 -4.1798 1.0251 1.0543 1.0543
1.6902 1.6902 2.5939 2.5939 2.6264 3.8972
highest occupied level (ev): 3.8972
! total energy = -282.05180312 Ry
estimated scf accuracy < 5.2E-17 Ry
The total energy is the sum of the following terms:
one-electron contribution = -117.48724698 Ry
hartree contribution = 75.58341607 Ry
xc contribution = -80.99743110 Ry
ewald contribution = -159.15054111 Ry
convergence has been achieved in 23 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -2.53
-0.00001720 0.00000000 0.00000000 -2.53 0.00 0.00
0.00000000 -0.00001720 0.00000000 0.00 -2.53 0.00
0.00000000 0.00000000 -0.00001720 0.00 0.00 -2.53
Energy error = 1.5E-04 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 2.5E+00 kbar
number of scf cycles = 4
number of bfgs steps = 3
enthalpy old = -282.0516504157 Ry
enthalpy new = -282.0518031221 Ry
CASE: enthalpy _new < enthalpy _old
new trust radius = 0.0192366559 bohr
new conv_thr = 1.0E-16 Ry
new unit-cell volume = 1566.81899 a.u.^3 ( 232.17862 Ang^3 )
density = 4.52241 g/cm^3
CELL_PARAMETERS (angstrom)
6.146210196 0.000000000 0.000000000
0.000000000 6.146210196 0.000000000
0.000000000 0.000000000 6.146210196
ATOMIC_POSITIONS (angstrom)
Cs 3.0731050978 3.0731050978 3.0731050978
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0731050978 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0731050978
I 0.0000000000 3.0731050978 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.67914, renormalised to 44.00000
total cpu time spent up to now is 65.8 secs
per-process dynamical memory: 1365.7 Mb
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 5.6
total cpu time spent up to now is 66.6 secs
total energy = -282.04538761 Ry
estimated scf accuracy < 0.00376931 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.57E-06, avg # of iterations = 5.0
total cpu time spent up to now is 67.3 secs
total energy = -282.05189789 Ry
estimated scf accuracy < 0.00670498 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.57E-06, avg # of iterations = 2.0
total cpu time spent up to now is 67.7 secs
total energy = -282.05211148 Ry
estimated scf accuracy < 0.00125268 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.85E-06, avg # of iterations = 2.0
total cpu time spent up to now is 68.2 secs
total energy = -282.05206466 Ry
estimated scf accuracy < 0.00055525 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.26E-06, avg # of iterations = 1.3
total cpu time spent up to now is 68.5 secs
total energy = -282.05191577 Ry
estimated scf accuracy < 0.00034518 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.85E-07, avg # of iterations = 2.4
total cpu time spent up to now is 69.0 secs
total energy = -282.05193786 Ry
estimated scf accuracy < 0.00004599 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.05E-07, avg # of iterations = 4.0
total cpu time spent up to now is 69.6 secs
total energy = -282.05195186 Ry
estimated scf accuracy < 0.00000170 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.86E-09, avg # of iterations = 3.4
total cpu time spent up to now is 70.2 secs
total energy = -282.05195825 Ry
estimated scf accuracy < 0.00000100 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.26E-09, avg # of iterations = 5.1
total cpu time spent up to now is 70.9 secs
total energy = -282.05194699 Ry
estimated scf accuracy < 0.00002197 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.26E-09, avg # of iterations = 5.2
total cpu time spent up to now is 71.7 secs
total energy = -282.05195136 Ry
estimated scf accuracy < 0.00000219 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.26E-09, avg # of iterations = 3.0
total cpu time spent up to now is 72.2 secs
total energy = -282.05195189 Ry
estimated scf accuracy < 0.00000041 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.31E-10, avg # of iterations = 1.1
total cpu time spent up to now is 72.6 secs
total energy = -282.05195170 Ry
estimated scf accuracy < 0.00000032 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.38E-10, avg # of iterations = 2.2
total cpu time spent up to now is 73.1 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 4.2E-09 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.53E-12, avg # of iterations = 3.8
total cpu time spent up to now is 73.7 secs
total energy = -282.05195178 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.53E-12, avg # of iterations = 2.8
total cpu time spent up to now is 74.2 secs
total energy = -282.05195176 Ry
estimated scf accuracy < 0.00000004 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 9.53E-12, avg # of iterations = 4.0
total cpu time spent up to now is 74.8 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 5.3E-10 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.21E-12, avg # of iterations = 3.1
total cpu time spent up to now is 75.3 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 5.4E-11 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.22E-13, avg # of iterations = 4.0
total cpu time spent up to now is 75.9 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.7E-12 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 76.3 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 3.4E-12 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 76.7 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 2.8E-13 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 77.0 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.8E-13 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 77.4 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 3.6E-15 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 77.8 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 4.0E-15 Ry
iteration # 24 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 78.1 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 7.2E-15 Ry
iteration # 25 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 78.5 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 3.8E-15 Ry
iteration # 26 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 78.9 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 7.7E-15 Ry
iteration # 27 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 79.3 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 8.5E-15 Ry
iteration # 28 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 79.6 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 2.6E-15 Ry
iteration # 29 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 80.0 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.4E-15 Ry
iteration # 30 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 80.4 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 3.3E-16 Ry
iteration # 31 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 80.7 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.8E-16 Ry
iteration # 32 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 81.1 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 2.1E-16 Ry
iteration # 33 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 81.5 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.5E-16 Ry
iteration # 34 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 81.8 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.1E-16 Ry
iteration # 35 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 82.2 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.3E-16 Ry
iteration # 36 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 82.6 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 2.4E-16 Ry
iteration # 37 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 83.0 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.3E-16 Ry
iteration # 38 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 83.3 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.4E-16 Ry
iteration # 39 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 83.7 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.7E-16 Ry
iteration # 40 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 84.1 secs
total energy = -282.05195177 Ry
estimated scf accuracy < 1.5E-16 Ry
iteration # 41 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 84.4 secs
End of self-consistent calculation
k = 0.0629 0.0629 0.0629 ( 19297 PWs) bands (ev):
-17.7990 -17.5255 -17.5255 -17.5008 -17.5008 -17.5008 -8.9604 -8.2008
-8.2008 -4.5678 -4.5678 -4.5649 -1.9685 -0.3576 -0.3576 -0.1942
2.0303 2.0303 2.0975 2.1972 2.2503 2.2503
k = 0.0629 0.0629 0.1886 ( 19308 PWs) bands (ev):
-17.7989 -17.5255 -17.5249 -17.5009 -17.5009 -17.5008 -8.9180 -8.2533
-8.1998 -4.5659 -4.5659 -4.5589 -2.3048 -0.3273 -0.2821 0.3464
1.9117 1.9629 2.1004 2.1462 2.2136 2.2533
k = 0.0629 0.0629 0.3143 ( 19280 PWs) bands (ev):
-17.7987 -17.5255 -17.5241 -17.5010 -17.5010 -17.5008 -8.8431 -8.3423
-8.1983 -4.5632 -4.5620 -4.5523 -2.6154 -0.2817 -0.2316 0.9705
1.7805 1.8822 2.0683 2.1128 2.1651 2.3844
k = 0.0629 0.0629 0.4401 ( 19257 PWs) bands (ev):
-17.7985 -17.5255 -17.5236 -17.5010 -17.5010 -17.5008 -8.7678 -8.4277
-8.1973 -4.5612 -4.5590 -4.5487 -2.7826 -0.2472 -0.1956 1.2268
1.6947 1.8555 2.0352 2.0707 2.1362 2.8241
k = 0.0629 0.1886 0.1886 ( 19281 PWs) bands (ev):
-17.7987 -17.5252 -17.5246 -17.5009 -17.5009 -17.5009 -8.8761 -8.2728
-8.2275 -4.5666 -4.5644 -4.5544 -2.5926 -0.2791 0.0592 0.5467
1.7399 1.9065 2.0816 2.1410 2.2277 2.3106
k = 0.0629 0.1886 0.3143 ( 19271 PWs) bands (ev):
-17.7986 -17.5251 -17.5239 -17.5010 -17.5010 -17.5009 -8.8019 -8.3466
-8.2359 -4.5651 -4.5616 -4.5519 -2.8803 -0.2282 0.2366 0.9809
1.6091 1.8386 2.0330 2.1373 2.2805 2.4496
k = 0.0629 0.1886 0.4401 ( 19250 PWs) bands (ev):
-17.7984 -17.5251 -17.5234 -17.5011 -17.5010 -17.5009 -8.7257 -8.4279
-8.2364 -4.5636 -4.5577 -4.5530 -3.0407 -0.1896 0.3027 1.1312
1.5816 1.8556 1.9611 2.1343 2.2755 2.9007
k = 0.0629 0.3143 0.3143 ( 19258 PWs) bands (ev):
-17.7984 -17.5248 -17.5235 -17.5011 -17.5010 -17.5010 -8.7280 -8.3695
-8.2878 -4.5661 -4.5610 -4.5532 -3.1591 -0.1695 0.7761 1.0010
1.5156 1.7755 1.9547 2.1123 2.4738 2.6341
k = 0.0629 0.3143 0.4401 ( 19255 PWs) bands (ev):
-17.7983 -17.5247 -17.5230 -17.5011 -17.5010 -17.5010 -8.6486 -8.4286
-8.3090 -4.5656 -4.5611 -4.5549 -3.3188 -0.1245 0.9737 1.0183
1.5532 1.7796 1.8871 2.0852 2.5190 3.1135
k = 0.0629 0.4401 0.4401 ( 19253 PWs) bands (ev):
-17.7981 -17.5245 -17.5226 -17.5012 -17.5010 -17.5010 -8.5563 -8.4347
-8.3927 -4.5666 -4.5653 -4.5545 -3.4807 -0.0741 0.9110 1.4667
1.5570 1.7437 1.8656 1.9954 2.6611 3.5290
k = 0.1886 0.1886 0.1886 ( 19267 PWs) bands (ev):
-17.7986 -17.5246 -17.5246 -17.5009 -17.5009 -17.5009 -8.8354 -8.2713
-8.2713 -4.5675 -4.5675 -4.5500 -2.8516 0.0945 0.0945 0.6861
1.7055 1.7055 2.0379 2.2539 2.3036 2.3036
k = 0.1886 0.1886 0.3143 ( 19261 PWs) bands (ev):
-17.7984 -17.5246 -17.5238 -17.5010 -17.5010 -17.5009 -8.7629 -8.3483
-8.2691 -4.5687 -4.5664 -4.5497 -3.1248 0.1493 0.3595 0.9881
1.5212 1.6736 2.1124 2.2696 2.3301 2.4634
k = 0.1886 0.1886 0.4401 ( 19273 PWs) bands (ev):
-17.7983 -17.5246 -17.5233 -17.5011 -17.5011 -17.5009 -8.6873 -8.4273
-8.2676 -4.5697 -4.5617 -4.5539 -3.2811 0.1926 0.4562 1.1030
1.4102 1.7434 2.0960 2.2586 2.3454 2.9444
k = 0.1886 0.3143 0.3143 ( 19248 PWs) bands (ev):
-17.7983 -17.5242 -17.5235 -17.5011 -17.5010 -17.5010 -8.6933 -8.3674
-8.3142 -4.5708 -4.5707 -4.5523 -3.3928 0.2934 0.8125 1.0108
1.4140 1.5598 2.1831 2.3131 2.4732 2.6192
k = 0.1886 0.3143 0.4401 ( 19263 PWs) bands (ev):
-17.7981 -17.5242 -17.5230 -17.5011 -17.5011 -17.5010 -8.6175 -8.4269
-8.3267 -4.5736 -4.5688 -4.5577 -3.5499 0.3525 1.0027 1.0463
1.3432 1.6117 2.1687 2.2949 2.5291 3.1297
k = 0.1886 0.4401 0.4401 ( 19247 PWs) bands (ev):
-17.7980 -17.5240 -17.5226 -17.5012 -17.5011 -17.5011 -8.5348 -8.4321
-8.3964 -4.5737 -4.5735 -4.5631 -3.7098 0.4209 0.9584 1.3104
1.3348 1.7397 2.1810 2.2359 2.6659 3.5564
k = 0.3143 0.3143 0.3143 ( 19282 PWs) bands (ev):
-17.7981 -17.5235 -17.5235 -17.5011 -17.5011 -17.5011 -8.6314 -8.3643
-8.3643 -4.5772 -4.5772 -4.5584 -3.6576 0.8791 0.8791 1.0286
1.3596 1.3596 2.4499 2.4499 2.4972 2.7133
k = 0.3143 0.3143 0.4401 ( 19253 PWs) bands (ev):
-17.7980 -17.5234 -17.5229 -17.5011 -17.5011 -17.5011 -8.5625 -8.4247
-8.3621 -4.5817 -4.5778 -4.5665 -3.8163 0.9549 1.0416 1.1092
1.2168 1.5111 2.4183 2.4598 2.5719 3.2509
k = 0.3143 0.4401 0.4401 ( 19251 PWs) bands (ev):
-17.7979 -17.5232 -17.5226 -17.5012 -17.5011 -17.5011 -8.4988 -8.4285
-8.4065 -4.5845 -4.5834 -4.5761 -3.9780 1.0263 1.1124 1.1724
1.2177 1.7438 2.4832 2.4952 2.6734 3.6567
k = 0.4401 0.4401 0.4401 ( 19310 PWs) bands (ev):
-17.7977 -17.5226 -17.5226 -17.5012 -17.5012 -17.5012 -8.4606 -8.4259
-8.4259 -4.5904 -4.5904 -4.5868 -4.1424 1.0689 1.0986 1.0986
1.7476 1.7476 2.6560 2.6560 2.6889 3.9840
highest occupied level (ev): 3.9840
! total energy = -282.05195177 Ry
estimated scf accuracy < 4.6E-18 Ry
The total energy is the sum of the following terms:
one-electron contribution = -116.90374374 Ry
hartree contribution = 75.39677310 Ry
xc contribution = -81.00818697 Ry
ewald contribution = -159.53679416 Ry
convergence has been achieved in 41 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= -1.29
-0.00000874 0.00000000 0.00000000 -1.29 0.00 0.00
0.00000000 -0.00000874 0.00000000 0.00 -1.29 0.00
0.00000000 0.00000000 -0.00000874 0.00 0.00 -1.29
Energy error = 1.5E-04 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 1.3E+00 kbar
number of scf cycles = 5
number of bfgs steps = 4
enthalpy old = -282.0518031221 Ry
enthalpy new = -282.0519517691 Ry
CASE: enthalpy _new < enthalpy _old
new trust radius = 0.0196417599 bohr
new conv_thr = 1.0E-16 Ry
new unit-cell volume = 1555.18569 a.u.^3 ( 230.45474 Ang^3 )
density = 4.55624 g/cm^3
CELL_PARAMETERS (angstrom)
6.130960949 0.000000000 0.000000000
0.000000000 6.130960949 0.000000000
0.000000000 0.000000000 6.130960949
ATOMIC_POSITIONS (angstrom)
Cs 3.0654804743 3.0654804743 3.0654804743
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0654804743 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0654804743
I 0.0000000000 3.0654804743 0.0000000000
Writing config-only to output data dir ./out/pwscf.save/
NEW-OLD atomic charge density approx. for the potential
extrapolated charge 43.67115, renormalised to 44.00000
total cpu time spent up to now is 87.6 secs
per-process dynamical memory: 1365.7 Mb
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 5.7
total cpu time spent up to now is 88.4 secs
total energy = -282.04511587 Ry
estimated scf accuracy < 0.00395200 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.98E-06, avg # of iterations = 5.0
total cpu time spent up to now is 89.2 secs
total energy = -282.05194826 Ry
estimated scf accuracy < 0.00701951 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.98E-06, avg # of iterations = 2.0
total cpu time spent up to now is 89.6 secs
total energy = -282.05216928 Ry
estimated scf accuracy < 0.00131407 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.99E-06, avg # of iterations = 2.0
total cpu time spent up to now is 90.0 secs
total energy = -282.05211897 Ry
estimated scf accuracy < 0.00058133 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.32E-06, avg # of iterations = 1.3
total cpu time spent up to now is 90.4 secs
total energy = -282.05196383 Ry
estimated scf accuracy < 0.00035992 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.18E-07, avg # of iterations = 2.5
total cpu time spent up to now is 90.9 secs
total energy = -282.05198919 Ry
estimated scf accuracy < 0.00004681 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.06E-07, avg # of iterations = 3.6
total cpu time spent up to now is 91.5 secs
total energy = -282.05200163 Ry
estimated scf accuracy < 0.00000245 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 5.57E-09, avg # of iterations = 3.5
total cpu time spent up to now is 92.0 secs
total energy = -282.05201521 Ry
estimated scf accuracy < 0.00000118 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.68E-09, avg # of iterations = 5.5
total cpu time spent up to now is 92.8 secs
total energy = -282.05198988 Ry
estimated scf accuracy < 0.00004903 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.68E-09, avg # of iterations = 6.0
total cpu time spent up to now is 93.6 secs
total energy = -282.05200141 Ry
estimated scf accuracy < 0.00000146 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.68E-09, avg # of iterations = 2.5
total cpu time spent up to now is 94.1 secs
total energy = -282.05200164 Ry
estimated scf accuracy < 0.00000052 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.17E-09, avg # of iterations = 1.1
total cpu time spent up to now is 94.5 secs
total energy = -282.05200151 Ry
estimated scf accuracy < 0.00000028 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 6.35E-10, avg # of iterations = 2.0
total cpu time spent up to now is 95.0 secs
total energy = -282.05200155 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.18E-11, avg # of iterations = 3.8
total cpu time spent up to now is 95.5 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 3.1E-09 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.10E-12, avg # of iterations = 4.4
total cpu time spent up to now is 96.2 secs
total energy = -282.05200155 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 7.10E-12, avg # of iterations = 3.0
total cpu time spent up to now is 96.7 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.3E-10 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.97E-13, avg # of iterations = 5.3
total cpu time spent up to now is 97.5 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 3.9E-10 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.97E-13, avg # of iterations = 3.0
total cpu time spent up to now is 98.0 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 6.6E-12 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.0
total cpu time spent up to now is 98.4 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 9.5E-13 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 98.8 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 2.2E-14 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 99.2 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 2.6E-14 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 99.5 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.9E-14 Ry
iteration # 23 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 99.9 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.1E-15 Ry
iteration # 24 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 100.3 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.2E-15 Ry
iteration # 25 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 100.7 secs
total energy = -282.05200156 Ry
estimated scf accuracy < 1.1E-15 Ry
iteration # 26 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 101.0 secs
End of self-consistent calculation
k = 0.0630 0.0630 0.0630 ( 19297 PWs) bands (ev):
-17.7258 -17.4474 -17.4474 -17.4216 -17.4216 -17.4216 -8.9213 -8.1454
-8.1454 -4.4966 -4.4966 -4.4936 -1.8937 -0.3209 -0.3209 -0.1499
2.0854 2.0854 2.1536 2.2570 2.3108 2.3108
k = 0.0630 0.0630 0.1891 ( 19308 PWs) bands (ev):
-17.7257 -17.4474 -17.4469 -17.4216 -17.4216 -17.4216 -8.8782 -8.1992
-8.1444 -4.4946 -4.4946 -4.4873 -2.2378 -0.2904 -0.2440 0.3979
1.9651 2.0173 2.1564 2.2052 2.2730 2.3142
k = 0.0630 0.0630 0.3151 ( 19280 PWs) bands (ev):
-17.7255 -17.4474 -17.4460 -17.4217 -17.4217 -17.4216 -8.8020 -8.2905
-8.1428 -4.4917 -4.4906 -4.4804 -2.5524 -0.2445 -0.1930 1.0226
1.8322 1.9360 2.1234 2.1705 2.2232 2.4517
k = 0.0630 0.0630 0.4412 ( 19257 PWs) bands (ev):
-17.7253 -17.4474 -17.4455 -17.4218 -17.4218 -17.4216 -8.7254 -8.3779
-8.1418 -4.4897 -4.4874 -4.4766 -2.7209 -0.2098 -0.1567 1.2748
1.7454 1.9089 2.0897 2.1272 2.1935 2.9034
k = 0.0630 0.1891 0.1891 ( 19281 PWs) bands (ev):
-17.7256 -17.4471 -17.4466 -17.4217 -17.4216 -17.4216 -8.8356 -8.2193
-8.1728 -4.4953 -4.4930 -4.4826 -2.5312 -0.2416 0.1004 0.6004
1.7915 1.9599 2.1403 2.1979 2.2882 2.3714
k = 0.0630 0.1891 0.3151 ( 19271 PWs) bands (ev):
-17.7254 -17.4471 -17.4458 -17.4218 -17.4217 -17.4216 -8.7600 -8.2949
-8.1814 -4.4937 -4.4901 -4.4800 -2.8225 -0.1902 0.2805 1.0311
1.6598 1.8915 2.0899 2.1946 2.3409 2.5172
k = 0.0630 0.1891 0.4412 ( 19250 PWs) bands (ev):
-17.7252 -17.4470 -17.4453 -17.4218 -17.4218 -17.4216 -8.6824 -8.3781
-8.1819 -4.4922 -4.4860 -4.4811 -2.9843 -0.1513 0.3477 1.1768
1.6317 1.9089 2.0161 2.1917 2.3339 2.9810
k = 0.0630 0.3151 0.3151 ( 19258 PWs) bands (ev):
-17.7252 -17.4467 -17.4453 -17.4218 -17.4217 -17.4217 -8.6848 -8.3184
-8.2346 -4.4947 -4.4895 -4.4813 -3.1052 -0.1309 0.8242 1.0470
1.5669 1.8273 2.0101 2.1700 2.5357 2.7080
k = 0.0630 0.3151 0.4412 ( 19255 PWs) bands (ev):
-17.7250 -17.4466 -17.4449 -17.4219 -17.4218 -17.4217 -8.6038 -8.3789
-8.2564 -4.4942 -4.4896 -4.4831 -3.2666 -0.0853 1.0201 1.0654
1.6037 1.8319 1.9408 2.1430 2.5810 3.1967
k = 0.0630 0.4412 0.4412 ( 19253 PWs) bands (ev):
-17.7249 -17.4464 -17.4445 -17.4219 -17.4218 -17.4218 -8.5095 -8.3851
-8.3421 -4.4951 -4.4939 -4.4827 -3.4305 -0.0341 0.9523 1.5188
1.6077 1.7969 1.9188 2.0534 2.7252 3.6185
k = 0.1891 0.1891 0.1891 ( 19267 PWs) bands (ev):
-17.7254 -17.4466 -17.4466 -17.4217 -17.4217 -17.4217 -8.7942 -8.2177
-8.2177 -4.4962 -4.4962 -4.4780 -2.7949 0.1359 0.1359 0.7397
1.7565 1.7565 2.0996 2.3121 2.3640 2.3640
k = 0.1891 0.1891 0.3151 ( 19261 PWs) bands (ev):
-17.7252 -17.4466 -17.4457 -17.4218 -17.4218 -17.4217 -8.7204 -8.2966
-8.2154 -4.4975 -4.4950 -4.4777 -3.0715 0.1912 0.4048 1.0368
1.5702 1.7249 2.1744 2.3286 2.3895 2.5312
k = 0.1891 0.1891 0.4412 ( 19273 PWs) bands (ev):
-17.7251 -17.4466 -17.4452 -17.4218 -17.4218 -17.4217 -8.6432 -8.3775
-8.2138 -4.4985 -4.4901 -4.4820 -3.2292 0.2349 0.5033 1.1480
1.4580 1.7961 2.1532 2.3174 2.4045 3.0254
k = 0.1891 0.3151 0.3151 ( 19248 PWs) bands (ev):
-17.7250 -17.4462 -17.4453 -17.4218 -17.4218 -17.4218 -8.6493 -8.3162
-8.2616 -4.4996 -4.4995 -4.4804 -3.3432 0.3373 0.8609 1.0566
1.4626 1.6099 2.2438 2.3729 2.5349 2.6929
k = 0.1891 0.3151 0.4412 ( 19263 PWs) bands (ev):
-17.7249 -17.4461 -17.4448 -17.4219 -17.4218 -17.4218 -8.5721 -8.3771
-8.2744 -4.5026 -4.4976 -4.4860 -3.5021 0.3972 1.0492 1.0937
1.3909 1.6639 2.2265 2.3545 2.5912 3.2131
k = 0.1891 0.4412 0.4412 ( 19247 PWs) bands (ev):
-17.7248 -17.4459 -17.4445 -17.4219 -17.4218 -17.4218 -8.4875 -8.3824
-8.3459 -4.5027 -4.5024 -4.4916 -3.6642 0.4668 1.0008 1.3588
1.3828 1.7974 2.2385 2.2947 2.7302 3.6457
k = 0.3151 0.3151 0.3151 ( 19282 PWs) bands (ev):
-17.7249 -17.4453 -17.4453 -17.4218 -17.4218 -17.4218 -8.5862 -8.3130
-8.3130 -4.5063 -4.5063 -4.4868 -3.6121 0.9282 0.9282 1.0737
1.4080 1.4080 2.5115 2.5115 2.5589 2.7915
k = 0.3151 0.3151 0.4412 ( 19253 PWs) bands (ev):
-17.7247 -17.4453 -17.4447 -17.4219 -17.4219 -17.4218 -8.5159 -8.3748
-8.3107 -4.5111 -4.5069 -4.4952 -3.7729 1.0052 1.0860 1.1580
1.2635 1.5649 2.4793 2.5213 2.6347 3.3353
k = 0.3151 0.4412 0.4412 ( 19251 PWs) bands (ev):
-17.7246 -17.4450 -17.4444 -17.4219 -17.4219 -17.4219 -8.4507 -8.3787
-8.3562 -4.5139 -4.5127 -4.5052 -3.9370 1.0705 1.1622 1.2190
1.2676 1.8028 2.5449 2.5571 2.7378 3.7454
k = 0.4412 0.4412 0.4412 ( 19310 PWs) bands (ev):
-17.7245 -17.4444 -17.4444 -17.4219 -17.4219 -17.4219 -8.4116 -8.3760
-8.3760 -4.5200 -4.5200 -4.5164 -4.1040 1.1142 1.1444 1.1444
1.8069 1.8069 2.7202 2.7202 2.7536 4.0732
highest occupied level (ev): 4.0732
! total energy = -282.05200156 Ry
estimated scf accuracy < 2.5E-17 Ry
The total energy is the sum of the following terms:
one-electron contribution = -116.30473259 Ry
hartree contribution = 75.20567791 Ry
xc contribution = -81.01934445 Ry
ewald contribution = -159.93360242 Ry
convergence has been achieved in 26 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= 0.04
0.00000024 0.00000000 0.00000000 0.04 0.00 0.00
0.00000000 0.00000024 0.00000000 0.00 0.04 0.00
0.00000000 0.00000000 0.00000024 0.00 0.00 0.04
Energy error = 5.0E-05 Ry
Gradient error = 0.0E+00 Ry/Bohr
Cell gradient error = 3.5E-02 kbar
bfgs converged in 6 scf cycles and 5 bfgs steps
(criteria: energy < 1.0E-04 Ry, force < 1.0E-03 Ry/Bohr, cell < 5.0E-02 kbar)
End of BFGS Geometry Optimization
Final enthalpy = -282.0520015566 Ry
File ./out/pwscf.bfgs deleted, as requested
Begin final coordinates
new unit-cell volume = 1555.18569 a.u.^3 ( 230.45474 Ang^3 )
density = 4.55624 g/cm^3
CELL_PARAMETERS (angstrom)
6.130960949 0.000000000 0.000000000
0.000000000 6.130960949 0.000000000
0.000000000 0.000000000 6.130960949
ATOMIC_POSITIONS (angstrom)
Cs 3.0654804743 3.0654804743 3.0654804743
Sn 0.0000000000 0.0000000000 0.0000000000
I 3.0654804743 0.0000000000 0.0000000000
I 0.0000000000 0.0000000000 3.0654804743
I 0.0000000000 3.0654804743 0.0000000000
End final coordinates
Writing config-only to output data dir ./out/pwscf.save/
Final scf calculation at the relaxed structure.
The G-vectors are recalculated for the final unit cell
Results may differ from those at the preceding step.
Parallelization info
--------------------
sticks: dense smooth PW G-vecs: dense smooth PW
Min 850 850 235 37541 37541 5389
Max 853 853 236 37542 37542 5392
Sum 3405 3405 941 150165 150165 21559
Using Slab Decomposition
bravais-lattice index = 0
lattice parameter (alat) = 11.6825 a.u.
unit-cell volume = 1555.1857 (a.u.)^3
number of atoms/cell = 5
number of atomic types = 3
number of electrons = 44.00
number of Kohn-Sham states= 22
kinetic-energy cutoff = 80.0000 Ry
charge density cutoff = 320.0000 Ry
scf convergence threshold = 1.0E-16
mixing beta = 0.7000
number of iterations used = 8 plain mixing
press convergence thresh. = 5.0E-02
Exchange-correlation= PBESOL
( 1 4 10 8 0 0 0)
GPU acceleration is ACTIVE.
celldm(1)= 11.682515 celldm(2)= 0.000000 celldm(3)= 0.000000
celldm(4)= 0.000000 celldm(5)= 0.000000 celldm(6)= 0.000000
crystal axes: (cart. coord. in units of alat)
a(1) = ( 0.991725 0.000000 0.000000 )
a(2) = ( 0.000000 0.991725 0.000000 )
a(3) = ( 0.000000 0.000000 0.991725 )
reciprocal axes: (cart. coord. in units 2 pi/alat)
b(1) = ( 1.008344 0.000000 0.000000 )
b(2) = ( 0.000000 1.008344 0.000000 )
b(3) = ( 0.000000 0.000000 1.008344 )
PseudoPot. # 1 for Cs read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/Cs-nc-pbesol.upf
MD5 check sum: 9d2f2206a14dc5b3b3f3fbfae186bed4
Pseudo is Norm-conserving + core correction, Zval = 9.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 2384 points, 8 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
l(7) = 3
l(8) = 3
PseudoPot. # 2 for Sn read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/Sn-nc-pbesol.upf
MD5 check sum: c2995d571af40102bfea7461443d92cf
Pseudo is Norm-conserving + core correction, Zval = 14.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 1628 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
PseudoPot. # 3 for I read from file:
/ceph/hpc/home/eufabrizior/materials-for-max-coe-enccs-workshop-2022/Day-1/ex4-gpu/../../pseudo/I-nc-pbesol.upf
MD5 check sum: 80ed5ceb2eb9c553cfb6760a299d9c5b
Pseudo is Norm-conserving + core correction, Zval = 7.0
Generated using ONCVPSP code by D. R. Hamann
Using radial grid of 1182 points, 6 beta functions with:
l(1) = 0
l(2) = 0
l(3) = 1
l(4) = 1
l(5) = 2
l(6) = 2
atomic species valence mass pseudopotential
Cs 9.00 132.90545 Cs( 1.00)
Sn 14.00 118.71000 Sn( 1.00)
I 7.00 126.90447 I ( 1.00)
48 Sym. Ops., with inversion, found
Cartesian axes
site n. atom positions (alat units)
1 Cs tau( 1) = ( 0.4958623 0.4958623 0.4958623 )
2 Sn tau( 2) = ( 0.0000000 0.0000000 0.0000000 )
3 I tau( 3) = ( 0.4958623 0.0000000 0.0000000 )
4 I tau( 4) = ( 0.0000000 0.0000000 0.4958623 )
5 I tau( 5) = ( 0.0000000 0.4958623 0.0000000 )
number of k points= 20
cart. coord. in units 2pi/alat
k( 1) = ( 0.0630215 0.0630215 0.0630215), wk = 0.0312500
k( 2) = ( 0.0630215 0.0630215 0.1890646), wk = 0.0937500
k( 3) = ( 0.0630215 0.0630215 0.3151077), wk = 0.0937500
k( 4) = ( 0.0630215 0.0630215 0.4411507), wk = 0.0937500
k( 5) = ( 0.0630215 0.1890646 0.1890646), wk = 0.0937500
k( 6) = ( 0.0630215 0.1890646 0.3151077), wk = 0.1875000
k( 7) = ( 0.0630215 0.1890646 0.4411507), wk = 0.1875000
k( 8) = ( 0.0630215 0.3151077 0.3151077), wk = 0.0937500
k( 9) = ( 0.0630215 0.3151077 0.4411507), wk = 0.1875000
k( 10) = ( 0.0630215 0.4411507 0.4411507), wk = 0.0937500
k( 11) = ( 0.1890646 0.1890646 0.1890646), wk = 0.0312500
k( 12) = ( 0.1890646 0.1890646 0.3151077), wk = 0.0937500
k( 13) = ( 0.1890646 0.1890646 0.4411507), wk = 0.0937500
k( 14) = ( 0.1890646 0.3151077 0.3151077), wk = 0.0937500
k( 15) = ( 0.1890646 0.3151077 0.4411507), wk = 0.1875000
k( 16) = ( 0.1890646 0.4411507 0.4411507), wk = 0.0937500
k( 17) = ( 0.3151077 0.3151077 0.3151077), wk = 0.0312500
k( 18) = ( 0.3151077 0.3151077 0.4411507), wk = 0.0937500
k( 19) = ( 0.3151077 0.4411507 0.4411507), wk = 0.0937500
k( 20) = ( 0.4411507 0.4411507 0.4411507), wk = 0.0312500
Dense grid: 150165 G-vectors FFT dimensions: ( 72, 72, 72)
Estimated max dynamical RAM per process > 92.87 MB
Estimated total dynamical RAM > 371.50 MB
Initial potential from superposition of free atoms
starting charge 43.9618, renormalised to 44.0000
Starting wfcs are 26 randomized atomic wfcs
total cpu time spent up to now is 103.5 secs
per-process dynamical memory: 1379.0 Mb
Self-consistent Calculation
iteration # 1 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-06, avg # of iterations = 10.7
total cpu time spent up to now is 104.7 secs
total energy = -282.03515448 Ry
estimated scf accuracy < 0.05013996 Ry
iteration # 2 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.14E-04, avg # of iterations = 2.9
total cpu time spent up to now is 105.3 secs
total energy = -282.04980541 Ry
estimated scf accuracy < 0.01106985 Ry
iteration # 3 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.52E-05, avg # of iterations = 2.3
total cpu time spent up to now is 105.7 secs
total energy = -282.05187979 Ry
estimated scf accuracy < 0.00021626 Ry
iteration # 4 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.91E-07, avg # of iterations = 4.4
total cpu time spent up to now is 106.4 secs
total energy = -282.05197169 Ry
estimated scf accuracy < 0.00008882 Ry
iteration # 5 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.02E-07, avg # of iterations = 2.3
total cpu time spent up to now is 106.8 secs
total energy = -282.05198418 Ry
estimated scf accuracy < 0.00000359 Ry
iteration # 6 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 8.17E-09, avg # of iterations = 5.5
total cpu time spent up to now is 107.6 secs
total energy = -282.05198743 Ry
estimated scf accuracy < 0.00000217 Ry
iteration # 7 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 4.92E-09, avg # of iterations = 2.1
total cpu time spent up to now is 108.1 secs
total energy = -282.05198791 Ry
estimated scf accuracy < 0.00000001 Ry
iteration # 8 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 2.81E-11, avg # of iterations = 8.7
total cpu time spent up to now is 109.2 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.4E-09 Ry
iteration # 9 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 3.16E-12, avg # of iterations = 4.5
total cpu time spent up to now is 109.8 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 8.5E-11 Ry
iteration # 10 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.94E-13, avg # of iterations = 6.0
total cpu time spent up to now is 110.6 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.6E-11 Ry
iteration # 11 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 2.5
total cpu time spent up to now is 111.1 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.6E-12 Ry
iteration # 12 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 111.5 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 4.3E-13 Ry
iteration # 13 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 111.9 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 4.8E-14 Ry
iteration # 14 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 112.2 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.5E-14 Ry
iteration # 15 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 112.6 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.5E-15 Ry
iteration # 16 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 113.0 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 5.5E-16 Ry
iteration # 17 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 113.3 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.0E-15 Ry
iteration # 18 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 113.7 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 4.2E-15 Ry
iteration # 19 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 114.1 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.2E-15 Ry
iteration # 20 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 114.5 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 1.4E-16 Ry
iteration # 21 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 114.8 secs
total energy = -282.05198796 Ry
estimated scf accuracy < 4.8E-16 Ry
iteration # 22 ecut= 80.00 Ry beta= 0.70
Davidson diagonalization with overlap
ethr = 1.00E-13, avg # of iterations = 1.0
total cpu time spent up to now is 115.2 secs
End of self-consistent calculation
k = 0.0630 0.0630 0.0630 ( 18835 PWs) bands (ev):
-17.7258 -17.4474 -17.4474 -17.4216 -17.4216 -17.4216 -8.9213 -8.1454
-8.1454 -4.4966 -4.4966 -4.4936 -1.8937 -0.3209 -0.3209 -0.1499
2.0854 2.0854 2.1536 2.2570 2.3108 2.3108
k = 0.0630 0.0630 0.1891 ( 18839 PWs) bands (ev):
-17.7257 -17.4474 -17.4469 -17.4217 -17.4217 -17.4216 -8.8782 -8.1992
-8.1444 -4.4946 -4.4946 -4.4873 -2.2378 -0.2904 -0.2440 0.3979
1.9651 2.0173 2.1564 2.2052 2.2730 2.3142
k = 0.0630 0.0630 0.3151 ( 18799 PWs) bands (ev):
-17.7255 -17.4474 -17.4460 -17.4217 -17.4217 -17.4216 -8.8020 -8.2905
-8.1428 -4.4917 -4.4906 -4.4804 -2.5523 -0.2445 -0.1930 1.0226
1.8322 1.9360 2.1234 2.1705 2.2232 2.4517
k = 0.0630 0.0630 0.4412 ( 18778 PWs) bands (ev):
-17.7253 -17.4474 -17.4455 -17.4218 -17.4218 -17.4216 -8.7254 -8.3779
-8.1418 -4.4897 -4.4874 -4.4766 -2.7209 -0.2098 -0.1567 1.2748
1.7454 1.9089 2.0897 2.1272 2.1935 2.9034
k = 0.0630 0.1891 0.1891 ( 18800 PWs) bands (ev):
-17.7256 -17.4472 -17.4466 -17.4217 -17.4217 -17.4217 -8.8356 -8.2193
-8.1728 -4.4953 -4.4930 -4.4826 -2.5312 -0.2416 0.1004 0.6004
1.7915 1.9599 2.1403 2.1979 2.2882 2.3714
k = 0.0630 0.1891 0.3151 ( 18797 PWs) bands (ev):
-17.7254 -17.4471 -17.4458 -17.4218 -17.4217 -17.4217 -8.7600 -8.2949
-8.1814 -4.4937 -4.4901 -4.4800 -2.8225 -0.1902 0.2806 1.0311
1.6598 1.8915 2.0899 2.1946 2.3409 2.5172
k = 0.0630 0.1891 0.4412 ( 18789 PWs) bands (ev):
-17.7252 -17.4470 -17.4453 -17.4218 -17.4218 -17.4217 -8.6824 -8.3781
-8.1819 -4.4922 -4.4860 -4.4811 -2.9843 -0.1513 0.3477 1.1768
1.6317 1.9089 2.0161 2.1917 2.3339 2.9810
k = 0.0630 0.3151 0.3151 ( 18796 PWs) bands (ev):
-17.7252 -17.4467 -17.4453 -17.4218 -17.4217 -17.4217 -8.6847 -8.3184
-8.2346 -4.4947 -4.4895 -4.4813 -3.1052 -0.1309 0.8242 1.0470
1.5669 1.8273 2.0101 2.1700 2.5357 2.7080
k = 0.0630 0.3151 0.4412 ( 18801 PWs) bands (ev):
-17.7250 -17.4466 -17.4449 -17.4219 -17.4218 -17.4217 -8.6037 -8.3789
-8.2563 -4.4942 -4.4896 -4.4831 -3.2666 -0.0853 1.0201 1.0654
1.6037 1.8319 1.9408 2.1430 2.5810 3.1967
k = 0.0630 0.4412 0.4412 ( 18777 PWs) bands (ev):
-17.7249 -17.4465 -17.4445 -17.4219 -17.4218 -17.4218 -8.5095 -8.3851
-8.3421 -4.4951 -4.4939 -4.4827 -3.4305 -0.0341 0.9523 1.5188
1.6077 1.7970 1.9188 2.0534 2.7252 3.6185
k = 0.1891 0.1891 0.1891 ( 18814 PWs) bands (ev):
-17.7254 -17.4466 -17.4466 -17.4217 -17.4217 -17.4217 -8.7942 -8.2177
-8.2177 -4.4962 -4.4962 -4.4780 -2.7949 0.1359 0.1359 0.7397
1.7565 1.7565 2.0996 2.3121 2.3640 2.3640
k = 0.1891 0.1891 0.3151 ( 18819 PWs) bands (ev):
-17.7252 -17.4466 -17.4458 -17.4218 -17.4218 -17.4217 -8.7204 -8.2966
-8.2154 -4.4975 -4.4950 -4.4777 -3.0715 0.1912 0.4048 1.0369
1.5702 1.7249 2.1744 2.3286 2.3895 2.5312
k = 0.1891 0.1891 0.4412 ( 18764 PWs) bands (ev):
-17.7251 -17.4466 -17.4452 -17.4218 -17.4218 -17.4217 -8.6432 -8.3775
-8.2138 -4.4985 -4.4902 -4.4820 -3.2292 0.2349 0.5033 1.1480
1.4580 1.7961 2.1532 2.3174 2.4045 3.0254
k = 0.1891 0.3151 0.3151 ( 18781 PWs) bands (ev):
-17.7250 -17.4462 -17.4453 -17.4218 -17.4218 -17.4218 -8.6493 -8.3161
-8.2616 -4.4996 -4.4995 -4.4804 -3.3432 0.3373 0.8609 1.0566
1.4626 1.6099 2.2438 2.3729 2.5349 2.6929
k = 0.1891 0.3151 0.4412 ( 18770 PWs) bands (ev):
-17.7249 -17.4461 -17.4448 -17.4219 -17.4218 -17.4218 -8.5721 -8.3770
-8.2744 -4.5026 -4.4976 -4.4860 -3.5021 0.3972 1.0492 1.0937
1.3909 1.6639 2.2265 2.3545 2.5912 3.2131
k = 0.1891 0.4412 0.4412 ( 18781 PWs) bands (ev):
-17.7248 -17.4459 -17.4445 -17.4219 -17.4218 -17.4218 -8.4875 -8.3824
-8.3459 -4.5027 -4.5024 -4.4916 -3.6642 0.4668 1.0008 1.3588
1.3828 1.7974 2.2385 2.2947 2.7302 3.6457
k = 0.3151 0.3151 0.3151 ( 18802 PWs) bands (ev):
-17.7249 -17.4453 -17.4453 -17.4218 -17.4218 -17.4218 -8.5861 -8.3129
-8.3129 -4.5063 -4.5063 -4.4868 -3.6121 0.9282 0.9282 1.0737
1.4080 1.4080 2.5115 2.5115 2.5589 2.7915
k = 0.3151 0.3151 0.4412 ( 18775 PWs) bands (ev):
-17.7247 -17.4453 -17.4448 -17.4219 -17.4219 -17.4218 -8.5158 -8.3748
-8.3107 -4.5111 -4.5069 -4.4952 -3.7729 1.0052 1.0860 1.1580
1.2635 1.5649 2.4794 2.5213 2.6347 3.3354
k = 0.3151 0.4412 0.4412 ( 18757 PWs) bands (ev):
-17.7246 -17.4450 -17.4445 -17.4219 -17.4219 -17.4219 -8.4507 -8.3787
-8.3561 -4.5139 -4.5127 -4.5052 -3.9370 1.0705 1.1622 1.2190
1.2676 1.8028 2.5449 2.5571 2.7378 3.7454
k = 0.4412 0.4412 0.4412 ( 18769 PWs) bands (ev):
-17.7245 -17.4445 -17.4445 -17.4220 -17.4220 -17.4219 -8.4116 -8.3760
-8.3760 -4.5200 -4.5200 -4.5164 -4.1040 1.1142 1.1444 1.1444
1.8069 1.8069 2.7202 2.7202 2.7536 4.0732
highest occupied level (ev): 4.0732
! total energy = -282.05198796 Ry
estimated scf accuracy < 8.3E-17 Ry
The total energy is the sum of the following terms:
one-electron contribution = -116.30470087 Ry
hartree contribution = 75.20566002 Ry
xc contribution = -81.01934469 Ry
ewald contribution = -159.93360242 Ry
convergence has been achieved in 22 iterations
Forces acting on atoms (cartesian axes, Ry/au):
atom 1 type 1 force = 0.00000000 0.00000000 0.00000000
atom 2 type 2 force = 0.00000000 0.00000000 0.00000000
atom 3 type 3 force = 0.00000000 0.00000000 0.00000000
atom 4 type 3 force = 0.00000000 0.00000000 0.00000000
atom 5 type 3 force = 0.00000000 0.00000000 0.00000000
Total force = 0.000000 Total SCF correction = 0.000000
Computing stress (Cartesian axis) and pressure
total stress (Ry/bohr**3) (kbar) P= 0.04
0.00000028 0.00000000 0.00000000 0.04 0.00 0.00
0.00000000 0.00000028 0.00000000 0.00 0.04 0.00
0.00000000 0.00000000 0.00000028 0.00 0.00 0.04
Writing all to output data dir ./out/pwscf.save/
init_run : 4.49s CPU 8.71s WALL ( 2 calls)
electrons : 69.81s CPU 89.65s WALL ( 7 calls)
update_pot : 13.30s CPU 13.34s WALL ( 5 calls)
forces : 1.43s CPU 1.45s WALL ( 7 calls)
stress : 1.97s CPU 2.02s WALL ( 7 calls)
Called by init_run:
wfcinit : 1.12s CPU 5.18s WALL ( 2 calls)
5.18s GPU ( 2 calls)
potinit : 2.18s CPU 2.19s WALL ( 2 calls)
hinit0 : 1.09s CPU 1.19s WALL ( 2 calls)
Called by electrons:
c_bands : 57.51s CPU 74.50s WALL ( 176 calls)
sum_band : 9.57s CPU 11.82s WALL ( 176 calls)
v_of_rho : 1.35s CPU 1.38s WALL ( 182 calls)
mix_rho : 1.24s CPU 1.29s WALL ( 176 calls)
Called by c_bands:
init_us_2 : 6.58s CPU 6.94s WALL ( 7360 calls)
init_us_2:gp : 6.50s CPU 6.85s WALL ( 7360 calls)
cegterg : 48.50s CPU 65.25s WALL ( 3520 calls)
Called by *egterg:
cdiaghg : 16.02s CPU 19.70s WALL ( 12597 calls)
19.56s GPU ( 12597 calls)
h_psi : 26.27s CPU 42.59s WALL ( 12757 calls)
42.45s GPU ( 12757 calls)
g_psi : 0.04s CPU 0.20s WALL ( 9197 calls)
0.10s GPU ( 9197 calls)
Called by h_psi:
h_psi:calbec : 1.53s CPU 2.49s WALL ( 12757 calls)
2.37s GPU ( 12757 calls)
vloc_psi : 22.80s CPU 37.71s WALL ( 12757 calls)
37.58s GPU ( 12757 calls)
add_vuspsi : 1.03s CPU 1.70s WALL ( 12757 calls)
1.58s GPU ( 12757 calls)
General routines
calbec : 1.59s CPU 2.38s WALL ( 13457 calls)
fft : 1.48s CPU 1.63s WALL ( 1994 calls)
1.61s GPU ( 1994 calls)
ffts : 0.10s CPU 0.11s WALL ( 176 calls)
0.11s GPU ( 176 calls)
fftw : 21.46s CPU 37.94s WALL ( 49068 calls)
37.46s GPU ( 49068 calls)
Parallel routines
PWSCF : 91.42s CPU 115.87s WALL
This run was terminated on: 18:51:46 9Nov2022
=------------------------------------------------------------------------------=
JOB DONE.
=------------------------------------------------------------------------------=