Input File Description

Program: bands.x / PWscf / Quantum Espresso

TABLE OF CONTENTS

INTRODUCTION

&INPUTPP

prefix | outdir | filband | spin_component | lsigma(i) | lsym | no_overlap | firstk | lastk

INTRODUCTION

Purpose of bands.x:
    Rewrite the bands ordering them using the overlap
    of the wave-functions on neighbor k points
    and calculate properties of each eigen-function.

Presently it can calculate:

   (a) The expectation value of the spin operator on each spinor
       wave-function.
   (b) The symmetry properties of each wavefunction. With this option
       the bands are not ordered according to the overlap.

The input data of this program are read from standard input
or from a file and have the following format:


Structure of the input data:
============================

   &INPUTPP
     ...
   /
   

Namelist: INPUTPP

prefix CHARACTER
prefix of files saved by program pw.x
         
outdir CHARACTER
temporary directory where pw.x files resides
         
filband CHARACTER
file "filband" contains the bands
         
spin_component INTEGER
In the lsda case select:

   1 = spin-up
   2 = spin-down
         
lsigma(i)(i), i=1,3 LOGICAL
If true writes a file filband.i with the expectation
values of the spin operator on the spinor wave-functions.
(only in the noncollinear case).
         
lsym LOGICAL
If .true. the bands are classified according to the
irreducible representations of the small group of k. A
file "filband".rap with the same format of "filband"
is written.
         
no_overlap LOGICAL
Default: .false.
If .true. writes the eigenvalues in the output file
without changing their order.
         
firstk, lastk INTEGER
if lsym=.true. makes the symmetry analysis only for k
points between firstk to lastk
         
This file has been created by helpdoc utility.