Dice Python Frontend Documentation
|
Variables | |
list | systems = ['QHO','H2plus','H2','test'] |
list | boolean = [True,False] |
string | d_equi = '.FALSE.' |
string | d_rres = '.FALSE.' |
string | d_wres = '.FALSE.' |
list | d_rnum = [1, 1, 1] |
string | d_chn = '.FALSE' |
string | d_log = '.FALSE.' |
list | d_equi_steps = [100000,100000,100000] |
list | d_vqmc_steps = [100000,100000,100000] |
list | d_bstep = [3000,5000,4000] |
list | d_tstep = [10,20,40] |
list | d_sigma = [5.5,1.8,0.8] |
list | d_rcut = [3.0,3.0,3.0] |
list | d_alpha = [0.1,1.0,10.0] |
string | d_auto_h2plus = '.FALSE.' |
int | d_c_fdstep = 1E-3 |
int | d_ham_fdstep = 1E-3 |
float | d_c = 0.7 |
list | d_c_grid = [0,1,10] |
list | d_bond_h2plus = [1,3,10] |
string | d_auto_h2 = '.FALSE.' |
float | d_beta = 0.4 |
list | d_beta_grid = [0,1,10] |
list | d_bond_h2 = [1,3,10] |
list | corder = ['p_system','run_equil','run_restart','write_restart','restart_step','write_chains','write_log'] |
Order of CONTROL tags. More... | |
list | porder_qho = ['steps','burn_step','thin_step','rcut','sigma','alpha'] |
Order of PARAMETERS tags for QHO. More... | |
list | porder_h2plus = ['steps','burn_step','thin_step','rcut','sigma','auto_params','ham_fdstep','c_fdstep','c','c_grid','bond'] |
Order of PARAMETERS tags for H2plus. More... | |
list repo.DicePy.dice_defaults.systems = ['QHO','H2plus','H2','test'] |
Definition at line 10 of file dice_defaults.py.
list repo.DicePy.dice_defaults.boolean = [True,False] |
Definition at line 11 of file dice_defaults.py.
string repo.DicePy.dice_defaults.d_equi = '.FALSE.' |
Definition at line 14 of file dice_defaults.py.
string repo.DicePy.dice_defaults.d_rres = '.FALSE.' |
Definition at line 15 of file dice_defaults.py.
string repo.DicePy.dice_defaults.d_wres = '.FALSE.' |
Definition at line 16 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_rnum = [1, 1, 1] |
Definition at line 17 of file dice_defaults.py.
string repo.DicePy.dice_defaults.d_chn = '.FALSE' |
Definition at line 18 of file dice_defaults.py.
string repo.DicePy.dice_defaults.d_log = '.FALSE.' |
Definition at line 19 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_equi_steps = [100000,100000,100000] |
Definition at line 22 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_vqmc_steps = [100000,100000,100000] |
Definition at line 23 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_bstep = [3000,5000,4000] |
Definition at line 24 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_tstep = [10,20,40] |
Definition at line 25 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_sigma = [5.5,1.8,0.8] |
Definition at line 26 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_rcut = [3.0,3.0,3.0] |
Definition at line 27 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_alpha = [0.1,1.0,10.0] |
Definition at line 30 of file dice_defaults.py.
string repo.DicePy.dice_defaults.d_auto_h2plus = '.FALSE.' |
Definition at line 33 of file dice_defaults.py.
int repo.DicePy.dice_defaults.d_c_fdstep = 1E-3 |
Definition at line 34 of file dice_defaults.py.
int repo.DicePy.dice_defaults.d_ham_fdstep = 1E-3 |
Definition at line 35 of file dice_defaults.py.
float repo.DicePy.dice_defaults.d_c = 0.7 |
Definition at line 36 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_c_grid = [0,1,10] |
Definition at line 37 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_bond_h2plus = [1,3,10] |
Definition at line 38 of file dice_defaults.py.
string repo.DicePy.dice_defaults.d_auto_h2 = '.FALSE.' |
Definition at line 41 of file dice_defaults.py.
float repo.DicePy.dice_defaults.d_beta = 0.4 |
Definition at line 42 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_beta_grid = [0,1,10] |
Definition at line 43 of file dice_defaults.py.
list repo.DicePy.dice_defaults.d_bond_h2 = [1,3,10] |
Definition at line 44 of file dice_defaults.py.
list repo.DicePy.dice_defaults.corder = ['p_system','run_equil','run_restart','write_restart','restart_step','write_chains','write_log'] |
Order of CONTROL tags.
Definition at line 48 of file dice_defaults.py.
list repo.DicePy.dice_defaults.porder_qho = ['steps','burn_step','thin_step','rcut','sigma','alpha'] |
Order of PARAMETERS tags for QHO.
Definition at line 50 of file dice_defaults.py.
list repo.DicePy.dice_defaults.porder_h2plus = ['steps','burn_step','thin_step','rcut','sigma','auto_params','ham_fdstep','c_fdstep','c','c_grid','bond'] |
Order of PARAMETERS tags for H2plus.
Definition at line 52 of file dice_defaults.py.