Xcrysden-2
XCrySDen -- (X-Window) CRYstalline Structures and DENsities
Introduction to use.
XCrySDen is a crystalline and molecular structure visualisation program aiming at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated. It runs on GNU/Linux.
XCrySDen has been also ported to MAC OSX (requires X11) and Windows (requires CYGWIN).
The name of the program stands for Crystalline Structures and Densities and X because it runs under the X-Window environment.
(1) ./xcrysden
+-----------------------------------------------------------------+
|*****************************************************************|
|* *|
|* XCrySDen -- (X-Window) CRYstalline Structures and DENsities *|
|* = === = === *|
|*---------------------------------------------------------------*|
|* *|
|* Anton Kokalj (tone.kokalj@ijs.si) *|
|* Jozef Stefan Institute, Ljubljana, Slovenia *|
|* *|
|* Copyright (c) 1996--2014 by Anton Kokalj *|
|* *|
|*****************************************************************|
+-----------------------------------------------------------------+ Version: 1.5.60
Please report bugs to: tone.kokalj@ijs.si
TERMS OF USE:
-------------
XCRYSDEN is released under the GNU General Public License.
Whenever graphics generated by XCRYSDEN are used in scientific
publications, it shall be greatly appreciated to include an explicit
reference. The preferred form is the following: [ref] A. Kokalj, J. Mol. Graph. Model., Vol. 17, pp. 176-179, 1999.
Code available from http://www.xcrysden.org/. TCL_LIBRARY=/home/hongyz/xcrySden/xcrysden-1.5.60/external/lib/tcl8.5
XCRYSDEN_TOPDIR=/home/hongyz/xcrySden/xcrysden-1.5.60
XCRYSDEN_SCRATCH=/tmp *** cleaning XCRYSDEN_SCRATCH directory: /tmp/xc_10065
Running on platform : unix
Operating system : Linux
Package ImageMagick's convert: /usr/bin/convert
Package ImageMagick's import: /usr/bin/import
Package Xwd: /usr/bin/xwd
Executing: /home/hongyz/xcrySden/xcrysden-1.5.60/bin/ftnunit
(2) v2xsf
http://theory.chm.tu-dresden.de/~jk/software.html
v2xsf is a command line tool that converts structural output data generated by the VASP code (crystal structure, charge density, electron localization function (ELF) and local potential) to a format that can be read by the program XCrysDen.
In detail it is able to read POSCAR, CONTCAR, CHGCAR, CHG and silmilar files and converts the information given to a xsf-file, the XCrysDen file format. The output file is compressed using gzip.
XcrysDen is a crystalline and molecular structure visualisation program, which aims at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated. It can run on most UNIX platforms, without any special hardware requirements. If you'd like to use XcrysDen to visualize VASP output, then you'll probably want to check out v2xsf: a command line tool that converts structural output data generated by VASP (crystal structure, charge density, electron localization function, and local potential) to a format that can be read by XCrysDen.
(3) HOWTO
http://www.xcrysden.org/doc/HOWTO.html
|
XCrySDen's HOWTO |
|---|
|
Please click blue part,and then come into the corresponding web to learn more about detailed procedures.
Good luck!
References:
【1】Is there any visualization software for the VASP program? http://www.researchgate.net/post/Is_there_any_visualization_software_for_the_VASP_program
【2】Visualisation (& Building):https://www.vasp.at/index.php/resources
【3】Condensed Matter: My Perspective:http://condmattphys.weebly.com/vasp.html
Xcrysden-2的更多相关文章
随机推荐
- 【FusionCharts学习-1】获取资源
网址 官网: http://www.fusioncharts.com/charts/ 入门学习:http://www.fusioncharts.com/dev/usage-guide/getting ...
- 关于启动tomcatINFO警告错误问题解决
关于启动tomcatINFO警告错误问题解决: #apr 与 tomcat-native 提供更好的伸缩性.性能和集成到本地服务器技术.如果没有apr技术,启动tomcat 时出现如下提示:INFO: ...
- PAT 乙级 1037 在霍格沃茨找零钱(20)C++版
1037. 在霍格沃茨找零钱(20) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 如果你是哈利·波特迷,你会知 ...
- Centos 6.5 升级python到版本2.7.12
查看python版本: python --version 1.下载Python-2.7.12 wget https://www.python.org/ftp/python/2.7.12/Python- ...
- PHP 序列化变量的 4 种方法
摘自: PHP 序列化变量的 4 种方法 http://www.iteye.com/news/25668
- Python单例模式的4种实现方法
#-*- encoding=utf-8 -*- print '----------------------方法1--------------------------' #方法1,实现__new__方法 ...
- Web 过滤器参数设置问题
问题描述: 在代码定义了3个过滤器,分别为filter1,filter2,filter3,过滤的Servlet范围分别是"/*","/Servlet1",&qu ...
- Dependency Injection in ASP.NET Web API 2 Using Unity
What is Dependency Injection? A dependency is any object that another object requires. For example, ...
- oracle 11g RAC 的一些基本概念(三)
Grid Infrastructure共享组件 Grid Infrastructure使用两种类型的共享设备来管理集群资源和节点:OCR(Oracle Cluster Registry)和表决磁盘 ...
- JAVA中关于set()和get()方法的理解及使用
对于JAVA初学者来说,set和get这两个方法似乎已经很熟悉了,这两个方法是JAVA变成中的基本用法,也是出现频率相当高的两个方法. 为了让JAVA初学者能更好的理解这两个方法的使用和意义,今天笔者 ...