Shortcut: CENTER

Module vatom
Description Usage
Calculate the center for a group of atoms, with arbitrary weights. used in 6 tutorialsused in 52 eggs
output value type
the position of the center of mass atom

Input

The atoms that serve as the input for this action are specified using one or more of the keywords in the following table.

Keyword Type Description
ATOMS atoms the group of atoms that you are calculating the Gyration Tensor for

Further details and examples

Calculate the center for a group of atoms, with arbitrary weights.

The position of the center rCOM given by:

rCOM=ni=1ri winiwi

In these expressions ri indicates the position of atom i and wi is the weight for atom i. The following input shows how you can calculate the expressions for a set of atoms by using PLUMED:

Click on the labels of the actions for more information on what each action computes
tested on2.11
# This action calculates the position of the point on the line connecting atoms 1 and 10 that is
# twice as far atom 10 as it is from atom 1
c1: CENTERCalculate the center for a group of atoms, with arbitrary weights. More details ATOMSthe group of atoms that you are calculating the Gyration Tensor for=1,1,10
# this is another way of calculating this position
c1bis: CENTERCalculate the center for a group of atoms, with arbitrary weights. More details ATOMSthe group of atoms that you are calculating the Gyration Tensor for=1,10 WEIGHTSwhat weights should be used when calculating the center=2,1

DUMPATOMSDump selected atoms on a file. More details ATOMSthe atom indices whose positions you would like to print out=c1,c1bis FILEfile on which to output coordinates; extension is automatically detected=atoms.xyz

Notice that center's position is stored as a virtual atom. The positions of the centers in the above input used in the DUMPATOMS command by using the labels for the CENTER actions. Notice, furthermore, that the mass and charge of this new center are equal to the sums of the masses and charges of the input atoms.

The input below shows how you can use the CENTER action in place of the COM action to calculate the center of mass for a group of atoms.

Click on the labels of the actions for more information on what each action computes
tested on2.11
c: CENTERCalculate the center for a group of atoms, with arbitrary weights. More details ATOMSthe group of atoms that you are calculating the Gyration Tensor for=1-5 MASS calculate the center of mass

Center is more powerful than COM because you can use arbitrary vectors of weights as in the first example above or vector of weights that are calculated by another action as has been done in the input below.

Click on the labels of the actions for more information on what each action computes
tested on2.11
fcc: FCCUBICMeasure how similar the environment around atoms is to that found in a FCC structure. This action is a shortcut and it has hidden defaults. More details SPECIESthe list of atoms for which the symmetry function is being calculated and the atoms that can be in the environments=1-1000 SWITCHthe switching function that it used in the construction of the contact matrix. Options for this keyword are explained in the documentation for LESS_THAN.={RATIONAL D_0=3.0 R_0=1.5}
sfcc: MORE_THANUse a switching function to determine how many of the input variables are more than a certain cutoff. More details ARGthe values input to this function=fcc SWITCHThis keyword is used if you want to employ an alternative to the continuous swiching function defined above={RATIONAL R_0=0.5}
c: CENTERCalculate the center for a group of atoms, with arbitrary weights. This action is a shortcut. More details ATOMSthe group of atoms that you are calculating the Gyration Tensor for=1-1000 WEIGHTSwhat weights should be used when calculating the center=sfcc
DUMPATOMSDump selected atoms on a file. More details ATOMSthe atom indices whose positions you would like to print out=c FILEfile on which to output coordinates; extension is automatically detected=atom.xyz

This input assumes you have a cluster of solid atoms in a liquid. The actions with labels fcc and sfcc are used to differentiate between atoms in solid-like and liquid-like atoms. sfcc is thus a vector with one element for each atom. These elements are equal to one if the environment around the corresponding atom are solid like and zero if the environment around the atom is liquid like.

A note on periodic boundary conditions

If you run with periodic boundary conditions these are taken into account automatically when computing the center of mass. The way this is handled is akin to the way molecules are rebuilt in the WHOLEMOLECULES command. However, at variance to WHOLEMOLECULES, the copies of the atomic positions in this action are modified. The global positions (i.e. those that are used in all other actions) are not changed when the alignment is performed.

If you believe that PBC should not be applied when calculating the position fo the center of mass you can use the NOPBC flag.

An additional way of managing periodic boundary conditions is offered in CENTER by using the PHASES keyword as shown in the example input below

Click on the labels of the actions for more information on what each action computes
tested on2.11
c: CENTERCalculate the center for a group of atoms, with arbitrary weights. More details ATOMSthe group of atoms that you are calculating the Gyration Tensor for=1-100 PHASES use trigonometric phases when computing position of center

The scaled value for the x component of the position of the center is calculated from the scaled components of the input atoms, xi, using the following expression when the PHASES option is employed

xcom=12π\atan(ni=1wisin(2πxi)ni=1wicos(2πxi))

Similar, expressions are used to calculae the values of the scaled y and z components. The final cartesian coordinates of the center are then computed by multiplying these scaled components by the cell vectors. Notice that by construction this center position is not invariant with respect to rotations of the atoms at fixed cell lattice. In addition, for symmetric Bravais lattices, it is not invariant with respect to special symmetries. E.g., if you have an hexagonal cell, the center will not be invariant with respect to rotations of 120 degrees. On the other hand, it might make the treatment of PBC easier in difficult cases.

Syntax

The following table describes the keywords and options that can be used with this action

Keyword Type Default Description
ATOMS input none the group of atoms that you are calculating the Gyration Tensor for
TYPE compulsory RADIUS The type of calculation relative to the Gyration Tensor you want to perform
NOPBC optional false ignore the periodic boundary conditions when calculating distances
WEIGHTS optional not used what weights should be used when calculating the center
PHASES optional false use trigonometric phases when computing position of center
SAFE_PHASES optional false use trignomentric phases when computing position of center but also compute the center in ths usual way and use this when the pbc are not set
MASS optional false calculate the center of mass