Paths are referred to by an integer index, which is a required keyword. Every path must have an index and a feffnnnn.dat file associated with it - all other path parameters are optional, taking ``normal defaults'' (zero for all parameters except S02 which defaults to one).
| Keyword | Variable | Default | Description | |
|---|---|---|---|---|
| 1index | path index, an integer used to make path lists | |||
| 2feff | feffnnnn.dat file to use for this path | |||
| label | text string to describe path | |||
| s02 | 1 | NS02 - constant amplitude factor | ||
| e0 | E0 - energy shift | |||
| delr | ||||
| sigma2 | ||||
| third | C3 - third cumulant | |||
| fourth | C4 - fourth cumulant | |||
| ei | Ei - shift in imaginary energy term. | |||
| k_array |
|
|||
| phase_array | array of k-dependent phase-shift | |||
| amp_array | array of k-dependent amplitude factor | |||
Iff> path(index = 1, file = feff0001.dat, s02= 1,
sigma2 = sig2)
Iff> path(2, feff0002.dat, s02= 1, sigma2 = sig2)
Iff>
Iff> path(3, feff0003.dat, sigma2 = 'sig2 * sqrt(3)')
Iff> path(3, delr = reff * alpha)