<< >> Up Title Contents SCM

4.1 LIST OF KEYS

Next follows the list of keys with an explanation of their meaning and the appropriate way to use them. Most keys are of the simple (record-) type. Block type keys are indicated in the list by the phrase 'block type' between brackets after the key.

For the large majority of keys, their occurrence in input is optional. Omission leads to default values and default settings. A few keys must be given however, so as to define the system to be computed. These keys are LATTICE, ATOMS, DIRAC, and FITFUNCTIONS; they specify respectively the Bravais lattice, the nuclear positions, basic characteristics of the atom type, and the auxiliary (fit) functions used to compute the Coulomb potential.

If you inspect the source code you may notice that there are in fact more keys defined in the program than those enumerated in the list below. With an eye on future developments we have omitted in this documentation a discussion of keys that will be removed or changed and that have not much practical importance anyway.

The first list of keys below contains the most important ones. The second contains keys that you will probably never use as they relate to debugging, tests, and data organization inside the program, rather than to physical or methodological aspects. A third list is added. This contains only undocumented (currently existing) development/debug keys.



<< >> Up Title Contents