|
NAMEoct-atomic_occupations - prints atomic electronic configurations.SYNOPSIS
DESCRIPTIONThis script is one of the octopus utilities.It prints out to standard output the atomic electronic configuration of a given atom, and the way this electronic configuration should be specified in the %Occupations block of an octopus input file. The man pages of octopus and of the auxiliary octopus sub-programs (oct-something) are not intended to contain the documentation of the programs, but only their basic description. For where to find more documentation, see the "SEE ALSO" section below.
EXAMPLESoct-atomic_occupations -s Naoct-atomic_occupations -s Ti_sc for x in \$(cat /usr/share/octopus/PP/defaults | awk '{print \$1}'); do oct-atomic_occupations -s $x; done AUTHORWritten by H. Appel.REPORTING BUGSReport bugs to <appel@physik.fu-berlin.de>.COPYRIGHTCopyright (C) 2005 H. Appel.This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSOThe largest source of documentation is the octopus website: http://octopus-code.org.
Visit the GSP FreeBSD Man Page Interface. |