mirror of https://github.com/abinit/abinit.git
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
##############################################################################
|
|
#Test for multibinit, just read xml and generate the effective potential into XML file
|
|
# without regeneration of dipole-dipole just reading xml
|
|
##############################################################################
|
|
prt_model = 0
|
|
|
|
dynamics = 102 #102 # Langevin NVT
|
|
ncell = 4 4 4
|
|
temperature = 50
|
|
ntime = 10
|
|
nctime = 1
|
|
dtion = 10
|
|
latt_friction=0.1
|
|
randomseed=111111 # for testing only
|
|
|
|
#-------------------------------------------------------------
|
|
#Spin dynamics
|
|
#------------------------------------------------------------
|
|
#slc_coupling = 1010
|
|
#slc_coupling = 1111
|
|
|
|
#%%<BEGIN TEST_INFO>
|
|
#%% [setup]
|
|
#%% executable = multibinit
|
|
#%% exclude_builders = .*_nag_7.[012]_.*
|
|
#%% latt_pot = t83.nc
|
|
#%% exec_args = --F03
|
|
#%% [files]
|
|
#%% files_to_test =
|
|
#%% t83.abo, tolnlines = 2, tolabs = 0.001, tolrel = 0.00001, fld_options = -medium;
|
|
#%% [paral_info]
|
|
#%% max_nprocs = 1
|
|
#%% [extra_info]
|
|
#%% authors = X. He
|
|
#%% keywords = Effective potential, multibinit, spinpot
|
|
#%% description =
|
|
#%% Read netcdf and run lattice dynamics using Langevin NVT (dynamics=102)
|
|
#%% need to run multibinit --F03 to use the new implementation.
|
|
#%% Disabled on nag@abiref because integer overflow (-C=intovf option of NAG compiler)
|
|
#%% is detected, which is needed by the random number generator.
|
|
#%% The random number generator is in 28_numeric_noabirule/m_random_xoroshiro128plus.F90
|
|
#%%<END TEST_INFO>
|