[Pw_forum] Calculating Projected density of states

Dimpy Sharma dimpy.sharma at tyndall.ie
Mon Nov 2 19:51:32 CET 2009


Hi QEs users,
I have tried to calculate projected density of states first by performing scf calculation, then nscf calculation and then Projected density of states, but I am getting the following error.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     task #         0
     from projwfc : error #      4324
     reading inputpp namelist

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

my pdos input file is

&inputpp
  prefix = 'unoptimisedsilane',
  outdir = '/sfiwork/dsharma/PDOSSilane/scfn/scfunopt'
 degauss = 0.0,
 Emin = -12.6653,
 Emax = 12,
ngauss = 0,
DeltaE = 0.01,
filpdos = 'pdosout',

 and my script file is

#!/bin/bash
#PBS -N pdos
#PBS -l nodes=4
##PBS -1 waltime=24:00:00
#PBS -q walton
#PBS -V
## #PATH of the parallel abinit executable
export pw_path='/usr/local/espresso-4.0.5/bin'

### PATH to the mpirun binary:
export mpirun_path='/opt/mpi/bin'

export calc_name='pdos'

### go in the working directory:
cd $PBS_O_WORKDIR

## Count the number of cpu requested
NP=`wc -l $PBS_NODEFILE`
echo $NP > $calc_name.txt

$mpirun_path/mpirun -machinefile $PBS_NODEFILE -np $NP $pw_path/projwfc.x -npool1 < pdos > pdosout

suggestions welcome.

Thanks and regards

Dimpy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20091102/a47c0dd3/attachment.html>


More information about the users mailing list