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的更多相关文章
随机推荐
- bzoj3295 动态逆序对
Description 对于序列A,它的逆序对数定义为满足i<j,且Ai>Aj的数对(i,j)的个数.给1到n的一个排列,按照某种顺序依次删除m个元素,你的任务是在每次删除一个元素之前统计 ...
- 如何随机从数据库表中抽一条数据的SQL语句
NewID() 方法返回一个 GUID,如:EE95A489-B721-4E8A-8171-3CA8CB6AD9E4 在 select 表的时候,再增加一列为 NewID() 就可以了. SQL 语句 ...
- XStream和Dom4j的区别
对于搞技术的人来说,xml文件的处理应该并不陌生吧,先总述下,个人感觉XStream在处理XML文件和JavaBean对象互转时比较好,dom4j对常用的xml配置文件操作比较好点:首先,Dom4j ...
- php metaphone()函数解析
php metaphone() 函数计算字符串的 metaphone 键,本文章向码农们介绍 php metaphone() 函数的基本用法和实例,需要的码农可以参考一下本文章的方法和实例. 定义和用 ...
- border-radius bug 收集
border-radius我相信对于老一辈的前端们有着特殊的感情,在经历了没有圆角的蛮荒时代,到如今 CSS3 遍地开花,我们还是很幸福的. 然而即使到了三星大脸流行时代,border-radius在 ...
- 暴搜 - Codeforces Round #327 (Div. 2) E. Three States
E. Three States Problem's Link Mean: 在一个N*M的方格内,有五种字符:'1','2','3','.','#'. 现在要你在'.'的地方修路,使得至少存在一个块'1 ...
- QT按键(Qbutton)改变颜色
第一种是按键上面的字颜色的改变: ui->motor1->setStyleSheet("color: red"); 效果: 第二种是背景改变: ui->mot ...
- Tensorflow图像操作
图像操作 图像基本概念 在图像数字化表示当中,分为黑白和彩色两种.在数字化表示图片的时候,有三个因素.分别是图片的长.图片的宽.图片的颜色通道数.那么黑白图片的颜色通道数为1,它只需要一个数字就可以表 ...
- PHP最近做了物流快递查询的接口用得是快递100
最近做了物流快递查询的接口用得是快递100的,分享下心得体会 主要使用了2种接口,一个是api的 返回json xml 各种数据的 一个是返回的URL的 就是一个带结果的网址 . 1 申请 找一 ...
- 65. sqlserver执行存储过程实例
declare @param varchar(500)exec sp_PUB_GetFlowStatus @ret output,10011,88,1,12print @ret