############################################################################## #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 #------------------------------------------------------------- #Spin dynamics #------------------------------------------------------------ #slc_coupling = 1010 #slc_coupling = 1111 #%% #%% [setup] #%% executable = multibinit #%% exclude_builders = .*_nag_7.0_.* #%% system_xml = t83.nc #%% exec_args = --F03 #%% [files] #%% files_to_test = #%% t83.out, tolnlines = 0, tolabs = 0.0, tolrel = 0.0, fld_options = -medium; #%% [paral_info] #%% max_nprocs = 1 #%% [extra_info] #%% authors = X. He #%% keywords = Effective potential, multibinit #%% 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 #%%