~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to src/bin/dboc/dboc.1

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
.IP "\fB:DBOC:DISPLACEMENT =\fP \fIreal\fP"
45
45
Determines the finite difference step (in a.u.). The default is 0.0005 a.u.
46
46
 
 
47
.IP "\fB:DBOC:DISP_PER_COORD =\fP \fIinteger\fP"
 
48
Determines the number of displacements for each coordinate. Set it to 2 to compute
 
49
DBOC with standard accuracy (enough significant digits for up to second derivatives;
 
50
DBOC accurate to square of displacement size),
 
51
and 4 to compute DBOC with improved accuracy (DBOC accurate to the fourth power of displacement size).
 
52
The default is 2.
 
53
 
47
54
.IP "\fB:DBOC:ISOTOPES =\fP \fIstring_vector\fP"
48
55
Specifies which isotope to use for each atom. Each string should specify
49
56
an isotope label as defined in \fBinclude/masses.h\fP. By default,
53
60
This keyword should only be used by advanced users who are familiar with
54
61
how DBOC is evaluated by finite differences.
55
62
The keyword may be used to specify the cartesian nuclear coordinates
56
 
to use in the sum expression for DBOC and their respective coefficients.
 
63
to use in the sum expression for DBOC, their respective coefficients,
 
64
and whether they are symmetric or nonsymmetric with respect displacements.
57
65
.B dboc
58
 
doesn't currently use symmetry to reduce the number of displacements,
59
 
however, all computations are performed in the highest Abelian point group.
60
 
Hence this keyword can be used to reduce the number of displacements and/or
61
 
to specify the exact orbital occupations for specific displcements
62
 
in case the occupation guess produced by
63
 
.B cscf
64
 
is not correct.
65
 
The value for this keyword is an array of 2 element vectors. The first
 
66
can use symmetry to minimize the number of wave function computations.
 
67
Hence this keyword need only be used for diagnostic purposes or when
 
68
displacements along different coordinates need to be run separately (e.g.
 
69
require different occupation vectors).
 
70
The value for this keyword is an array of 3 element vectors. The first
66
71
element of each vector is the index of the cartesian coordinate which to include
67
 
into the sum and the second element is a real coefficient for
68
 
the respective term in the DBOC expression. Indices are C-style, i.e.
69
 
from 0 to 3*natom-1. By default derivative along each Cartesian coordinate
70
 
comes into DBOC expression with coefficient 1.0.
 
72
into the sum. The second element is a real coefficient for
 
73
the respective term in the DBOC expression. The third element is
 
74
a string that can take two values, \fIsymm\fP and \fInonsymm\fP,
 
75
which indicate that the coordinate is symmetric or nonsymmetric
 
76
with respect to displacements, respectively.
 
77
Indices are C-style, i.e. from 0 to 3*natom-1.