Dear users,<br>        I am trying to learn how to plot the charge density in 2D and 3D, as given in exaple/example05/si example.<br>I am using a simple example of AlAs, after scf calculation I run following PP.x input files, but output shows only one kind of atoms,
<br>How I can change that & how to visulize this in xcrysden<br><br>cat > AlAs.pp_rho.in << EOF<br> &inputpp<br>    prefix  = 'AlAs'<br>    outdir = '/home/AlAs/Charge_Dens/'<br>    filplot = 'AlAscharge'
<br>    plot_num= 0<br> /<br> &plot<br>    nfile = 1<br>    filepp(1) = 'AlAscharge'<br>    weight(1) = 1.0<br>    iflag = 2<br>    output_format = 2<br>    fileout = 'AlAs.rho.dat'<br>    e1(1) =0.0, e1(2)=
1.0, e1(3) = 1.0,<br>    e2(1) =1.0, e2(2)=0.0, e2(3) = 0.0,<br>    nx=50, ny=30<br> /<br>EOF<br><br>$PW_ROOT/bin/pp.x < AlAs.pp_rho.in > AlAs.pp_rho.out<br><br>-----------------------------------------------------------------------------------------------
<br>Mitesh  Joshi<br>Department of Physics,<br>S P University, Anand Gujarat India<br>------------------------------------------------------------------------------------------------<br><br><br>