File: global.dictionary.json

package info (click to toggle)
feff85exafs 0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 39,260 kB
  • sloc: fortran: 271,644; f90: 121,166; ansic: 2,589; perl: 1,854; python: 1,744; ada: 1,412; makefile: 1,150; sh: 245; csh: 167
file content (26 lines) | stat: -rw-r--r-- 1,571 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "vfeff":  "feff version number",
    "vf85e":  "feff8l release number",

    "nabs":   "2nd term of CFAVERAGE in feff.inp; number of absorbers to include in the configuration average",
    "iphabs": "1st term of CFAVERAGE in feff.inp; potential index of absorber for configuration average",
    "rclabs": "3rd term of CFAVERAGE in feff.inp; radius for making atom list about each absorber in the configuration average",
    "ipol":   "boolean, true=do polarization calculation",
    "ispin":  "first term from SPIN in feff.inp; 0=spin independent, +/-1=XMCD, +/-2=spin polarized DOS and XAS",
    "le2":    "1st term from MULTIPOLES in feff.inp; 0=only dipole, 1=dipole+magnetic dipole, 2=dipole+quadrupole",
    "elpty":  "1st term from ELLIPTICITY in feff.inp; eccentricity ",
    "angks":  "angle between x-ray propagation and spin (default=0)",

    "evec":   "arguments of POLARIZATION in feff.inp; polarization vector",
    "xivec":  "last three terms from ELLIPTICITY in feff.inp; incident direction",
    "spvec":  "last three terms from SPIN in feff.inp; spin direction of central atom",

    "ptz0":   "first (-1) row of polarization tensor, 6 values that map onto three complex numbers"
    "ptz1":   "second (0) row of polarization tensor, 6 values that map onto three complex numbers"
    "ptz2":   "third  (1) row of polarization tensor, 6 values that map onto three complex numbers"

    "_comments": [
	"can be ignored in feff8l: nabs, iphabs, rclabs, ispin, le2m angks, spvec",
	"used in feff8l: ipol, elpty, evec, xivec, ptz0, ptz1, ptz2"
    ]
}