General programs: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 2: Line 2:




== F77 General Programs ==
=== Fortran77 ===


* RADIAL DISTRIBUTION FUNCTION (RDF)
* [[Radial Distribution Function]]
 
You can find the definition of RDF in the following:
http://rings-code.sourceforge.net/index.php?option=com_content&view=article&id=50:rdf&catid=36:phy-chi&Itemid=58
 
 
 
'''Name''': ''x.RDF''
 
'''Launching''': ''x.RDF > output'' (in ''output'' some details of the calculation are reported)
 
'''Output file''': ''Global.dat'', ''fort.X'' (see below)
 
'''Used files/subprograms''': ''none''
 
== INSTALLATION STEPS ==
 
 
 
1) First of all, download the program:
 
      [[Image:Cell.tgz]]
 
uncompress it and compile it: ''f77 Cell.f -o x.Cell''. Place it in a directory of your choice (for simplicity, named directory A).
 
 
2) Download the script:
 
      [[Image:ngeom.tgz]]
 
and uncompress it.
 
 
3) CHANGE IN LINE 14 OF ''ngeom.sh'' ''path=/home/lbellarosa/src/complex/Cell'' with the path of where you put your directory A.
 
 
4) Now you can run the script typing:
 
      ngeom.sh OUTCAR

Latest revision as of 17:58, 19 January 2011