Parameters for calculating charge

Parameters here are for calculating charges.

calculation.charge.whatProjected

key word

:

calculation.charge.whatProjected

possible values

:

Ell, Orbital, Atom, Grid, None

default value

:

None

description

:

If Ell, the number of electrons with the given

angular momentum will be calculated. If Orbital or

Atom, the number of electrons of the listed

orbitals or atoms will be calculated. If Grid,

the charge in the listed grids will be calculated. If

None, the total number of electrons will be calculated.

an example

:

calculation.charge.whatProjected = Ell

calculation.charge.indexProjected

key word

:

calculation.charge.indexProjected

possible values

:

cell array of n\(\times\)1 integer array

default value

:

all ells, orbitals, atoms, or grids

description

:

If whatProjected is Ell, Orbital, or Atom, each

cell contains a set of ell values of angular momentum,

or a set of atoms or orbitals. If whatProjected is

Grid, the length of the cell array must be three, and

each cell is a set of grid numbers along corresponding

direction. For example,if indexProjected = {[3,4], [5],

[6,7,8]}, the number of electrons will be calculated in

the 2*1*3 = 6 grids of (3,5,6), (3,5,7), (3,5,8),

(4,5,6), (4,5,7), and (4,5,8).

This parameter is not used when whatProjected is

None.

Please note that the order of the atoms and orbitals

has been listed in the output file Atoms.txt, which

can be used to identify the orbital or atom index.

an example

:

calculation.charge.indexProjected = {0 1 2}