资源简介
windows 版 的vasp做图软件,很实用的工具,可视化
代码片段和文件信息
#!/usr/bin/python
print “p4vasp Diagnostics“
try:
import os
except:
print “““Can not import the os module.
This indicates a serious problem with your python instalation.
“““
raise SystemExit
try:
import os.path
except:
print “““Can not import the os.path module.
This indicates a serious problem with your python instalation.
“““
raise SystemExit
try:
import sys
except:
print “““Can not import the sys module.
This indicates a serious problem with your python instalation.
“““
raise SystemExit
try:
import traceback
except:
print “““Can not import the traceback module.
This indicates a serious problem with your python instalation.
“““
raise SystemExit
try:
from string import *
except:
print “““Can not import the string module.
This indicates a serious problem with your python instalation.
“““
raise SystemExit
def strfile(path):
try:
f=open(path“r“)
s=f.read()
f.close()
return s
except:
return “???“
def sfile(path):
return join(split(strip(strfile(path))“\n“)“\n “)
def strcmd(cmd):
try:
f=os.popen(cmd“r“)
s=f.read()
f.close()
return s
except:
return “???“
def scmd(cmd):
return join(split(strip(strcmd(cmd))“\n“)“\n “)
print
print “Python version:“join(split(sys.version“\n“)“\n “)
print “Platform: “sys.platform
print “Issue: “sfile(“/etc/issue“)
print “Hostname: “sfile(“/proc/sys/kernel/hostname“)
print “LINUX: “sfile(“/proc/sys/kernel/ostype“)sfile(“/proc/sys/kernel/osrelease“)
print
print “Executable: “sys.executable
print
print “Module paths: “join(sys.path “\n “)
print
print “Enviromental variables:“
for x in [“P4VASP_HOME““PYTHONPATH““PYTHONHOME“]:
if x in os.environ:
print “%-14s= %s“%(xos.environ[x])
else:
print “%-14s not set“%(x)
def get_pygtk():
print “““You need to get version 2.x of PyGTK for this to work.
Usually it is located in a python-gtk or python-pygtk package.
You can get source code from http://www.pygtk.org “““
raise SystemExit
try:
import pygtk
pygtk.require(“2.0“)
except ImportError:
try:
import gtk
except ImportError:
get_pygtk()
if not hasattr(gtk “Window“): # renamed in version 2.0
get_pygtk()
try:
import gtk.gdk
except ImportError:
print “““Your python-gtk instalation is not complete.
Though the gtk seems to be working the gtk.gdk is missing.
You can get complete source code from http://www.pygtk.org
“““
try:
import gtk.glade
except ImportError:
print “““Your python-gtk instalation is not complete.
Though the gtk seems to be working the gtk.glade is missing.
Try to find the corresponding package.
You can get complete source code from http://www.pygtk.org
“““
try:
import pango
except ImportError:
print “““Your python-gtk instalation is not complete.
Though the gtk seems to be working the pango is missing.
Try to find the corresponding p
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9858564 2009-06-13 10:30 p4vasp for windows install\gtk-win32-devel-2.6.4-rc3.exe
文件 1065182 2009-06-13 10:28 p4vasp for windows install\Numeric-23.8.win32-py2.3.exe
文件 2376 2009-06-13 10:34 p4vasp for windows install\odpdom test
文件 167 2009-06-13 10:31 p4vasp for windows install\p4v.bat
文件 1674 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\BUGS
文件 1171 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\ap
文件 3840 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\atomtypes.xm
文件 2457 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\ap
文件 2457 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\ap
文件 3178 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\ap
文件 1688 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\arrowsXYB.xpm
文件 1687 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\arrowsXYF.xpm
文件 1672 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\arrowsXZB.xpm
文件 1702 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\arrowsXZT.xpm
文件 1659 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\arrowsZYL.xpm
文件 1685 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\arrowsZYR.xpm
文件 1434 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\cube.xpm
文件 1814 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\cuc.xpm
文件 34532 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\fr
文件 3534 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\graphap
文件 9550 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\graphwindow.glade
文件 4761 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\home.png
文件 1601 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\home.xpm
文件 27735 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\lbandsap
文件 29811 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\ldosap
文件 24786 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\manipulatestructureap
文件 6228 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\mytest1.glade
文件 1572 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\perspective.xpm
文件 1688 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\pixmaps\arrowsXYB.xpm
文件 1687 2005-03-15 18:28 p4vasp for windows install\p4vasp-0.3.1\p4vasp-0.3.1\data\glade\pixmaps\arrowsXYF.xpm
............此处省略1316个文件信息
- 上一篇:PCDMIShaspkey安装包.rar
- 下一篇:成绩管理系统(ASP 毕业设计)
相关资源
- Aladdin HASP tools
- VASP ----
- vasp.5.3.2.tar.gz
- VASP:5.4.4版本.tar.gz格式
- vasp.5.4.4&beef-src.tar.xz
- vasp 5.2.12.tar.gz
- 第一原理电子结构计算程序VASP实用教
- vasp.5.4.1.05Feb16.tar.gz
- vasp4.6软件包
- VASP_5.4.4版
- windows server2016下搭建网站环境iis+.ne
- vasp5源代码
- vasp 使用手册 完整版
- Vasp程序源代码
- 利用vasp工具计算石墨烯的的电子结构
- VASP 5.4.4 Source Code
- 第一性原理计算软件VASP的LDA赝势文件
- vasp 侯柱峰资料
- VASP 5.4.4
- vasp5.3.5.tar
- VASP赝势文件PAW PW91
- vasp软件包
- VASP 完整赝势库
- VASP赝势文件PAW PBE
- vaspkit.1.00.linux.x64.tar.gz
- 图形化处理软件P4VASP
-
vasp scf sc
ript (vasp自洽计算脚本) - vasp中文手册
- vasp tools
- iisadmpwd web修改ad密码
评论
共有 条评论