ATOM_GROUP
Section can be repeated.
Define a group of atoms for use in a CDFT constraint. Each repetition of this section creates a new constraint. [Edit on GitHub]
Keywords
Keyword descriptions
- ATOMS
Type: integer[ ]
Usage: ATOMS {integer} {integer} .. {integer}Description: Specifies the list of atoms that are included in the constraint group.
Mentions: ⭐Constrained DFT
- COEFF
Type: real[ ]
Repeatable: yes
Usage: COEFF 1.0 -1.0Description: Defines coefficients for the atoms in the list of atoms. Accepts values +/-1.0.
Mentions: ⭐Constrained DFT
- CONSTRAINT_TYPE
Type: enum
Default: CHARGE
Usage: CONSTRAINT_TYPE (CHARGE|MAGNETIZATION|ALPHA|BETA)Description: Determines what type of constraint to apply.
Valid values:
CHARGETotal charge density constraint (rho_alpha + rho_beta).MAGNETIZATIONMagnetization density constraint (rho_alpha - rho_beta).ALPHAAlpha spin density constraint.BETABeta spin density constraint.
Mentions: ⭐Constrained DFT
- FRAGMENT_CONSTRAINT
Type: logical
Default: F
Lone keyword: T
Usage: FRAGMENT_CONSTRAINTDescription: Use a fragment based constraint. Takes as input the electron densities of two isolated fragments in the same geometry that they have in the full system. The isolated fragment densities are read from cube files defined in FRAGMENT_{A,B}FILE. For magnetization density constraints, additional files containing the spin difference densities must be defined with the keywords FRAGMENT{A,B}_SPIN_FILE. With this keyword active, the target value of the constraint is calculated from the the superposition of the isolated fragment densities. Supports only static calculations.
Mentions: ⭐Constrained DFT