welcome: please sign in
location: Diff for "compass"
Differences between revisions 2 and 3
Revision 2 as of 2013-09-05 15:20:14
Size: 1940
Editor: plutonium
Comment:
Revision 3 as of 2013-09-05 15:26:54
Size: 1967
Editor: plutonium
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
{{{
Line 15: Line 14:
}}}
Line 22: Line 19:
}}}
Line 24: Line 22:
#$Compass
#Basis
#cc-pvdz
#$end
{{{
$Compass
Basis
 cc-pvdz
$End
Line 31: Line 30:
Line 33: Line 33:

Atom x y z

The string "End of geometry" is used to finish the geometry input. The "xyz" formatted file can also be used as molecule geometry input. Users can write molecule geometry into a file named "geom.xyz" and put it in work directory. The compass will read molecule geometry from this file.
  Atom x y z
The string "End of geometry" is used to specify the end of the geometry input. The "xyz" formatted file can also be used as molecule geometry input. Users can write molecule geometry into a file named "geom.xyz" and put it in work directory. The compass will read molecule geometry from this file.
}}}
Line 39: Line 38:
{{{
Line 47: Line 47:
}}}
Line 48: Line 49:
{{{

compass

Compass is used to do some preprocessing of the user's input. The main task of compass is to read molecule geometry and basis set and store them as internal data structure. The point group symmetry of molecule could be determined automatically and symmetry information will be generated.

General keywords

Basis

The following line is a string to specify the basis set name used in calculation. This string is used to locate the file in which basis set are stored. In general, there is a file with the name of capital "string" in the directory basis_library of BDF main directory. Except for the directory basis_library, the work directory will also be searched to locate the basis set. Thus, users can write the basis set into a file with the name of "NAME" in work directory and specify in input file.

Example:

$Compass
Basis
 cc-pvdz
$End

Geometry

The cartesian coordinates of a molecule are written as following lines with the format of

  • Atom x y z

The string "End of geometry" is used to specify the end of the geometry input. The "xyz" formatted file can also be used as molecule geometry input. Users can write molecule geometry into a file named "geom.xyz" and put it in work directory. The compass will read molecule geometry from this file.

Example:

$Compas
Basis
  cc-pvdz
Geometry
  H  0.000   0.000    0.707
  H  0.000   0.000   -0.707
End of Geometry
$End

$Compass
Basis
  cc-pvdz
Geometry
  H2.xyz
End of Geometry
$End

Expert keywords

Keyword3

xxx

Keyword4

xxx

Depend Files

Filename

Description

Format

Examples

compass (last edited 2024-05-11 08:16:10 by wzou)