Skip to content

Commit

Permalink
add new parameters since this PR was opened
Browse files Browse the repository at this point in the history
  • Loading branch information
jimustafa committed Sep 1, 2024
1 parent 00f4099 commit c0a53f9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/docs/parameters/parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@
<type>R</type>
<description>The tolerance to control if two kpoint belong to the same shell</description>
</parameter>
<parameter tool="w90" group="system">
<name>higher_order_n</name>
<type>I</type>
<description>The order of higher-order finite difference to get b-vectors and weights</description>
</parameter>
<parameter tool="w90" group="system">
<name>higher_order_nearest_shells</name>
<type>L</type>
<description>Use the b-vectors on the nearest shells</description>
</parameter>
<parameter tool="w90" group="job">
<name>postproc_setup</name>
<type>L</type>
Expand Down Expand Up @@ -187,6 +197,21 @@
<type>P</type>
<description>Top of the inner (frozen) energy window</description>
</parameter>
<parameter tool="w90" group="disentanglement">
<name>dis_froz_proj</name>
<type>L</type>
<description>To activate projectability disentanglement</description>
</parameter>
<parameter tool="w90" group="disentanglement">
<name>dis_proj_min</name>
<type>P</type>
<description>Lower threshold for projectability disentanglement</description>
</parameter>
<parameter tool="w90" group="disentanglement">
<name>dis_proj_max</name>
<type>P</type>
<description>Upper threshold for projectability disentanglement</description>
</parameter>
<parameter tool="w90" group="disentanglement">
<name>dis_num_iter</name>
<type>I</type>
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/parameters/w90-disentanglement-parameters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ dis_win_min,P,"Bottom of the outer energy window"
dis_win_max,P,"Top of the outer energy window"
dis_froz_min,P,"Bottom of the inner (frozen) energy window"
dis_froz_max,P,"Top of the inner (frozen) energy window"
dis_froz_proj,L,"To activate projectability disentanglement"
dis_proj_min,P,"Lower threshold for projectability disentanglement"
dis_proj_max,P,"Upper threshold for projectability disentanglement"
dis_num_iter,I,"Number of iterations for the minimisation of $\\Omega_{\\mathrm{I}}$"
dis_mix_ratio,R,"Mixing ratio during the minimisation of $\\Omega_{\\mathrm{I}}$"
dis_conv_tol,R,"The convergence tolerance for finding $\\Omega_{\\mathrm{I}}$"
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/parameters/w90-system-parameters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ search_shells,I,"The number of shells to search when determining finite differen
skip_B1_tests,L,"Check the condition B1 of Ref [@marzari-prb97]"
nnkpts,I,"Explicit list of nearest-neighbour k-points"
kmesh_tol,R,"The tolerance to control if two kpoint belong to the same shell"
higher_order_n,I,"The order of higher-order finite difference to get b-vectors and weights"
higher_order_nearest_shells,L,"Use the b-vectors on the nearest shells"

0 comments on commit c0a53f9

Please sign in to comment.