-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Bruce Ravel edited this page Apr 27, 2015
·
11 revisions
This is the feff85exafs wiki. Here we document the development of feff85exafs.
For documentation about Feff8 itself, here is a link to the document (PDF) from the Feff Project Website.
To build and test feff85exafs, simply do
~> scons
~> LD_LIBRARY_PATH='wrappers/python:src/GENFMT' && nosetests --verbosity=3
~> sudo scons install
in the top folder.
- Goals of the feff85exafs project
- Development plan for 2015
- Software dependencies required to build feff85exafs
- The build system
- Building on Windows
- The unit testing system
- Input/output
- The stand-alone potentials calculator
- The path finder
- The stand-along path calculator
For more information about implementations for individual programming languages, see the individual README files :
- Fortran
- C
- python_ctypes (Matt's much more sensible ctypes-based wrapper)
- python (Bruce's stab at a SWIG-based wrapper)
- perl