实例
1
如何?/p>
gcc
编译
dos-procar.f
来处?/p>
VASP
计算得到?/p>
procar
如题?/p>
VASP
计算
pdos
,含
d
电子分裂,想在生成的
PROCAR
中提取数据,然后画图,据
?/p>
dos-procar
.f
?/p>
http://emuch.net/bbs/attachment.php?aid=407340
?/p>
可以做到?/p>
请问如何
编译
dos-procar
.f
?我?/p>
linux
没有
ifort
,而有
gcc
。以下是我的
PROCAR
文件的一部分?/p>
PROCAR lm decomposed + phase factor
# of k-points:
63
# of bands: 184
# of ions:
48
k-point
1 :
0.00000000 0.00000000 0.00000000
weight = 0.00165289
band
1 # energy
-0.44451898 # occ.
2.00000000
ion
s
py
pz
px
dxy
dyz
dz2
dxz
dx2
tot
1
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
2
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
3
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
4
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
5
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
6
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
7
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
8
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
9
0.017
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.002
0.018
...............................................................................................................
edited by zhjh888888
z> which f77
which:
no
f77
in
(/shared_scratch/pgi.714/linux86-64/7.1-4/bin/:/home_n22/xqdai2/bin:/usr/local/bin:/usr
/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/
lib/mit/sbin:/usr/local/maui/sbin:/usr/local/maui/bin)
on
> gcc -o dos-procar
.x dos-procar
.f
In file dos-procar
.f:1
implicit real*8(a-h,o-z)
1
Error: Non-numeric character in statement label at (1)
In file dos-procar
.f:1
implicit real*8(a-h,o-z)