Skip to content

Commit 84cb53b

Browse files
authored
Merge pull request #77 from dssimmons-codes/pkawak-patch-1
Fix formatting and improve clarity in isf_list.md
2 parents a2dd439 + d3444a7 commit 84cb53b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Manual/isf_list.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<h1>isf_list</h1>
22

3-
Calculate intermediate scattering function, using a trajectory list.
3+
Calculate intermediate scattering function using a trajectory list.
44

5-
_isf\_list \<output file\> \<list name\> \<plane\> \<first wavenumber index\> \<last wavenumber index\>_
5+
```
6+
isf_list <output file> <list name> <plane> <first wavenumber index> <last wavenumber index>
7+
```
68

7-
Options for _\<geometry\>_ are _xyz, xy, xz, yz, x, y,_ and _z_. This chooses which dimensions in k-space to include in the calculation of the intermediate scattering function. _xyz_ computes the full radial three dimensional isf, _xy, yz, and xz_ calculate two-dimensional in-plane radial isf's, and _x, y, and z_ compute one-dimensional isf's.
9+
Options for `<plane>` are `xyz`, `xy`, `xz`, `yz`, `x`, `y`, and `z`. This chooses which dimensions in $k$-space to include in the calculation of the intermediate scattering function. `xyz` computes the full radial three dimensional isf, `xy`, `yz`, and `xz` calculate two-dimensional in-plane radial isf's, and `x`, `y`, and `z` compute one-dimensional isf's.

0 commit comments

Comments
 (0)