Back to main menu

Mode: electric dipole moments

Syntax

atomsk --edm <file> <Pspecies> <NNN> [options]

Description

This mode computes individual electric dipole moments for a given polyhedron configuration, a polyhedron being defined by one ion surrounded by ions of another type. For each polyhedron the electric dipole moment is defined as the difference between the centers of positive and negative charges:

       p(rcm) = qi(ri-rcm)

where qi is the charge of an ion, ri its position, rcm is the position of the center of mass of the polyhedron, and the sum runs over all ions forming the polyhedron.

The parameters associated with the mode edm are:

This mode will not compute anything if the charges of the ions are not set. Charges are set either when reading the <file> (see this page for a list of formats supporting atom charges q), or by using the option -properties. For instance consider a fictitious system made of ions A3+, B2+ and C2-, then the charges can be written in a file with the following format and read with the option -properties:

charges.txt

charge
A 3
B 2
C -2

If an ionic core-shell model is used, then the charges of both core and shell should be specified as stated in the option -properties. Then ri will be the position of the ion core, and qi will be the sum of the charges of the core and shell.

The Pspecies indicate which atom species is at the corners of the polyhedra. Continuing with the above example, if C ions are at the corners of the polyhedra, then A-C polyhedra (i.e. with A ions inside each polyhedron, and C ions at the corners) and B-C polyhedra will be considered for the calculation.

A positive value of NNN must be integer indicating the number of neighbours forming the polyhedra, regardless of their distance. For instance if atoms A are expected to be in tetrahedral sites formed by C (AC4 configuration) then set NNN=4, and the 4 nearest neighbours will always be searched for and included in the calculation. For octahedral sites one would have NNN=6, etc. This is recommended if all atoms A and B occupy the same kind of site in the structure (e.g. only octahedral sites).

A negative value of NNN can be a real number. Its absolute value will be used as a cut-off distance for neighbour search, i.e. all C ions within this distance will be considered as part of the polyhedra no matter how many they are. This can be useful when the atoms A and B occupy different kinds of sites (e.g. octahedral and tetrahedral sites).

If NNN=0 is provided then the program will search each atom for its nearest neighbours, i.e. will try to automatically determine NNN. Beware that if the polyhedra are strongly distorted the first nearest neighbours may not be counted correctly and the calculated moments will be wrong.

The neighbour search takes periodic images into account (using the supercell vectors read from the input file). Note that this search is usually very slow especially for big systems. You may reduce the running time by cutting the system and keep only the interesting part. If the number of neighbours exceeds 100 for a given atom, a warning message will be displayed, so don't use NNN>100 or a cutoff radius that would enclose more than 100 atoms. Also, it may be necessary to wrap atoms for the neighbour search to give proper results.

By default the dipole moments are assumed to be in units of e.Å, i.e. about 1.602 10-29 C.m or 4.803 Debye. However it depends on the unit of distance used in the <file>, and the unit of charges that is read with the option -properties.

The total polarization of the cell is also calculated as the sum over all ions in the system:

       P = V-1 qi ri

where V is the volume of the supercell. By default the total polarization is assumed to be in units of e/Å2, but again that depends on the units used in the related files. Note that if the system has a total charge equal to zero then the polarization vector is independant from the point of observation (which is arbitrarily taken as (0,0,0) here).

Output consists of the following files (where the <A> and <C> are replaced by the atomic symbols):

If this mode is used with one or several options they will be applied to the system before computing the electric dipole moments.

Examples

Back to main menu