File: diffkk.inp

package info (click to toggle)
ifeffit 2%3A1.2.11d-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,332 kB
  • sloc: fortran: 35,441; ansic: 8,458; makefile: 4,727; python: 3,315; perl: 3,144; sh: 2,721; ada: 1,003; tcl: 95
file content (34 lines) | stat: -rw-r--r-- 1,343 bytes parent folder | download | duplicates (20)
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
27
28
29
30
31
32
33
34
 #  --  diffkk version 1.30  --
 #  program inputs or default values used:
    title = diffkk: no title lines specified
      xmu = ../data/fex.dat
      out = t.out
   isfeff = false           
    encol =    1            
    mucol =    2            
       iz =   26            
       e0 =   7112.
    egrid =      1.0000     % energy grid for calculation
   ewidth =      0.000      % for broadening CL data
     elow =    200.0000     % how far below data range to calculate
    ehigh =    500.0000     % how far above data range to calculate
  end  % all remaining lines will be ignored on input
  -- diffkk program summary --
  
    f''(E) was set to be
         f''(E)  = f''_CL(E)  for E > e0+ehigh and  E < e0-elow.
    within the range E = [e0-elow, e0+ehigh], f'' was set to
         f''(E)  = f''_CL(E) + a0 + a1 *  mu(E') * ( E' /  e0)
                 + a2 * (E' - e0) + a3 * (E' - e0)**2 
    where mu(E) was read from t.dat,
    f''_CL(E) was found for Cu, and E' = E + e0_shift.
  
    the values of e0_shift, a0, a1, a2, and a3 were determined to be:
        e0_shift =   -0.605967    
              a0 =     1.39921    
              a1 =     2.51221    
              a2 =   -0.877579E-03
              a3 =    0.125303E-05
    so as to best match f''_CL(E) between E = [e0-elow, e0+ehigh]
  
  -- end diffkk log file --