abinit/tests/v9/Input/t81.abi

50 lines
1.6 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 = 0
ncell = 6 6 6
temperature = 600
#-------------------------------------------------------------
#Spin dynamics
#------------------------------------------------------------
spin_init_state = 3
spin_init_orientation = 1 1 0
spin_init_qpoint = 0.5 0 0.0
spin_init_rotate_axis = 0 1 0
spin_mag_field= 0.0 0.0 0.0
spin_dynamics=1
spin_temperature = 0
spin_ntime =1
spin_nctime=1
spin_dt=1e-16 s
randomseed=111111 # for testing purpose only
#%%<BEGIN TEST_INFO>
#%% [setup]
#%% executable = multibinit
#%% need_cpp_vars = HAVE_XML
#%% exclude_builders = .*_nag_7.[01]_.*
#%% spin_pot = t81.xml
#%% exec_args = --F03
#%% [files]
#%% files_to_test =
#%% t81.abo, tolnlines = 0, tolabs = 1e-6, tolrel = 0.000001, fld_options = -medium;
#%% [paral_info]
#%% max_nprocs = 1
#%% [extra_info]
#%% authors = X. He
#%% keywords = Effective potential, multibinit, spinpot
#%% description =
#%% This is to test the spin_init_state 3 option for spin dynamics in Multibinit.
#%% The initial spin state is set using three variables spin_init_*.
#%% 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 in in 28_numeric_noabirule/m_random_xoroshiro128plus.F90
#%%<END TEST_INFO>