abinit/tests/v9/Input/t29.abi

81 lines
1.6 KiB
Plaintext

# GS calculation with the CG + RMM-DIIS eigensolver and NC pseudos
ndtset 3
#paral_kgb 1
boxcutmin 1.5
nspden 1
# TODO: Likely bug is use_gemm_nonlop is used in multidataset mode.
#use_gemm_nonlop1 1 # test nonlop with BLAS, requires useylm 1
#useylm1 1
#useylm2 0
#istwfk *1
# Dataset 1
rmm_diis1 -1 # Two CG steps followed by RMM-DIIS.
nspinor1 1
istwfk1 *1 # To stabilize the test
# Dataset 2
# spinor wavefunctions, non-magnetic
rmm_diis2 -3 # RMM-DIIS only
rmm_diis_savemem2 1 # Allocates less memory for RMM-DIIS
nspinor2 2
getwfk2 -1
# Dataset 3
# NSCF run with spinor wavefunctions, non-magnetic
nspinor3 2 # RMM-DIIS only
getwfk3 -1
getden3 -1
iscf3 -2
rmm_diis3 -3
tolwfr3 1e-20
nbdbuf3 0
##################
# COMMON VARIABLES
##################
ecut 20 # This to overconverge results and make the test more stable.
diemac 12.0
nband 8
toldfe 1e-8
ngkpt 4 4 4
nshiftk 1
shiftk 0.0 0.0 0.0
pp_dirpath "$ABI_PSPDIR"
pseudos "Si_r.psp8"
# Definition of the unit cell
acell 1.0 1.0 1.0
rprim 0.0 5.083880873222 5.083880873222
5.083880873222 0.0 5.083880873222
5.083880873222 5.083880873222 0.0
# Definition of the atom types
ntypat 1
znucl 14
natom 2
typat 1 1
xred
0.0 0.0 0.0
1/4 1/4 1/4
#%%<BEGIN TEST_INFO>
#%% [setup]
#%% executable = abinit
#%% [files]
#%% files_to_test =
#%% t29.abo, tolnlines = 40, tolabs = 3e-04, tolrel = 1.5;
#%% [paral_info]
#%% max_nprocs = 8
#%% [extra_info]
#%% authors = M. Giantomassi
#%% keywords = NC, RMM-DIIS
#%% description = GS calculation with the CG + RMM-DIIS eigensolver and NC pseudos
#%%<END TEST_INFO>