abinit/tests/tutoparal/Input/timages_02.abi

87 lines
2.8 KiB
Plaintext

#######################################
# INPUT FILE FOR ABINIT #
# #
# Hydronium ion + NH3 molecule #
# Ground state calculation #
# keeping O and H atoms fixed #
#######################################
# Definition of the unit cell
# ===========================
natom 8
ntypat 3
# Species
# O N H
znucl
8 7 1
typat
1 3 3 2 3 3 3 3
acell 1.90000000000000e+01 9.45000000000000e+00 9.45000000000000e+00
xcart
0.00000000000000e+00 0.00000000000000e+00 0.00000000000000e+00 # O (H2O)
-5.74665717010524e-01 -3.59803855701426e-01 1.71719413695318e+00 # H (H2O)
-6.09436677855620e-01 1.70604475276916e+00 -3.55835430822367e-01 # H (H2O)
7.55890453154257e+00 0.00000000000000e+00 0.00000000000000e+00 # N (NH3)
8.47920115825788e+00 -2.81947139026538e-01 -1.69489536858513e+00 # H (NH3)
7.96330592398010e+00 -1.48683652135442e+00 1.19222821723755e+00 # H (NH3)
8.21841895191966e+00 1.64576248913011e+00 8.07291003968747e-01 # H (NH3)
5.58603044880996e+00 1.05635690828307e-01 -2.56435836232582e-01 # H (proton)
natfix 2
iatfix 1 4 # Keep O and N atoms fixed
pp_dirpath "$ABI_PSPDIR/"
pseudos "8o_hard.paw, 7n.paw, 1h.paw"
# Electronic configuration
# ========================
nband 10 # Number of bands to compute
kptopt 0 # No autogeneration of kpts so only use Gamma (0,0,0)
cellcharge 1.0 # Charge of the simulation cell
# Convergence parameters
# ======================
ecut 20
pawecutdg 40
# Control of the SCF cycle
# ========================
toldff 5.0d-7 # Stopping criterion of SCF cycle
nstep 50 # Maximal number of SCF steps
# Control of the relaxation
# =========================
ionmov 2 # BFGS (Broyden) algorithm for ions relaxation
optcell 0 # No cell optimization
ntime 500 # Max. number of "time" steps
tolmxf 5.0d-5 # Stopping criterion of relaxation cycle
# Parallelization
# ===============
paral_kgb 1 # Force use of lobpcg WITH parallelism on 1 CPU
bandpp 10
#%%<BEGIN TEST_INFO>
#%% [setup]
#%% executable = abinit
#%% [files]
#%% [NCPU_1]
#%% files_to_test =
#%% timages_02_MPI1.abo, tolnlines = 7, tolabs = 7.500e-04, tolrel = 2.100e-01, fld_options = -easy
#%% [paral_info]
#%% nprocs_to_test = 1
#%% max_nprocs = 1
#%% [extra_info]
#%% authors = G. Genestes, M. Torrent, J. Bieder
#%% keywords =
#%% description =
#%% Hydronium ion + NH3 molecule
#%% Ground state calculation
#%% keeping O and H atoms fixed
#%%<END TEST_INFO>