Practice #3: Electronic structure

Slides:



Advertisements
Similar presentations
Electron poor materials research group Group meeting Dec 2, 2010 Theory- VASP simple GW calculations on Si and GaAs.
Advertisements

Objective To be able to recognize Horizontal and Vertical lines on the coordinate plane.
QUADTRATIC RELATIONS Standard Form.
Guided practice with ordered pairs
Section 4-1 Plot Points in a Coordinate Plane Objective: Students will plot and identify points on the coordinate grid Standard: Pre-Req knowledge.
NICE Watch NICE Watch Synchronization module NICE Watch is a special module enabling synchronization of label production process with.
Section 6.4 Use point plotting to graph polar equations.
Cartesian Coordinate System Mathematics often display relations by using a grid system called the Cartesian Coordinate System.
Sketching a Quadratic Graph SWBAT will use equation to find the axis of symmetry, the coordinates of points at which the curve intersects the x- axis,
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.
Wir2.5 LESSON. PLOTTING POINTS = JUST LIKE BATTLESHIP Notebook File.
Network for Computational Nanotechnology (NCN) Purdue, Norfolk State, Northwestern, MIT, Molecular Foundry, UC Berkeley, Univ. of Illinois, UTEP DFT Calculations.
The H 2 O molecule: converging the size of the simulation box Objectives - study the convergence of the properties with the size of the unit cell.
ORIGINAL IMAGE A ( 2, - 3 ) B ( 9, - 3 ) C ( 5, - 9 ) TRANSLATION A' (, ) B' (, ) C' (, ) Record the Coordinates Then draw the original on grid 1. Translate.
VIRTUAL NANOLAB BY QUANTUMWISE
- Compute and analyze the band structure of an ionic solid
Graphing. 2. Coordinate Plane 3. Grid 4. Lattice Points 1. Number Line.
Equation of a line.
Calculation for XANES and XAFS: Part II. Density Functional Theory Y. M. Yiu Sham’s Group Meeting (Nov. 6, 2013)
Lesson 10-9 Pages Reflections. What you will learn! How to identify figures with line symmetry and graph reflections on a coordinate plane.
Symmetry Two points, P and P ₁, are symmetric with respect to line l when they are the same distance from l, measured along a perpendicular line to l.
Determine if the following point is on the graph of the equation. 2x – y = 6; (2, 3) Step 1: Plug the given points into the given equation. 2(2) – (3)
Reflection Yes No. Reflection Yes No Line Symmetry.
4.2 Reflections.
Test an Equation for Symmetry Graph Key Equations Section 1.2.
Coordinate System Graphing and Ordering Pairs. Coordinate Plane X - Axis Y - Axis Origin Quadrant 1 Quadrant 4Quadrant 3 Quadrant 2.
Chapter The Cartesian Plane Ms. Robin. You will learn: To label the axes and origin of a Cartesian plane Identify and plot points on a Cartesian.
Coordinate Grids Ms. Cuervo.
Where are you? What is this called? A COORDINATE GRID.
Band Structure Engineering of Thermoelectric Materials- GeTe Jing ZhiLiang Nov
GRAPHING ON A COORDINATE PLANE. VOCABULARY Coordinate system- a system which uses one or more numbers or coordinates, to uniquely determine the position.
EXAMPLE 3 Graph a function of the form y = ax 2 + bx + c Graph y = 2x 2 – 8x + 6. SOLUTION Identify the coefficients of the function. The coefficients.
Javier Junquera How to compute the projected density of states (PDOS)
Coordinate Plane.
Plotting the charge density of bulk Si
Notes Over 4.1 Plotting Points in a Coordinate Plane Up and down
Notes Over 1.1 Checking for Symmetry Check for symmetry with respect to both axis and the origin. To check for y-axis symmetry replace x with  x. Sym.
The Nuts and Bolts of First-Principles Simulation Durham, 6th-13th December : Testing Testing. Basic procedure to “validate” calculations CASTEP.
Electron poor materials research group Group meeting Dec 16, 2010 Theory- PAW_PBE psuedo potentials. EOS relaxations and bader analysis of resultant structures.
 Graphs are the best way to visually represent relationships between two variables.  Y-AXIS (VERTICAL)  for our purposes this will always be distance.
1.1) RECTANGULAR COORDINATES Pg 9 # 1- Do Now!. Coordinate Plane  Label: x, y-axis, origin, quadrants  Plot points.
 The plane is split into 4 regions called Quadrants  Formed by the x-axis and y-axis  The axes intersect at the origin  The quadrants are labeled.
Practice #4: defect NST551 TA : Lee Jounghee
Tutorial of Practice #4 - Supercell & Defect formation energy -
Equations of Straight Line Graphs. Graphs parallel to the y -axis All graphs of the form x = c, where c is any number, will be parallel to the y -axis.
How to prepare the interface between siesta and wannier90
Tutorial of Practice #3 - DOS, band structure, wave function -
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.
Bell Ringer Write down everything you know about creating graphs from equations. This is to be done individually.
The Nudged Elastic Band Method and its Implementation in VASP
Theory- Bader Analysis -> FCC
Band structure of a cubic perovskite oxide:
Calculation for XANES and XAFS: Part II. Density Functional Theory
Section 6.4 Graphs of Polar Equations
Introduction to Coordinate Grid
Practice #0: Introduction
X AND R CHART EXAMPLE IN-CLASS EXERCISE
Introduction to Quantum ESPRESSO and Computer System
© 2010, Mike Murach & Associates, Inc.
Exercise 5: Scoring Beginners FLUKA Course.
Theory- Si an exploration of what is a bond via charge density.
Additional Example 2: Graphing Ordered Pairs Graph and label each point on a coordinate grid. A. L (3, 5) Start at (0, 0)
Theory- Bader Analysis -> FCC
Theory-InSb Spin-Orbit Coupling, GaAs EvsV
Theory-FCC Zinc-Blende Equations of State
Theory- ZnSb, ZnAs, Mg3Sb2 and Li2Sb Equations of State
Theory- Si bader analysis of VASP NG(X,Y,Z)F mesh
Wannier in abinit. Si and ZnSb March
Presentation transcript:

Practice #3: Electronic structure Yong-Hyun Kim NST551

Scf calculation To plot DOS, band structure, charge density, you have to run scf calculation first. Modify the INCAR from the INCAR used in practice #2. LORBIT = 11 LWAVE=.TRUE. LCHARG=.TRUE. Run scf calculation.

Density of State (DOS) For DOS calculation, the CHGCAR from previous scf calculation is needed. Copy previous CONTCAR to POSCAR. Modify the INCAR from the INCAR used in scf calculation. ICHARG = 11 NEDOS = 4000 LORBIT = 11 ISMEAR = -5 NSW = 0 IBRION = -1 LCHARG=.FALSE. Increase the number of sampling k-point Ex) 6 6 1 => 12 12 1 (2times) Run non-scf calculation. Extract a file ‘DOS0’ to plot total DOS. > vasp-ldos.sh DOSCAR –np 0

Density of State (DOS) Plot ‘DOS0’ using gnuplot. <graphene>

Band structure For band calculation, the CHGCAR from previous scf calculation is needed. Copy CONTCAR to POSCAR Modify the INCAR from the INCAR used in scf calculation. ICHARG = 11 NSW = 0 IBRION = -1 Modify the KPOINTS from the KPOINTS used in scf calculation. Graphene 10 Line-mode rec 0.0 0.0 0.0 ! gamma 0.5 0.5 0.0 !M 0.3333333333 0.6666666667 0.0 !K The number of grid per each passes. High symmetry points (sampling passes).

Band structure Run non-scf calculation. Extract a file ‘band.dat’ to plot band structure > bandplot.x Plot 'band.dat' using gnuplot. Γ 𝑀 𝐾 Γ 𝐿 Γ 𝑋 𝑈 𝐾 Γ <graphene> <Si>

Charge density For charge density calculation, the WAVECAR from previous scf calculation is needed. Copy CONTCAR to POSCAR Modify the INCAR from the INCAR used in scf calculation. Run non-scf calculation. Download charge density file 'PARCHG.0001.0005' to window. > sz PARCHG.0001.0005 ISTART=1 LPARD=.TURE. IBAND=1 KPUSE=5 LSEPB=.TURE. LSEPK=.TURE. N-th band you want to plot. N-th k-point you want to plot. N-th band N-th k-point

Charge density <graphene> <Si> Plot 'PARCHG.000#.000#' using a program VESTA in window. You can download VESTA from following link http://jp-minerals.org/vesta/en/download.html Check the energy and k-point coordination which you set from the PROCAR. <graphene> <Si>

VESTA To see the charge density, you need to use the program VESTA. Rename the file 'PARCHG.000#.000#' you downloaded with special form like 'xxxxxx CHGCAR' Run the VESTA, and open the file 'xxxxxx CHGCAR' http://jp-minerals.org/vesta/en/download.html

Appendix: Gnuplot commands Naming axis > set xlab "label" > set ylab "label" > set zlab "label" Set axis ranges > set xrange[min:max] > set yrange[min:max] > set zrange[min:max] Canceling all setting > set autoscale // for all axis > set autoscale 'x' // for x-axis Plotting several functions > pl 'filename' u 1:2 w l t 'text1', 'filename' u 1:3 w l t 'text2' Shifting axis > pl 'filename' u ($1+100):2 w l // x-axis +100 > pl 'filename' u 1:($2*100) w l // y-axis * 100 http://www.gnuplot.info/ http://wiki.kldp.org/KoreanDoc/html/GnuPlot-KLDP/