Feff: Difference between revisions

From Wiki
Jump to navigation Jump to search
Rgarcia (talk | contribs)
No edit summary
Rgarcia (talk | contribs)
No edit summary
Line 1: Line 1:
go back to [[Main Page]], [[Group Pages]], [[Núria López and Group]], [[Scripts_for_VASP]], [[Computational Resources]], [[EXAFS]]  
go back to [[Main Page]], [[Group Pages]], [[Núria López and Group]], [[Scripts_for_VASP]], [[Computational Resources]], [[EXAFS]]  


Program '''feff8l''' is part of the simulation of EXAFS spectra. Its input are feff.inp files.  
Program '''feff8l''' is part of the simulation of EXAFS spectra. The input files, '''feff.inp''', can be generated from *cif files in this webpage http://millenia.cars.aps.anl.gov/webatoms/. The output can be analyzed with [[EXAFS|Athena]].  


==Instalation Procedure 1==


feff8l git:
* Go to the feff8l git: https://github.com/xraypy/feff85exafs
https://github.com/xraypy/feff85exafs


feff home:
* Follow the instructions contained in the INSTALL.md file. Mind that you may need some libraries.
http://feff.phys.washington.edu/feffproject-feff-documentation.html
 
* Go back to [[EXAFS|this page]] to check that the program is working well.
 
==Instalation Procedure 2==
 
* Download this [[Image:feff85exafs-master.tgz]]
 
* Run this:  
    sudo cp -pr local_install/bin/* /usr/local/bin/.
    sudo cp -pr local_install/lib/* /usr/local/lib/.
    sudo cp -pr local_install/include/* /usr/local/include/.
 
* Go back to [[EXAFS|this page]] to check that the program is working well.

Revision as of 12:54, 28 February 2019

go back to Main Page, Group Pages, Núria López and Group, Scripts_for_VASP, Computational Resources, EXAFS

Program feff8l is part of the simulation of EXAFS spectra. The input files, feff.inp, can be generated from *cif files in this webpage http://millenia.cars.aps.anl.gov/webatoms/. The output can be analyzed with Athena.

Instalation Procedure 1

  • Follow the instructions contained in the INSTALL.md file. Mind that you may need some libraries.
  • Go back to this page to check that the program is working well.

Instalation Procedure 2

  • Run this:
   sudo cp -pr local_install/bin/* /usr/local/bin/.
   sudo cp -pr local_install/lib/* /usr/local/lib/.
   sudo cp -pr local_install/include/* /usr/local/include/.
  • Go back to this page to check that the program is working well.