documentation about two new input variables in projwfc (lwrite_overlaps, lbonary_data) added.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9226 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ferretti 2012-07-26 08:04:27 +00:00
parent 95ffa5a9d7
commit 1be972be2a
1 changed files with 15 additions and 0 deletions

View File

@ -78,6 +78,21 @@ input_description -distribution {Quantum Espresso} -package PWscf -program projw
}
}
var lwrite_overlaps -type LOGICAL {
default { .false. }
info {
if .true., the overlap matrix of the atomic orbitals
prior to orthogonalization is written to the atomic_proj datafile.
}
}
var lbinary_data -type LOGICAL {
default { .false. }
info {
if .true., the atomic_proj datafile is written in binary fmt.
}
}
var kresolveddos -type LOGICAL {
default { .false. }
info {