documentation

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@8911 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
paulatto 2012-04-19 13:20:23 +00:00
parent 71661a651c
commit 2c1a8c525d
1 changed files with 10 additions and 1 deletions

View File

@ -6,7 +6,16 @@
! or http://www.gnu.org/copyleft/gpl.txt .
!
!
! A small utility that read the first q from a dynamical matrix file (either xml or plain text),
! recomputes the system symmetry (starting from the lattice) and generates the star of q.
!
! Useful for debugging and for producing the star of the wannier-phonon code output.
!
! Syntax:
! q2qstar.x filein [fileout]
!
! fileout default: filein.rot (old format) or filein.rot.xml (new format)
!
!----------------------------------------------------------------------------
PROGRAM Q2QSTAR
!----------------------------------------------------------------------------