############################################################################## #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 = 10 10 10 temperature = 600 #------------------------------------------------------------- #Spin dynamics #------------------------------------------------------------ spin_init_state = 2 spin_mag_field= 0.0 0.0 0.0 spin_dynamics = 1 spin_temperature = 600 spin_ntime_pre = 1000 spin_ntime = 2000 spin_nctime= 100 spin_dt = 1e-15 s spin_write_traj = 0 #%% #%% [setup] #%% executable = multibinit #%% need_cpp_vars = HAVE_XML #%% exclude_builders = .*_nag_7.0_.* #%% system_xml = t23.xml #%% [files] #%% files_to_test = #%% t23.out, tolnlines = 1, tolabs = 2e3, tolrel = 1, fld_options = -medium; #%% [paral_info] #%% max_nprocs = 1 #%% [extra_info] #%% authors = X. He #%% keywords = Effective potential, multibinit #%% description = #%% read xml and run spin dynamics. #%% This is to test spin_dynamics=2 (Depondt-Mertens method of spin rotation.) #%% The ncell, spin_ntime_pre, spin_ntime parameters are small. #%% #%% 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 #%% #%%