mirror of https://github.com/abinit/abinit.git
91 lines
2.2 KiB
Plaintext
91 lines
2.2 KiB
Plaintext
# Crystalline alpha-quartz with NC pseudos. Test band parallelism in DFPT
|
|
# Dataset 1: ground state calculation to get the density
|
|
# Dataset 2: DFPT with band parallelism
|
|
|
|
ndtset 2
|
|
#timopt 1
|
|
|
|
ecut 25
|
|
nband 24 # number of (occ and empty) bands to be computed. 48 electrons
|
|
|
|
####################
|
|
# Dataset 1: SCF run
|
|
####################
|
|
# Parallel settings for dataset 1. NB: These variables are not used in the GWR code.
|
|
paral_kgb1 1
|
|
rmm_diis1 1
|
|
npband1 4
|
|
bandpp1 6
|
|
npfft1 1
|
|
np_spkpt1 1
|
|
tolwfr1 1.0d-18
|
|
|
|
###########################################
|
|
# Dataset 2: Phonons with bands para.
|
|
###########################################
|
|
optdriver2 1
|
|
getwfk2 -1
|
|
rfphon2 1
|
|
rfatpol2 1 2
|
|
rfdir2 1 1 1
|
|
nqpt2 1
|
|
qpt2 0 0 0
|
|
kptopt2 2
|
|
tolvrs2 1.0d-8
|
|
|
|
#################### COMMON PART #########################
|
|
nstep 20
|
|
diemac 4.0
|
|
|
|
# Definition of the k-point grid
|
|
occopt 1 # Semiconductor
|
|
ngkpt 1 1 1
|
|
nshiftk 1
|
|
shiftk 0.0 0.0 0.0 # Gamma-centered
|
|
|
|
# Definition of the atom types
|
|
npsp 2
|
|
znucl 14 8
|
|
ntypat 2
|
|
|
|
# Definition of the atoms
|
|
natom 9
|
|
typat 3*1 6*2
|
|
|
|
# Experimental parameters (Wyckoff pag 312)
|
|
# u(Si)= 0.465
|
|
# x= 0.415 ; y= 0.272 ; z= 0.120
|
|
acell 2*4.91304 5.40463 Angstrom
|
|
|
|
xred 0.465 0.000 0.000 #Si
|
|
0.000 0.465 2/3 #Si
|
|
-0.465 -0.465 1/3 #Si
|
|
0.415 0.272 0.120 #O
|
|
-0.143 -0.415 0.4533333333333333 #O
|
|
-0.272 0.143 0.7866666666666666 #O
|
|
0.143 -0.272 -0.120 #O
|
|
0.272 0.415 0.5466666666666666 #O
|
|
-0.415 -0.143 0.2133333333333333 #O
|
|
|
|
rprim 5.0000000000e-01 -8.6602540378e-01 0.0000000000e+00
|
|
5.0000000000e-01 8.6602540378e-01 0.0000000000e+00
|
|
0.0000000000e+00 0.0000000000e+00 1.0000000000e+00
|
|
|
|
pp_dirpath "$ABI_PSPDIR"
|
|
pseudos "Si-GGA.psp8, O-GGA.psp8"
|
|
|
|
#%%<BEGIN TEST_INFO>
|
|
#%% [setup]
|
|
#%% executable = abinit
|
|
#%% [paral_info]
|
|
#%% nprocs_to_test = 4
|
|
#%% max_nprocs = 4
|
|
#%% [NCPU_4]
|
|
#%% files_to_test = t65_MPI4.abo, tolnlines = 25, tolabs = 1.1e-03, tolrel = 6.0e-03, fld_options = -medium
|
|
#%% [extra_info]
|
|
#%% authors = M. Giantomassi
|
|
#%% keywords = NC, DFPT
|
|
#%% description =
|
|
#%% Test band parallelism in DFPT with NC pseudos
|
|
#%%<END TEST_INFO>
|