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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<atp -- Atoms Template File>
<com> This file is part of the Atoms distribution.
<com> Atoms is copyright (c) Bruce Ravel 1998-2006.
<com> This is the atoms template file for a feff6 input file
<com> Homepage: http://cars9.uchicago.edu/~ravel/software/
<com>
<meta :precision 9.5 :file "feff6 input file" :output "feff.inp" :feff 6>
<meta :occupancy 0>
<meta :list "cluster">
<id :prefix " * ">
<corrections :prefix " * " :units "microns">
* -----------------------------------------------------------------
* The following crystallographic data were used:
*
<titles :prefix " * title ">
* space = <space>
* a = <a> b = <b> c = <c>
* alpha = <alpha> beta = <beta> gamma = <gamma>
* core = <ctag> edge = <edge>
<com> <shift :prefix=" * ">
* atoms
* ! elem x y z tag occ
<list :style atoms>
* <elem> <x> <y> <z> <tag> <occ>
* -----------------------------------------------------------------
<titles :prefix " TITLE ">
HOLE <iedge> 1.0 * <central> <edge> edge (<eedge> eV), second number is S0^2
* mphase,mpath,mfeff,mchi
CONTROL 1 1 1 1
PRINT 1 0 0 0
RMAX <rmax>
*CRITERIA curved plane
*DEBYE temp debye-temp
NLEG 4
POTENTIALS
* ipot Z element
<com> ipots are species, tags, and sites
<potentials :ipots species>
<ipot> <znum> <elem>
ATOMS * this list contains <nclus> atoms
* x y z ipot tag distance
<list :style cluster>
<x> <y> <z> <ipot> <itag> <r>
<com> for low symmetry groups itag is more annoying than tag
END
|