Running Parsec next up previous contents index
Next: Input options Up: Parsec 1.1 User's Guide Previous: Compiling Parsec   Contents   Index

Subsections

Running Parsec

Basic input

The parsec.in file

The user-provided input uses the electronic structure data format (ESDF), implemented as a module written by Chris J. Pickard. Comments can be added on any line, and are preceded by any of the symbols "# ; !". Keywords and blockwords are case insensitive. Characters ". : =" and multiple spaces are ignored. Most parameters have default values. All parameters with true/false value have default value false. Parameter values can be written anywhere in the file, with the exception that information pertinent to the same chemical element should be given in consecutive lines (sometimes, data from different elements can be mixed, but this should be avoided for the sake of clarity). Keywords are always followed by their corresponding value on the same line. Input values with intrinsic physical unit can be given in different units, with name following the value. Default unit is used if none is specified. For example, the line grid_spacing 0.5 ang sets a grid spacing of 0.5 angstroms. Blocks have the syntax:

begin Blockword
.
.
.
end Blockword

WARNING: parsec does not watch out for misprints in parsec.in. Lines with unrecognized keywords or blockwords are usually ignored.

Basic output


next up previous contents index
Next: Input options Up: Parsec 1.1 User's Guide Previous: Compiling Parsec   Contents   Index
Murilo Tiago 2005-10-06