Manual:External utilities:oct-atomic occupations

From OctopusWiki

Jump to: navigation, search

This script prints out to standard output the electronic configuration of a given atom, and the way in which this electronic configuration should be reflected in the Occupations block of a corresponding Octopus input file.

Options

-s specie

specie should be the atomic symbol (e.g. Na, Au, etc).

-h

Show a brief summary of command line options.

Examples

 $ oct-atomic_occupations -s Na
 $ oct-atomic_occupations -s Ti_sc
$ for x in \$(cat /usr/share/octopus/PP/defaults | awk '{print \$1}')
> do oct-atomic_occupations -s $x
> done

Previous Manual:Advanced ways of running Octopus - Next Manual:External utilities:oct-broad

Back to Manual

Personal tools