mirror of https://github.com/abinit/abinit.git
94 lines
3.0 KiB
Plaintext
94 lines
3.0 KiB
Plaintext
# SiC in zinc-blende structure
|
|
|
|
ndtset 3
|
|
ecut 8 # Cannot go below this else system becomes metallic in HDIAGO!
|
|
timopt 1
|
|
iomode 1
|
|
istwfk *1
|
|
|
|
# This to compute QP without symmetries for debugging purposes
|
|
#nsym 1
|
|
#kptopt 3
|
|
#kptopt 2
|
|
|
|
ngkpt 4 4 4 # This mesh has BZ points requiring time-rev and non-zero g0
|
|
nshiftk 1
|
|
shiftk 0 0 0
|
|
|
|
####################
|
|
# Dataset 1: SCF run
|
|
####################
|
|
nband1 15
|
|
tolvrs1 1.e-8
|
|
|
|
###########################################
|
|
# Dataset 2: Direct diago with empty states
|
|
###########################################
|
|
optdriver2 6 # Activate GWR code
|
|
gwr_task2 "HDIAGO" # Direct diagonalization
|
|
getden2 1
|
|
nband2 30 # Number of (occ + empty) bands
|
|
|
|
################################
|
|
# Dataset 3: G0W0 with GWR code
|
|
################################
|
|
optdriver3 6 # Activate GWR code
|
|
gwr_task3 "G0W0" # One-shot calculation
|
|
#gwr_chi_algo3 2 # Compute Chi with convolutions in the BZ
|
|
gwr_sigma_algo3 2 # Compute Sigma with convolutions in the BZ
|
|
getden3 1
|
|
getwfk3 2 # WFK file with empty states
|
|
|
|
prtvol3 1 # Write additional stuff to abo file for testing purposes.
|
|
# DO NOT USE this option for production runs!
|
|
prtsuscep3 1 # Write TCHI file.
|
|
# DO NOT USE this option for production runs unless you really need a TCHI file.
|
|
|
|
gwr_ntau3 6 # Number of imaginary-time points
|
|
gwr_boxcutmin3 1.0 # This should be subject to convergence studies
|
|
#gw_icutcoul3 16 # Monte-Carlo integration in the mini-Brillouin zone for Full Coulomb interaction.
|
|
#gw_icutcoul3 0 # Spherical cutoff
|
|
|
|
nband3 30 # Bands to be used in the screening calculation
|
|
ecuteps3 6 # Cut-off energy of the planewave set to represent the dielectric matrix.
|
|
# It is important to adjust this parameter.
|
|
ecutsigx3 8.0 # Dimension of the G sum in Sigma_x.
|
|
# ecutsigx = ecut is usually a wise choice
|
|
# (the dimension in Sigma_c is controlled by ecuteps)
|
|
|
|
# Spectral function (very coarse grid to reduce txt file size)
|
|
#nfreqsp3 50
|
|
#freqspmax3 5 eV
|
|
|
|
# Definition of the unit cell
|
|
acell 3*7.87
|
|
rprim 0 .5 .5 .5 0 .5 .5 .5 0
|
|
natom 2
|
|
ntypat 2
|
|
typat 1 2
|
|
xred 0.000 0.000 0.000
|
|
0.250 0.250 0.250
|
|
znucl 6.0 14.0
|
|
|
|
pp_dirpath "$ABI_PSPDIR"
|
|
pseudos "PseudosTM_pwteter/6c.pspnc, PseudosTM_pwteter/14si.pspnc"
|
|
|
|
#%%<BEGIN TEST_INFO>
|
|
#%% [setup]
|
|
#%% executable = abinit
|
|
#%% exclude_builders = eos_nvhpc_23.9_elpa
|
|
#%% [files]
|
|
#%% files_to_test =
|
|
#%% t06.abo, tolnlines = 12, tolabs = 1.1e-3, tolrel = 3.0e-3, fld_options = -medium
|
|
#%% [paral_info]
|
|
#%% max_nprocs = 12
|
|
#%% [extra_info]
|
|
#%% authors = M. Giantomassi
|
|
#%% keywords = NC, GWR
|
|
#%% description =
|
|
#%% SiC in zinc-blende structure
|
|
#%% Calculation of the GW corrections with GWR code.
|
|
#%% Test symmetrization with time-reversal and umklapp g0 vectors
|
|
#%% Similar to t05.abi but here Sigma is computed with convolutions in k-space.
|
|
#%%<END TEST_INFO>
|