Documentation update

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2060 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2005-07-29 16:31:17 +00:00
parent 79ac8c44c7
commit e92e541a47
2 changed files with 21 additions and 10 deletions

View File

@ -35,21 +35,13 @@ c max_seconds maximum allowed run time before the job stops smoothly 1.d7
c
c fildyn file where the dynamical matrix is written 'matdyn'
c
c fildrho file where the charge density variations is written ' '
c fildrho file where the charge density responses are written ' '
c
c filelph file where electron-phonon matrix elements are written ' '
c
c fildvscf file where the the potential variation is written ' '
c (for later use in electron-phonon calculation)
c
c maxirr maximum number of irreducible representation to be 0 i.e. all
c computed in a single run
c
c nrapp the representations to do 0
c (nrapp and nat_todo are not compatible)
c
c nat_todo number of atom to be displaced 0
c (nrapp and nat_todo are not compatible)
c
c epsil if .true. in a q=0 calculation for a non metal the .false.
c macroscopic dielectric constant of the system is
@ -59,6 +51,16 @@ c
c trans if .true. the phonons are computed .true.
c If trans.and.epsil effective charges are calculated
c
c lraman if .true. calculate nonresonant Raman coefficients .false.
c using second-order response as in:
c M. Lazzeri and F. Mauri, Phys. Rev. Lett. 90, 036401 (2003)
c Optional variables for Raman:
c eth_rps threshold for calculation of Pc R |psi> 1.0d-9
c eth_ns threshold for non-scf wavefunction calculation 1.0e-12
c dek delta_xk used for wavefunction derivation wrt k 1.0e-3
c
c recover if .true. restart from an interrupted run .false.
c
c elph if .true. electron-phonon lambda coeffs are computed .false.
c For metals only, requires gaussian smearing.
c If elph.and.trans, the lambdas are calculated in the same
@ -86,6 +88,15 @@ c nq1,nq2,nq3 parameters of the Monkhorst-Pack grid (no offset) used 0,0,0
c when ldisp=.true. Same meaning as for nk1, nk2, nk3
c in the input of pw.x
c
c maxirr maximum number of irreducible representation to be 0 i.e. all
c computed in a single run
c
c nrapp the representations to do 0
c (nrapp and nat_todo are not compatible)
c
c nat_todo number of atom to be displaced 0
c (nrapp and nat_todo are not compatible)
c
c modenum for single mode calculation -1
c If not set here, will be read from file .save
c (if modenum.ne.0 => nat_todo = 0; nrapp = 1; list(1) =

View File

@ -130,7 +130,7 @@ prefix CHARACTER ( default = 'pwscf' )
prepended to input/output filenames:
prefix.wfc, prefix.rho, etc.
max_seconds INTEGER
max_seconds REAL ( default : 1.0d+7, or 150 days, i.e. no time limit )
jobs stops after max_seconds CPU time
etot_conv_thr REAL ( default = 1.0D-4 )