Skip to content

Commit

Permalink
Fix parameter table footer
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojunfeng committed Sep 27, 2024
1 parent c0a53f9 commit e73b2d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
5 changes: 3 additions & 2 deletions docs/docs/user_guide/postw90/postw90params.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ specific to the modules can be found in the following sections.
the modules in `postw90`. Argument types are represented by, I for a integer, R
for a real number, P for a physical value, L for a logical value and S
for a text string.
\* The keyword `spin_moment` does not affect the behavior of the modules
in , and does not really belong to any of them. It is listed here for

- The keyword `spin_moment` does not affect the behavior of the modules
in `postw90`, and does not really belong to any of them. It is listed here for
lack of a better place.

### `berry` Parameters
Expand Down
21 changes: 12 additions & 9 deletions docs/docs/user_guide/wannier90/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ and the the `wannier90` Tutorial.
`seedname.win` file keywords defining the system. Argument types are
represented by, I for a integer, R for a real number, P for a physical
value, L for a logical value and S for a text string.
\* `atoms_cart` and `atoms_frac` may not both be defined in the same input
file.

- `atoms_cart` and `atoms_frac` may not both be defined in the same input file.

### Job Control Parameters

Expand Down Expand Up @@ -99,11 +99,13 @@ physical value, L for a logical value and S for a text string.

`seedname.win` file keywords controlling the wannierisation. Argument
types are represented by, I for a integer, R for a real number, P for a
physical value, L for a logical value and S for a text string. \*
`fixed_step` and `trial_step` may not both be defined in the same input
file. \*\*Cannot be used in conjunction with disentanglement.
\*\*\*Cannot be used in conjunction with the inner (frozen) energy
window.
physical value, L for a logical value and S for a text string.

- `fixed_step` and `trial_step` may not both be defined in the same input
file.
- `use_bloch_phases` cannot be used in conjunction with disentanglement.
- `site_symmetry` and `symmetrize_eps` cannot be used in conjunction with the
inner (frozen) energy window.

### Plot Parameters

Expand All @@ -113,8 +115,9 @@ window.

`seedname.win` file keywords controlling the plotting. Argument types
are represented by, I for a integer, R for a real number, P for a
physical value, L for a logical value and S for a text string. \* Only
applies when `wannier_plot_format` is `cube`.
physical value, L for a logical value and S for a text string.

- `wannier_plot_radius` only applies when `wannier_plot_format` is `cube`.

### Transport Parameters

Expand Down

0 comments on commit e73b2d2

Please sign in to comment.