Program Convert the VASP into ChemCraft, openDX, XcrysDen Byun Jae Duk.

Slides:



Advertisements
Similar presentations
Tutorial for Finite in vacuum tool
Advertisements

The Graphs of Quadratic equations in completed square form Quadratic Equations.
We are Thankful-with Visuals
Lecture 5: Charged particles  Charged particle data from the text  As time permits=>Source distributions.
CS 201 Compiler Construction
VB PROJECT “PROJECT SAMPLES”. For Next Loops Design a VB program that displays in a picture box the first N multiples of an input integer Input 3 exam.
Creating a Histogram using the Histogram Function.
Histograms Capital Credit Union Issue: Analyze credit card balances for Capital Credit Union customers using a frequency distribution and histogram. Objective:
Momentum Measurement Card Project supervised by: Mony Orbach Project performed by: Hadas Preminger, Uri Niv.
CPS 533 Scientific Visualization Wensheng Shen Department of Computational Science SUNY Brockport.
Designing your workflow IS&T Scientific Visualization Tutorial - Summer 2010.
Ionic Bonds An ionic bond is formed when or more electrons are transferred from a metal to the nonmetal.. +F:: : Li. Li + +F – :: : : Energy must be input.
A network is shown, with a flow f. v u 6,2 2,2 4,1 5,3 2,1 3,2 5,1 4,1 3,3 Is f a maximum flow? (a) Yes (b) No (c) I have absolutely no idea a b c d.
f has a saddle point at (1,1) 2.f has a local minimum at.
MASTANI 2014 DAY 2 – exercise 3 scf and band structure calculations for Cu (metal) Madhura Marathe No input files available, but should be generated for.
Network for Computational Nanotechnology (NCN) Purdue, Norfolk State, Northwestern, MIT, Molecular Foundry, UC Berkeley, Univ. of Illinois, UTEP DFT Calculations.
System Flow Charts A modeling method that analysts may use to
P HI T S PHITS Tutorial for making Voxel Phantom Multi-Purpose Particle and Heavy Ion Transport code System title1 Last revised 2014/8.
TransAT Tutorial Particle Tracking July 2015 ASCOMP
Running Chemcraft 단국대학교 임석호. OUTLINE What is Chemcraft? Chemcraft basics.
Last class Plasmid isolation from bacteria Paper 2: miRNAs in iPSCs.
Running Gaussian 03 Byun, Jae Duk Lim, Seok Ho.
Homework #1: C++ Basics, Flow of Control, and Function Basics By J. H. Wang Mar. 13, 2012.
Dankook Univ. Depart of Physics Solid State Physics Lab. Choi hye jin
TransAT Tutorial Separation of Oil, Gas & Water July 2015 ASCOMP
© Crown copyright Met Office PRECIS Hands-on Demo with IDV PRECIS Reading Workshop, August 2009.
Hydrogen Orbital 3D-data into DX format Byun Jae Duk.
Thursday, October 15 th  Reminders  Today is the last day you can retake your atomic structure tests  You can still register for College in the High.
Exercise 1 #include int main() { printf(“Hello C Programming!\n”); return 0; } 1.Run your Visual Studio 2008 or Create a new “project” and add.
Javier Junquera How to compute the projected density of states (PDOS)
Plotting the charge density of bulk Si
Pedro Arce G4WS’10 October 6th, Voxelised geometries intersected with a volume Pedro Arce CIEMAT, Madrid 2010 Geant4 Workshop ESA, 4-8 October 2010.
Lab 1 Writing Interactive Queries CISB514 Advanced Database Systems.
Chapter 2 Excel Fundamentals Logical IF (Decision) Statements Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
TransAT Tutorial Dam Break June 2015 ASCOMP
TransAT Tutorial Flow over a Cylinder (Re=150) June 2015 ASCOMP
Lecture #1: Introduction to Algorithms and Problem Solving Dr. Hmood Al-Dossari King Saud University Department of Computer Science 6 February 2012.
Symmetry in crystals. Infinitely repeating lattices.
How to prepare the interface between siesta and wannier90
Tutorial of Practice #3 - DOS, band structure, wave function -
Import existing part with drawing
Practice #2: Solid Yong-Hyun Kim NST551.
Visualizing the results o Require the same input file o Final coordinate:  Required: input, CONTCAR  $contcar.x  $xmakemol –f contcar.xyz o Relaxation.
Practice #2: Solid Yong-Hyun Kim NST551.
TransAT Tutorial Backward Step May 2015 ASCOMP
Quantum Espresso code
Multi-Purpose Particle and Heavy Ion Transport code System
Theory- Bader Analysis -> FCC
Creates the file on disk and opens it for writing
Chemistry Monday, 9/21.
Dankook Univ. Depart of Physics Solid State Physics Lab. Choi hye jin
Date of download: 12/28/2017 Copyright © ASME. All rights reserved.
PRECIS Hands-on Demo with IDV
Structure and Properties of Solids
TIME LINE.
Creates the file on disk and opens it for writing
Structure and Properties of Solids
Theory- Si an exploration of what is a bond via charge density.
Ch. 3 – Compounds.
Theory- Bader Analysis -> FCC
X y y = x2 - 3x Solutions of y = x2 - 3x y x –1 5 –2 –3 6 y = x2-3x.
Lab 4: Introduction to Scripting
Network flows Wolfgang Schwanghart.
Energy in Matter and Chemical Reactions
+ + - If it loses an electron the atom now has one too many protons in the nucleus. The atom now has a positive charge and is called an ION. This happens.
II. Kinds of Chemical Bonds Ionic Bond Covalent Bond Comparison Chart
II. Kinds of Chemical Bonds Ionic Bond Covalent Bond Comparison Chart
WJEC GCSE Computer Science
Theory- ZnSb & ZnAs. Subtracted charge density pictures.
Theory- Si bader analysis of VASP NG(X,Y,Z)F mesh
Presentation transcript:

Program Convert the VASP into ChemCraft, openDX, XcrysDen Byun Jae Duk

Flow chart OUTCAR Atom structure & Lattice VASP convert CHGCAR,LOCHG,PACHG 3D Grid data Animation Atom Position by step Chemcraft OpenDX XcrysDen Visual 3D data Chemcraft OpenDX XcrysDen OUTCAR CHGCAR

CHGCAR,LOCPOT,PARCHG 3D grid data. Do z = 1, n Do y = 1, n Do x = 1, n write(6,*)ev(x,y,z) Enddo; Enddo; Enddo

Atom position by step Need File – (5) read_pos_v1.0.f90 write_pos_Chem_v1.0.f90 write_pos_DX_v1.0.f90 write_pos_xcrysden_v1.0.f90 OUTCARs

Method of execution (pos) pos]$ ls Makefile OUTCAR OUTCAR1 read_pos_v1.0.f90 write_pos_Chem_v1.0.f90 write_pos_DX_v1.0.f90 write_pos_xcrysden_v1.0.f90 make ifort -c -w -mp -tpp5 -O3 read_pos_v1.0.f90 ifort -c -w -mp -tpp5 -O3 write_pos_Chem_v1.0.f90 ifort -c -w -mp -tpp5 -O3 write_pos_xcrysden_v1.0.f90 ifort -c -w -mp -tpp5 -O3 write_pos_DX_v1.0.f90 ifort -o vasp2pos.x read_pos_v1.0.o write_pos_Chem_v1.0.o write_pos_xcrysden_v1.0.o write_pos_DX_v1.0.o ls Makefile OUTCAR1 read_pos_v1.0.o write_pos_Chem_v1.0.f90 write_pos_DX_v1.0.f90 write_pos_xcrysden_v1.0.f90 OUTCAR read_pos_v1.0.f90 vasp2pos.x write_pos_Chem_v1.0.o write_pos_DX_v1.0.o write_pos_xcrysden_v1.0.o

pos]$./vasp2pos.x ======================================= |Depart of physics, Dankook University | |Program convert the VASP OUTCARs into | |ChemCraft, DX, XcrySDen format | |Written Prof.Park Noe Jung | | Byun Jae Duk | | (Solid State Physics Lab) | ======================================= How many OUTCAR files do you have ? 1 Enter the file name of OUTCARs OUTCAR Method of execution(pos)

Number of Types = 2 1 C H 4 1 Total Number of Atoms 6 Number of MD step 1 Number of MD step 2 … Number of MD step 27 Number of MD step 28 ============================= What do you want file format? ============================= ChemCraft DX XcrysDen ============================= Enter the number 1 Enter the Nx Ny Nz for repeated cells Enter the output file name example The output file name will be : example.log pos]$ls example.log OUTCAR read_pos_v1.0.f90 vasp2pos.x write_pos_Chem_v1.0.o write_pos_DX_v1.0.o write_pos_xcrysden_v1.0.o Makefile OUTCAR1 read_pos_v1.0.o write_pos_Chem_v1.0.f90 write_pos_DX_v1.0.f90 write_pos_xcrysden_v1.0.f90

Chg density Need File – (6) read_chg_v1.0.f90 write_chg_ChemCraft_v1.0.f90 write_chg_DX_v1.0.f90 write_chg_xcrysden_v1.0.f90 OUTCAR CHGCAR

Method of execution(chg) chg]$ ls CHGCAR Makefile OUTCAR read_chg_v1.0.f90 write_chg_ChemCraft_v1.0.f90 write_chg_DX_v1.0.f90 write_chg_xcrysden_v1.0.f90 chg]$ make ifort -c -w -mp -tpp5 -O3 read_chg_v1.0.f90 ifort -c -w -mp -tpp5 -O3 write_chg_ChemCraft_v1.0.f90 ifort -c -w -mp -tpp5 -O3 write_chg_xcrysden_v1.0.f90 ifort -c -w -mp -tpp5 -O3 write_chg_DX_v1.0.f90 ifort -o vasp2chg.x read_chg_v1.0.o write_chg_ChemCraft_v1.0.o write_chg_xcrysden_v1.0.o write_chg_DX_v1.0.o chg]$ ls CHGCAR OUTCAR read_chg_v1.0.o write_chg_ChemCraft_v1.0.f90 write_chg_DX_v1.0.f90 write_chg_xcrysden_v1.0.f90 Makefile read_chg_v1.0.f90 vasp2chg.x write_chg_ChemCraft_v1.0.o write_chg_DX_v1.0.o write_chg_xcrysden_v1.0.o

Method of execution(chg) chg]$./vasp2chg.x ======================================= |Depart of physics, Dankook University | |Program convert the VASP OUTCARs into | |ChemCraft, DX, XcrySDen format | |Written Prof.Park Noe Jung | | Byun Jae Duk | | (Solid State Physics Lab) | ======================================= Enter the name of CHD file: CHGCAR,LOCPOT,PARCHG CHGCAR

Method of execution(chg) CHGCAR Total Charge density: Datatype= 5 Number of atom types is TWO 1 C 2 2 H 4 Total Number of Atoms 6 n1,n2,n3= Maximum density= Minimum density= E-04 what do you want file format ChemCraft DX XcrysDen Enter the number 2 Enter the output file name example The output file name will be : example_chg.dx The output file name will be : example_pos.dx Enter the Nx Ny Nz for repeated charge density Enter the Nx Ny Nz for repeated cells 1 1 1

OpenDX

O2H4