Predicting the Structure of Solids by DFT

Size: px
Start display at page:

Download "Predicting the Structure of Solids by DFT"

Transcription

1 Questions? Hudson Hall 235 or Hudson Hall 1111 Predicting the Structure of Solids by DFT Hands-On Instructions Contents 1 Cohesive Energy for Bulk Phases of Si 11 Setting up the Structures 12 Structure-Dependent Total Energies for a Small 13 Plot the Resulting Total Energies 14 Converging the k-grid 15 Converging the Basis Set Phase Stability and Cohesive Properties 21 Total Energies as a Function of Lattice Parameter 22 Cohesive Energies as a Function of Volume per Atom 23 Birch-Murnaghan Equation of State k-point Grid A Transitions Between Different Phases 10 B Information on the BCC, FCC, and Diamond Lattices 11 1 Cohesive Energy for Bulk Phases of Si In this exercise, we will work on different possible structural phases of bulk silicon The correct description of the phase stability of Si by Yin and Cohen is one of the early success stories of computational materials science[1] To do this, we require a mechanism to compute the total energy of an infinite, periodic solid with certain lattice vectors {ai, i = 1,, 3} and (possibly more than one) atomic positions {bi } in the unit cell In the present exercise, we will use the FHI-aims code and set (in the FHI-aims input file controlin): 1

2 # P h y s i c a l s e t t i n g s xc pw lda s p i n none r e l a t i v i s t i c a t o m i c z o r a s c a l a r # SCF s e t t i n g s s c a c c u r a c y r h o 1E 4 s c a c c u r a c y e e v 1E 2 s c a c c u r a c y e t o t 1E 5 # k g r i d s e t t i n g s ( to be a d j u s t e d ) k g r i d nkx nky nkz Please keep these basic settings as default for this exercise (unless specified otherwise) You should have seen most of these keywords in the previous exercise for free atoms, but one thing is new: the k grid specification As outlined in class, the different Kohn-Sham eigenfunctions of a periodic solid, ϕ i (r) can be classified a little further by refining the index i {k, n} According to the Bloch theorem, the different (inequivalent) eigenfunctions on the (periodic) lattice can be written as ϕ k,n (r) = exp(ikr) u k,n (r), (1) Here, u k,n (r) is a so-called Bloch function, which has the same periodicity as the crystal itself In contrast, the phase factor exp(ikr) need not have any periodicity at all All that the translational symmetry of the crystal dictates is that the Bloch functions are only inequivalent for the set of three-dimensional, real-valued vectors {k} that are located in a unit volume of the so-called reciprocal space This space is spanned by vectors {G i, i = 1,, 3} that are defined by a i G j = 2πδ ij (2) (where a i are the lattice vectors of the crystal) In short, in order to get a good sampling of quantities such as the electron density n(r) = ϕ i (r) 2 ϕ k,n (r) 2, (3) i k n we must sample a sufficiently large number of points k in a practical calculation to get a well converged result You will note that the number of possible points k is in principle infinite (the possible values of k are continuous and therefore infinitely many even within the unit volume of reciprocal space) Thus, the sum over k should formally rather be an integral in practice, however, we can only compute such an integral as a sum over specific points on a computer (and we have, somewhat precariously, left out any integration weights in the expression above) For a practical calculation, it thus remains to specify these k-points This is what the k grid setting does, by explicitly setting up a number of integer grid divisions nkx, nky, nkz along each of the reciprocal lattice vectors G i, as illustrated in Figure 1 for a two-dimensional example In three dimensions, the total number of k-grid points is thus nkx nky nkz The other players in the FHI-aims input sample above should all be well familiar The Perdew- Wang LDA (xc pw-lda) exchange-correlation functional[2] will be used for all calculations Silicon would turn out to be nonmagnetic, so no explicit spin treatment is needed The relativistic treatment triggered by the relativistic atomic zora scalar setting is not strictly necessary for silicon The nuclear charge of silicon (Z = 14) is still small enough to allow for a non-relativistic 2

3 Figure 1: Illustration of the k-grid for the 2D rectangular lattice The reciprocal vectors G 1 and G 2 define a rectangular reciprocal cell A k-space grid of 3 3 (example) divides the reciprocal cell into 9 sub-rectangles (green lines) and evaluates the total energy based on the light green and the grey dots for the reciprocal cell integration treatment Since the correction is computationally inexpensive, it does not hurt to use it, either Just be sure to never compare total energies from different relativistic settings Please use the default light species settings for Si in /programs/fhi-aims/aimsfiles/species defaults/light/14 Si default 11 Setting up the Structures The first step towards studying periodic systems with FHI-aims is to construct periodic geometries in the FHI-aims geometry input format geometryin and visualize them As a next step, we set basic parameters in controlin for periodic calculations Finally, we compare total energies of different Si bulk geometries Thus: Set up geometryin files for the Si fcc, bcc, and diamond structures (see Appendix B) Use the approximate lattice constants a of 38 Å for fcc, 31 Å for bcc, and 54 Å for the diamond structure Visualize the resulting structures (eg, using jmol) To set up a periodic structure in FHI-aims, all three lattice vectors as well as the atomic positions in the unit cell must be specified The lattice vectors are specified by the keyword lattice vector There are two ways to specify the atomic positions You can specify absolute Cartesian positions with the keyword atom Alternatively, you can specify the atomic positions in the basis of the lattice vectors, the so called fractional coordinates, with the keyword atom frac The fractional coordinates s i are dimensionless and the coefficients for the linear combination of the lattice vectors a i Written out as a formula, this linear combination reads as follows R = s 1 a 1 + s 2 a 2 + s 3 a 3 (4) 3

4 where R is the Cartesian position of the specified atom To visualize the resulting files geometryin files in jmol, please type /opt/jmol-1407/jmolsh geometryin To get periodically repeated units of the lattice, open the console in Jmol and type load geometryin {3 3 3} The numbers give the repetition of the structure along the corresponding lattice vector 12 Structure-Dependent Total Energies for a Small k-point Grid In this exercise, we compare total energies of different lattice structures for Si as a function of lattice constant Prepare a controlin file using k-points and the settings given in the introduction Use a shell script (see below) to calculate total energies of the fcc, bcc, and diamond phases of Si as a function of lattice constant a Consider 7 different values of a in steps of 01 Å, centered around the lattice parameters given above, for each structure The basic settings in controlin were given near the beginning of this documents To start out, please use: k g r i d We will later find that, for a small unit cell, this k-point density is by no means enough but let us go ahead anyway, for now Once all input files are set up for a given structure, you can run the parallel version of FHI-aims by mpirun -n 4 aims031214scalapackmpix tee aimsout This command starts a parallel calculation, using four processors simultaneously It is good practice to use a separate directory for every single run of FHI-aims in order to preserve the exact input files along with the output files Here, however, most of the calculations can be started using the shell script described below, which takes care of these things and which only needs slight adjustments The example script below calculates the total energy of fcc Si with different lattice constants 4

5 #! / bin / bash l s e t e # Stop on e r r o r f o r A i n ; do echo P r o c e s s i n g l a t t i c e c o n s t a n t $A Angstrom mkdir $A # Use t h i s c o n s t r u c t f o r simple c a l c u l a t i o n s As v a l u e s # are r e p l a c e d verbatim, always put them i n t o (, ) A2=$ ( python c p r i n t ($A ) / 2 0 ) # Write geometry in cat >$A/ geometry i n <<EOF # f c c s t r u c t u r e with l a t t i c e c o n s t a n t $A Angstrom l a t t i c e v e c t o r 0 0 $A2 $A2 l a t t i c e v e c t o r $A2 0 0 $A2 l a t t i c e v e c t o r $A2 $A2 0 0 a t o m f r a c S i EOF # Write c o n t r o l in cp c o n t r o l i n $A/ c o n t r o l i n # Now run FHI aims with 4 p r o c e s s o r s in d i r e c t o r y $A cd $A mpirun n 4 aims s c a l a p a c k mpi x > aims out cd done For the other two phases, bcc and diamond, you will have to create very similar shell scripts Please copy these scripts to dedicated folders for bcc and diamond Si To make your script executable, type chmod 700 scriptsh if your script is named scriptsh To retrieve the total energies, you could use the following script for post-processing: #! / bin / bash l s e t e # Stop on e r r o r echo # l a t t i c e c o n s t a n t s in Angstrom, e n e r g i e s in ev > e n e r g i e s dat f o r A i n ; do # Check f o r convergence o f c a l c u l a t i o n i f (! grep q u i e t S e l f c o n s i s t e n c y c y c l e converged \ <$A/ aims out ) \ (! grep q u i e t Have a n i c e day \ <$A/ aims out ) ; then echo pwd / $A/ aims out did not converge! f i # Get 6 th column from t h e l i n e with Total energy o f t h e DFT E=$ ( gawk / \ Total energy o f the DFT/ { p r i n t $12 } $A/ aims out ) # Write r e s u l t s to data f i l e echo $A $E >> e n e r g i e s dat done This script extracts the total energies and writes them to a file called energiesdat, along with the lattice constants You will need to adapt this script to the other phases of silicon In particular, adjust the lattice constants 5

6 Note that, in order to compare total energies for different phases of Si, it is advantageous to write out the total energy per atom, not per unit cell This makes a difference for the diamond structure For example, use the expression Eatom=$(python -c print ($E)/20 ) for the diamond structure and puts it into the bash variable $Eatom You can then write this variable instead of $E to the data file 13 Plot the Resulting Total Energies Plot the resulting total energies per atom(!) for fcc, bcc, and diamond silicon as a function of the lattice constant (eg, using xmgrace) What is the most stable bulk phase of Si according to your results? Thus, plot your data (given in fcc/energiesdat, bcc/energiesdat, and diamond/energiesdat) by typing: xmgrace -legend load fcc/energiesdat bcc/energiesdat diamond/energiesdat You might find that, with the current computational settings, the diamond Si phase is unfavorable compared to the other two phases However, the experimentally most stable phase is the diamond structure We will next show that the too coarse k-grid is the reason for this disagreement 14 Converging the k-grid Next, we will explicitly check total energy convergence with respect to the k-grid and to the basis set In principle, each phase needs to be checked separately Within our exercise, however, we can split the effort Everyone should only check one phase of their choice Calculate the total energies for only one of the Si phases as a function of the lattice constant for k-grids of size 8 8 8, , and Otherwise, use the same computational settings and the same lattice constants as before Prepare a plot with all total energies drawn against lattice constant Add the previously calculated results, too Which k-grid would you use to achieve convergence within 10 mev? You should dedicate a separate directory to every series of these calculations The calculations should be done exactly as in the last problem but with the appropriate changes to controlin Discuss the resulting curves and decide which k-space grid would have been good enough for your results 6

7 15 Converging the Basis Set In the following, just use a k-grid for all three phases Calculate the total energies for your chosen phase of Si as a function of the lattice constant for the minimal basis and for the full tier1 basis sets Use the same lattice constants and computational settings as before together with the k-grid Again, prepare a plot with the total energies Add the results for the minimal+spd basis set (the default for the light species settings) from the k-point convergence test above In order to change the basis size settings, look into the species dependent settings within controlin There, you will find a line starting with # F i r s t t i e r Each line after this defines a group of basis functions (radial function type and angular momentum) which is added to the minimal basis In the light defaults for Si, there is one additional radial function for each valence channel (s and p) as well as a d function To run FHI-aims with a minimal basis instead, simply comment out these three lines by prepending a # character To run FHI-aims with a full tier1 basis set, uncomment all four lines following # First tier by removing the initial # character Can you make a statement about the accuracy of the total energy (how strongly does it change and in which direction), as well as about the computational effort? You may also want to look at the Si species defaults for tight settings, found in /programs/fhi-aims/aimsfiles/species defaults/tight/14 Si default Here, you will see that a number of other parameters change (grids, Hartree potential, extent of basis functions, and number of basis functions) in addition to just the basis set 2 Phase Stability and Cohesive Properties After finding converged computational settings, we can now revisit the phase stability of bulk silicon 21 Total Energies as a Function of Lattice Parameter Calculate the total energy of fcc, bcc, and diamond Si as a function of lattice constant a Use a k-grid of points, the minimal+spd basis set (light defaults) and the same lattice constants as before Plot the curves E(a) as done before The resulting binding curves should show that the experimentally observed diamond structure of silicon is most stable in LDA among the crystal structures studied here 7

8 22 Cohesive Energies as a Function of Volume per Atom The cohesive energy (E coh ) of a crystal is the energy per atom needed to separate it into its constituent neutral atoms E coh is defined as E coh = E bulk E atom, (5) where E bulk is the crystal s total energy per atom(!) E atom is the energy of an isolated atom We thus need to recompute the appropriate energy of the isolated Si atom Perform a total energy calculation of the free silicon atom Calculate the cohesive energies and the volume of the crystal per atom for all the structures treated in this section so far Plot the cohesive energies of all three phases into one plot, using the atomic volume as the x axis For the free atom calculation in the LDA, simply use the following settings: (this will lead to a spherically symmetric atomic state, but we do not need to worry about this here) # P h y s i c a l s e t t i n g s xc pw lda s p i n c o l l i n e a r d e f a u l t i n i t i a l m o m e n t hund r e l a t i v i s t i c a t o m i c z o r a s c a l a r In the species defaults, adjust the following keywords c u t p o t b a s i s d e p c u t o f f 0 0 and uncomment all basis functions In order to compare the pressure dependence of phase stabilities, we need to express the lattice constant behavior of all phases on equal footing One possibility to do so is to express the lattice constant in terms of the volume per atom This atomic volume can be calculated quite easily from the lattice constant a The simple cubic (super-)cell has the volume V sc = a 3 This number has to be divided by the number of atoms N sc in this cell V atom = a3 N sc Please verify that there are two, four, and eight atoms in the simple cubic supercell in the case of the bcc, fcc, and the diamond structure, respectively After plotting E(V ) (where V is the volume per atom) using xmgrace, the diamond structure is indeed the lowest-energy phase Yet, it is considerably more space consuming than the two closepacked phases At high pressure, the lower-volume phases might become favorable according to the Gibbs free energies of the different phases, G = E T S + pv (6) 8

9 23 Birch-Murnaghan Equation of State The lowest-energy lattice parameter a 0 is an important quantity which we can calculate from our data In principle, this could be done with a quadratic fit for E(a) or E(V ) Here, we will discuss and use a thermodynamically motivated and more accurate fitting function, the Birch-Murnaghan Equation of State[3, 4] The energy per atom (E = E coh ) is expressed as a function of the atomic volume (V = V atom ) E(V ) = E 0 + B 0 V B ( ) (V 0 /V ) B B B 0V 0 B 1 V 0 and E 0 are the lowest-energy atomic volume and energy per atom, respectively B 0 is the so-called bulk modulus and B 0 its derivative with respect to pressure Equation (7) can be derived by assuming a constant pressure derivative B 0 Fit the cohesive energy data for the three phases to the Birch- Murnaghan Equation of State using the program murnpy Determine the lattice constant a 0, the bulk modulus B 0, and the cohesive energy per atom E coh at minimum energy for each phase Compare the above quantities for the diamond phase with the experimental values of a = 5430 Å, B 0 = 988 GPa, and Ecoh = 463 ev[5] Plot the cohesive energies E(V) with respect to the atomic volume for all three phases The fitting program murnpy is part of the FHI-aims distribution You can get some documentation by typing (7) murn py help The script takes an input file with two columns, the first containing the volume and the second total energies Using the file name murnin as an example, one can simply use the script with murn py murn i n o f i t dat The program then writes the parameters V 0, E 0, B 0, and B 0 for the given data set to the output file, here called fitdat As a quick plausibility check of the fit, you can use the option -p to get a visual impression The script performs no unit conversions, so the bulk modulus B0 is given in units of evå 3 because the cohesive energies and atomic volumes were provided in ev and Å 3, respectively You can use GNU units to convert to SI units For example, use u n i t s v 0 5 ev/ angstrom ˆ3 GPa 9

10 to convert 05 evå 3 to about 80 GPa The optimal lattice constant can be calculated from the equilibrium atomic volume V 0 by a 0 = 3 N sc V 0 (8) with N sc the number of atoms in the cubic unit cell Compare the calculated results with experimental reference values given above Note: Exact agreement between DFT and experimental data is not our goal for this exercise DFT-LDA is an approximation, and we here see how well (or not) it works After performing the Birch-Murnaghan fit for all three phases, please plot the resulting fitted curves saved in fitdat into one figure A Transitions Between Different Phases This here is a simple extra exercise (if one has a printer and a ruler) not part of the official exercise By exposing the crystal to different pressure, one can enforce different atomic volumes smaller than the volume at the lowest energy It is, in fact, the Gibbs free energy that is minimized at constant pressure and temperature Thermodynamically, the pressure can be written as p = E V (9) If there were only a single curve E(V ), the volume at equilibrium at a certain pressure is thus given by exactly the above relation However, there is more than one possible phase for Si and each has a different relation E(V ) For a given pressure p, we can thus draw a tangent with p = E V at each of these curves Simply looking at the definition of the Gibbs free energy, each of these tangents (constant slope p) corresponds to a constant Gibbs energy The phase with the lowest tangent wins (is the most stable phase at given pressure p) What is particularly interesting are pressure values for which two phases have a common tangent In these cases, the Gibbs energy of these two phases is the same At lower pressures, the phase with higher volume becomes stable; at higher pressures, the phase with lower volume becomes stable Thus, the slope of a common tangent between the E(V ) curves of two different phases marks a transition pressure, ie, the pressure at which a phase transition between the two would occur One can find such a transition pressure quite simply in our plot: Take a ruler and find the common tangent between two phases, one with lower energy and higher volume, the other with higher energy and lower volume This is called the Maxwell construction From the slope of this line (a common tangent), deduce the transition pressure at which diamond and bcc Si could coexist according to our calculations Hint: The value should be somewhere between 10 GPa and 20 GPa This is somewhere around 100 times the ambient pressure of about 100 kpa Note, however, that there are additional possible crystal structures for silicon which we have not calculated here In reality, the Si β-tin phase is a more stable high-pressure phase than the bcc phase See, for instance, Reference [1] 10

11 B Information on the BCC, FCC, and Diamond Lattices The fcc lattice for Si with a lattice constant a is defined by l a t t i c e v e c t o r 0 0 a/2 a/2 l a t t i c e v e c t o r a/2 0 0 a/2 l a t t i c e v e c t o r a/2 a/2 0 0 a t o m f r a c S i The bcc lattice for Si with a lattice constant a is defined by l a t t i c e v e c t o r a/2 a/2 a/2 l a t t i c e v e c t o r a/2 a/2 a/2 l a t t i c e v e c t o r a/2 a/2 a/2 a t o m f r a c S i The diamond lattice for Si with a lattice constant a is defined by l a t t i c e v e c t o r 0 0 a/2 a/2 l a t t i c e v e c t o r a/2 0 0 a/2 l a t t i c e v e c t o r a/2 a/2 0 0 a t o m f r a c S i a t o m f r a c S i References [1] M T Yin and M L Cohen, Microscopic theory of the phase transformation and lattice dynamics of si, Physical Review Letters, vol 45, pp , Sept 1980 [2] J P Perdew and Y Wang, Accurate and simple analytic representation of the electron-gas correlation-energy, Physical Review B, vol 45, pp , Jan 1992 [3] F Birch, Finite elastic strain of cubic crystals, Physical Review, vol 71, no 11, pp , 1947 [4] F D Murnaghan, The compressibility of media under extreme pressures, Proceedings of the National Academy of Sciences of the United States of America, vol 30, pp , July 1944 [5] C Kittel, Introduction to Solid State Physics Hoboken, NJ: John Wiley & Sons, Inc, 8 ed,

Hands-On Tutorial on Ab Initio Molecular Simulations Berlin, July 12 21, Tutorial II: Periodic systems Manuscript for Exercise Problems

Hands-On Tutorial on Ab Initio Molecular Simulations Berlin, July 12 21, Tutorial II: Periodic systems Manuscript for Exercise Problems Hands-On Tutorial on Ab Initio Molecular Simulations Berlin, July 12 21, 2011 Tutorial II: Periodic systems Manuscript for Exercise Problems Prepared by Jürgen Wieferink, Lydia Nemec, and Volker Blum.

More information

Theoretical Material Science: Electronic structure theory at the computer Exercise 14: Brillouin zone integration

Theoretical Material Science: Electronic structure theory at the computer Exercise 14: Brillouin zone integration Theoretical Material Science: Electronic structure theory at the computer Exercise 14: Brillouin zone integration Prepared by Lydia Nemec and Volker Blum Berlin, May 2012 Some rules on expected documentation

More information

DFT and beyond: Hands-on Tutorial Workshop Tutorial 1: Basics of Electronic Structure Theory

DFT and beyond: Hands-on Tutorial Workshop Tutorial 1: Basics of Electronic Structure Theory DFT and beyond: Hands-on Tutorial Workshop 2011 Tutorial 1: Basics of Electronic Structure Theory V. Atalla, O. T. Hofmann, S. V. Levchenko Theory Department, Fritz-Haber-Institut der MPG Berlin July 13,

More information

Theoretical Material Science: Electronic Structure Theory at the Computer

Theoretical Material Science: Electronic Structure Theory at the Computer Theoretical Material Science: Electronic Structure Theory at the Computer Prepared by Somayeh Nafchi, Mohsen Yarmohammadi, Niklas Menzel, and Christian Carbogno Based on an exercise by Björn Bieniek, Volker

More information

Basics of Electronic-Structure Theory

Basics of Electronic-Structure Theory A guideline through the tutorial 23.06.2009 For each exercise in this tutorial, a separate directory should be created in your home directory in which the input files are generated and the calculation

More information

Table of Contents. Table of Contents Spin-orbit splitting of semiconductor band structures

Table of Contents. Table of Contents Spin-orbit splitting of semiconductor band structures Table of Contents Table of Contents Spin-orbit splitting of semiconductor band structures Relavistic effects in Kohn-Sham DFT Silicon band splitting with ATK-DFT LSDA initial guess for the ground state

More information

Before we start: Important setup of your Computer

Before we start: Important setup of your Computer Before we start: Important setup of your Computer change directory: cd /afs/ictp/public/shared/smr2475./setup-config.sh logout login again 1 st Tutorial: The Basics of DFT Lydia Nemec and Oliver T. Hofmann

More information

ab initio Lattice Vibrations: Calculating the Thermal Expansion Coeffcient Felix Hanke & Martin Fuchs June 30, 2009 This afternoon s plan

ab initio Lattice Vibrations: Calculating the Thermal Expansion Coeffcient Felix Hanke & Martin Fuchs June 30, 2009 This afternoon s plan ab initio Lattice Vibrations: Calculating the Thermal Expansion Coeffcient Felix Hanke & Martin Fuchs June 3, 29 This afternoon s plan introductory talk Phonons: harmonic vibrations for solids Phonons:

More information

Practical Guide to Density Functional Theory (DFT)

Practical Guide to Density Functional Theory (DFT) Practical Guide to Density Functional Theory (DFT) Brad Malone, Sadas Shankar Quick recap of where we left off last time BD Malone, S Shankar Therefore there is a direct one-to-one correspondence between

More information

Computational Material Science Part II-1: introduction. Horng-Tay Jeng ( 鄭弘泰 ) Institute of Physics, Academia Sinica

Computational Material Science Part II-1: introduction. Horng-Tay Jeng ( 鄭弘泰 ) Institute of Physics, Academia Sinica Computational Material Science Part II-1: introduction Horng-Tay Jeng ( 鄭弘泰 ) Institute of Physics, Academia Sinica Outline Introduction of Computational Material Science (CMS) Density Functional Theory

More information

Pseudo potential exercises

Pseudo potential exercises Pseudo potential exercises Johan M. Carlsson Fritz-Haber-Institut der Max-Planck-Gesellschaft D-14195 Berlin Introduction Castep contains an "on the fly" OTF-pseudo potential generator that can be used

More information

Hands-On Tutorial on Ab Initio Molecular Simulations Berlin, July 12 21, 2011

Hands-On Tutorial on Ab Initio Molecular Simulations Berlin, July 12 21, 2011 Hands-On Tutorial on Ab Initio Molecular Simulations Berlin, July 12 21, 2011 Tutorial I: Basics of Electronic-Structure Theory Manuscript for Exercise Problems Prepared by Viktor Atalla, Oliver Hofmann,

More information

Module 2: Quantum Espresso Walkthrough

Module 2: Quantum Espresso Walkthrough Module 2: Quantum Espresso Walkthrough Energy and Geometry Optimization of the H 2 Molecule We will be using the PWSCF code for quantum mechanical calculations of extended systems. The PWSCF program is

More information

TUTORIAL 8: PHONONS, LATTICE EXPANSION, AND BAND-GAP RENORMALIZATION

TUTORIAL 8: PHONONS, LATTICE EXPANSION, AND BAND-GAP RENORMALIZATION TUTORIAL 8: PHONONS, LATTICE EXPANSION, AND BAND-GAP RENORMALIZATION 1 INVESTIGATED SYSTEM: Silicon, diamond structure Electronic and 0K properties see W. Huhn, Tutorial 2, Wednesday August 2 2 THE HARMONIC

More information

Hands-on Summer School: Electronic Structure Theory for Materials and (Bio)molecules Los Angeles, July 21 - August 1, 2014

Hands-on Summer School: Electronic Structure Theory for Materials and (Bio)molecules Los Angeles, July 21 - August 1, 2014 Hands-on Summer School: Electronic Structure Theory for Materials and (Bio)molecules Los Angeles, July 21 - August 1, 2014 Tutorial I: Basics of Electronic-Structure Theory Manuscript for Exercise Problems

More information

CHAPTER 6. ELECTRONIC AND MAGNETIC STRUCTURE OF ZINC-BLENDE TYPE CaX (X = P, As and Sb) COMPOUNDS

CHAPTER 6. ELECTRONIC AND MAGNETIC STRUCTURE OF ZINC-BLENDE TYPE CaX (X = P, As and Sb) COMPOUNDS 143 CHAPTER 6 ELECTRONIC AND MAGNETIC STRUCTURE OF ZINC-BLENDE TYPE CaX (X = P, As and Sb) COMPOUNDS 6.1 INTRODUCTION Almost the complete search for possible magnetic materials has been performed utilizing

More information

DFT EXERCISES. FELIPE CERVANTES SODI January 2006

DFT EXERCISES. FELIPE CERVANTES SODI January 2006 DFT EXERCISES FELIPE CERVANTES SODI January 2006 http://www.csanyi.net/wiki/space/dftexercises Dr. Gábor Csányi 1 Hydrogen atom Place a single H atom in the middle of a largish unit cell (start with a

More information

CHAPTER 3 WIEN2k. Chapter 3 : WIEN2k 50

CHAPTER 3 WIEN2k. Chapter 3 : WIEN2k 50 CHAPTER 3 WIEN2k WIEN2k is one of the fastest and reliable simulation codes among computational methods. All the computational work presented on lanthanide intermetallic compounds has been performed by

More information

Tutorial I: Basics of Electronic-Structure Theory Manuscript for Exercise Problems

Tutorial I: Basics of Electronic-Structure Theory Manuscript for Exercise Problems Hands-on workshop: Density-functional theory and beyond - accuracy, efficiency and reproducibility in computational materials science Berlin, July 31 - August 11, 2017 Tutorial I: Basics of Electronic-Structure

More information

Quantum Modeling of Solids: Basic Properties

Quantum Modeling of Solids: Basic Properties 1.021, 3.021, 10.333, 22.00 : Introduction to Modeling and Simulation : Spring 2011 Part II Quantum Mechanical Methods : Lecture 5 Quantum Modeling of Solids: Basic Properties Jeffrey C. Grossman Department

More information

Electronic Structure Theory for Periodic Systems: The Concepts. Christian Ratsch

Electronic Structure Theory for Periodic Systems: The Concepts. Christian Ratsch Electronic Structure Theory for Periodic Systems: The Concepts Christian Ratsch Institute for Pure and Applied Mathematics and Department of Mathematics, UCLA Motivation There are 10 20 atoms in 1 mm 3

More information

FME Modelling course 2011 Tutorial 1 ( )

FME Modelling course 2011 Tutorial 1 ( ) FME Modelling course 2011 Tutorial 1 (21.02.2011) Brief introduction to LMTO: To obtain the state, φ nlm (r), of an ELECTRON -and hence its charge density ρ(r) = φ nlm (r) 2 - we must solve Schrödinger's

More information

Problem with Kohn-Sham equations

Problem with Kohn-Sham equations Problem with Kohn-Sham equations (So much time consuming) H s Ψ = E el Ψ ( T + V [ n] + V [ n] + V [ n]) ϕ = Eϕ i = 1, 2,.., N s e e ext XC i i N nr ( ) = ϕi i= 1 2 The one-particle Kohn-Sham equations

More information

Due: since the calculation takes longer than before, we ll make it due on 02/05/2016, Friday

Due: since the calculation takes longer than before, we ll make it due on 02/05/2016, Friday Homework 3 Due: since the calculation takes longer than before, we ll make it due on 02/05/2016, Friday Email to: jqian@caltech.edu Introduction In this assignment, you will be using a commercial periodic

More information

Problem Set 2: First-Principles Energy Methods

Problem Set 2: First-Principles Energy Methods Problem Set 2: First-Principles Energy Methods Problem 1 (10 points): Convergence of absolute energies with respect to cutoff energies. A Using the Quantum ESPRESSO PWscf package, calculate the energy

More information

Materials that you may find helpful when working through this exercise

Materials that you may find helpful when working through this exercise Detailed steps illustrating how to use VASP on the Suns in Fitz 177 For use in lab: 11/10/2009 (Original file by Dr. Rachel Getman, 11/18/2007. Editted for use by Dorrell McCalman 11/09/2009.) Note on

More information

QuantumWise. QuantumWise is now part of Synopsys

QuantumWise. QuantumWise is now part of Synopsys Table of Contents Table of Contents NiSi2 Si interface Create the NiSi2/Si device The screening region Increase the length of the central region Set-up the calculation for the undoped device Dope the device

More information

Lab 1: Empirical Energy Methods Due: 2/14/18

Lab 1: Empirical Energy Methods Due: 2/14/18 Lab 1: Empirical Energy Methods Due: 2/14/18 General remarks on scientific scripting Scientific scripting for managing the input and output data is an important component of modern materials computations,

More information

Introduction to bulk properties. KEMS409 Demo #2

Introduction to bulk properties. KEMS409 Demo #2 Introduction to bulk properties KEMS409 Demo #2 Useful links ASE atomic simulation environment https://wiki.fysik.dtu.dk/ase/ GPAW grid-based projected augmented wave https://wiki.fysik.dtu.dk/gpaw/ AMCSD

More information

Teoría del Funcional de la Densidad (Density Functional Theory)

Teoría del Funcional de la Densidad (Density Functional Theory) Teoría del Funcional de la Densidad (Density Functional Theory) Motivation: limitations of the standard approach based on the wave function. The electronic density n(r) as the key variable: Functionals

More information

Density functional theory and beyond: Computational materials science for real materials Los Angeles, July 21 August 1, 2014

Density functional theory and beyond: Computational materials science for real materials Los Angeles, July 21 August 1, 2014 Density functional theory and beyond: Computational materials science for real materials Los Angeles, July 21 August 1, 2014 R L e y E N e x Tutorial VI: Phonons, Lattice Expansion, and Band-gap Renormalization

More information

Electronic Structure of Crystalline Solids

Electronic Structure of Crystalline Solids Electronic Structure of Crystalline Solids Computing the electronic structure of electrons in solid materials (insulators, conductors, semiconductors, superconductors) is in general a very difficult problem

More information

Hands-on Workshop: First-principles simulations of molecules and materials: Berlin, July 13 - July 23, 2015

Hands-on Workshop: First-principles simulations of molecules and materials: Berlin, July 13 - July 23, 2015 Hands-on Workshop: First-principles simulations of molecules and materials: Berlin, July 13 - July 23, 2015 R L e y E N e x Tutorial IV: Phonons, Lattice Expansion, and Band-gap Renormalization Manuscript

More information

IAP 2006: From nano to macro: Introduction to atomistic modeling techniques and application in a case study of modeling fracture of copper (1.

IAP 2006: From nano to macro: Introduction to atomistic modeling techniques and application in a case study of modeling fracture of copper (1. IAP 2006: From nano to macro: Introduction to atomistic modeling techniques and application in a case study of modeling fracture of copper (1.978 PDF) http://web.mit.edu/mbuehler/www/teaching/iap2006/intro.htm

More information

Systematic convergence for realistic projects Fast versus accurate

Systematic convergence for realistic projects Fast versus accurate Systematic convergence for realistic projects Fast versus accurate Daniel Sánchez-Portal Centro de Física de Materiales, Centro Mixto CSIC- UPV/EHU,San Sebastián, Spain Email: sqbsapod@sc.ehu.es Thanks

More information

Conformational space and energetics of biomolecules: Physical concepts and performance of DFT based methods

Conformational space and energetics of biomolecules: Physical concepts and performance of DFT based methods Conformational space and energetics of biomolecules: Physical concepts and performance of DFT based methods Alexandre Tkatchenko, Carsten Baldauf, Matti Ropo Practical Session III / Weekend Project Haber

More information

IFM Chemistry Computational Chemistry 2010, 7.5 hp LAB2. Computer laboratory exercise 1 (LAB2): Quantum chemical calculations

IFM Chemistry Computational Chemistry 2010, 7.5 hp LAB2. Computer laboratory exercise 1 (LAB2): Quantum chemical calculations Computer laboratory exercise 1 (LAB2): Quantum chemical calculations Introduction: The objective of the second computer laboratory exercise is to get acquainted with a program for performing quantum chemical

More information

TUTORIAL 6: PHONONS, LATTICE EXPANSION, AND BAND-GAP RENORMALIZATION

TUTORIAL 6: PHONONS, LATTICE EXPANSION, AND BAND-GAP RENORMALIZATION Hands-On Tutorial Workshop, July 29 th 2014 TUTORIAL 6: PHONONS, LATTICE EXPANSION, AND BAND-GAP RENORMALIZATION Christian Carbogno & Manuel Schöttler Fritz-Haber-Institut der Max-Planck-Gesellschaft,

More information

Basics of DFT applications to solids and surfaces

Basics of DFT applications to solids and surfaces Basics of DFT applications to solids and surfaces Peter Kratzer Physics Department, University Duisburg-Essen, Duisburg, Germany E-mail: Peter.Kratzer@uni-duisburg-essen.de Periodicity in real space and

More information

The high-pressure phase transitions of silicon and gallium nitride: a comparative study of Hartree Fock and density functional calculations

The high-pressure phase transitions of silicon and gallium nitride: a comparative study of Hartree Fock and density functional calculations J. Phys.: Condens. Matter 8 (1996) 3993 4000. Printed in the UK The high-pressure phase transitions of silicon and gallium nitride: a comparative study of Hartree Fock and density functional calculations

More information

Example: H 2 O (the car file)

Example: H 2 O (the car file) Example: H 2 O (the car file) As a practical example of DFT methods we calculate the energy and electronic properties of the water molecule. In order to carry out the DFT calculation you will need a set

More information

Keble College - Hilary 2012 Section VI: Condensed matter physics Tutorial 2 - Lattices and scattering

Keble College - Hilary 2012 Section VI: Condensed matter physics Tutorial 2 - Lattices and scattering Tomi Johnson Keble College - Hilary 2012 Section VI: Condensed matter physics Tutorial 2 - Lattices and scattering Please leave your work in the Clarendon laboratory s J pigeon hole by 5pm on Monday of

More information

FULL POTENTIAL LINEARIZED AUGMENTED PLANE WAVE (FP-LAPW) IN THE FRAMEWORK OF DENSITY FUNCTIONAL THEORY

FULL POTENTIAL LINEARIZED AUGMENTED PLANE WAVE (FP-LAPW) IN THE FRAMEWORK OF DENSITY FUNCTIONAL THEORY FULL POTENTIAL LINEARIZED AUGMENTED PLANE WAVE (FP-LAPW) IN THE FRAMEWORK OF DENSITY FUNCTIONAL THEORY C.A. Madu and B.N Onwuagba Department of Physics, Federal University of Technology Owerri, Nigeria

More information

Self Consistent Cycle

Self Consistent Cycle Self Consistent Cycle Step 0 : defining your system namelist SYSTEM How to specify the System All periodic systems can be specified by a Bravais Lattice and and atomic basis How to specify the Bravais

More information

exciting in a nutshell

exciting in a nutshell http://exciting-code.org exciting in a nutshell Pasquale Pavone Humboldt-Universität zu Berlin http://exciting-code.org exciting in a (coco)nutshell Pasquale Pavone Humboldt-Universität zu Berlin Outline

More information

Lab 3: Handout Quantum-ESPRESSO: a first principles code, part 2.

Lab 3: Handout Quantum-ESPRESSO: a first principles code, part 2. 1 Lab 3: Handout Quantum-ESPRESSO: a first principles code, part 2. In this lab, we will be using Quantum-ESPRESSO as our first-principles code again. In problem 1, we will compare energy between allotropes

More information

Tutorial on DFPT and TD-DFPT: calculations of phonons and absorption spectra

Tutorial on DFPT and TD-DFPT: calculations of phonons and absorption spectra Tutorial on DFPT and TD-DFPT: calculations of phonons and absorption spectra Iurii Timrov SISSA Scuola Internazionale Superiore di Studi Avanzati, Trieste Italy itimrov@sissa.it Computer modelling of materials

More information

ABC of DFT: Hands-on session 1 Introduction into calculations on molecules

ABC of DFT: Hands-on session 1 Introduction into calculations on molecules ABC of DFT: Hands-on session 1 Introduction into calculations on molecules Tutor: Alexej Bagrets Wann? 09.11.2012, 11:30-13:00 Wo? KIT Campus Nord, Flachbau Physik, Geb. 30.22, Computerpool, Raum FE-6

More information

Appendix C extra - Concepts of statistical physics Cextra1-1

Appendix C extra - Concepts of statistical physics Cextra1-1 Appendix C extra - Concepts of statistical physics Cextra1-1 Appendix C extra - Concepts of statistical physics A conventional introductory course in physics concentrates on one-body motion: the change

More information

Phys 412 Solid State Physics. Lecturer: Réka Albert

Phys 412 Solid State Physics. Lecturer: Réka Albert Phys 412 Solid State Physics Lecturer: Réka Albert What is a solid? A material that keeps its shape Can be deformed by stress Returns to original shape if it is not strained too much Solid structure

More information

Introduction to Hartree-Fock calculations in Spartan

Introduction to Hartree-Fock calculations in Spartan EE5 in 2008 Hannes Jónsson Introduction to Hartree-Fock calculations in Spartan In this exercise, you will get to use state of the art software for carrying out calculations of wavefunctions for molecues,

More information

Answers Quantum Chemistry NWI-MOL406 G. C. Groenenboom and G. A. de Wijs, HG00.307, 8:30-11:30, 21 jan 2014

Answers Quantum Chemistry NWI-MOL406 G. C. Groenenboom and G. A. de Wijs, HG00.307, 8:30-11:30, 21 jan 2014 Answers Quantum Chemistry NWI-MOL406 G. C. Groenenboom and G. A. de Wijs, HG00.307, 8:30-11:30, 21 jan 2014 Question 1: Basis sets Consider the split valence SV3-21G one electron basis set for formaldehyde

More information

Supplementary Figures

Supplementary Figures Supplementary Figures 8 6 Energy (ev 4 2 2 4 Γ M K Γ Supplementary Figure : Energy bands of antimonene along a high-symmetry path in the Brillouin zone, including spin-orbit coupling effects. Empty circles

More information

1. Hydrogen atom in a box

1. Hydrogen atom in a box 1. Hydrogen atom in a box Recall H atom problem, V(r) = -1/r e r exact answer solved by expanding in Gaussian basis set, had to solve secular matrix involving matrix elements of basis functions place atom

More information

Chapter 3. The (L)APW+lo Method. 3.1 Choosing A Basis Set

Chapter 3. The (L)APW+lo Method. 3.1 Choosing A Basis Set Chapter 3 The (L)APW+lo Method 3.1 Choosing A Basis Set The Kohn-Sham equations (Eq. (2.17)) provide a formulation of how to practically find a solution to the Hohenberg-Kohn functional (Eq. (2.15)). Nevertheless

More information

Geometry Optimisation

Geometry Optimisation Geometry Optimisation Matt Probert Condensed Matter Dynamics Group Department of Physics, University of York, UK http://www.cmt.york.ac.uk/cmd http://www.castep.org Motivation Overview of Talk Background

More information

All-Electron Full-Potential Calculations at O(ASA) Speed A Fata Morgana?

All-Electron Full-Potential Calculations at O(ASA) Speed A Fata Morgana? All-Electron Full-Potential Calculations at O(ASA) Speed A Fata Morgana? SFB 484, Teilprojekt D6 October 5, 2007 Outline 1 2 3 Outline 1 2 3 Outline 1 2 3 Outline 1 2 3 Back in the 1930 s... John C. Slater

More information

nanohub.org learning module: Prelab lecture on bonding and band structure in Si

nanohub.org learning module: Prelab lecture on bonding and band structure in Si nanohub.org learning module: Prelab lecture on bonding and band structure in Si Ravi Vedula, Janam Javerhi, Alejandro Strachan Center for Predictive Materials Modeling and Simulation, School of Materials

More information

GaAs -- MLWF. Special thanks to Elias Assmann (TU Graz) for the generous help in preparation of this tutorial

GaAs -- MLWF. Special thanks to Elias Assmann (TU Graz) for the generous help in preparation of this tutorial GaAs -- MLWF + + Special thanks to Elias Assmann (TU Graz) for the generous help in preparation of this tutorial YouTube video: https://youtu.be/r4c1yhdh3ge 1. Wien2k SCF Create a tutorial directory, e.g.

More information

How to run SIESTA. Introduction to input & output files

How to run SIESTA. Introduction to input & output files How to run SIESTA Introduction to input & output files Linear-scaling DFT based on Numerical Atomic Orbitals (NAOs) Born-Oppenheimer DFT Pseudopotentials Numerical atomic orbitals relaxations, MD, phonons.

More information

Band Structure Calculations; Electronic and Optical Properties

Band Structure Calculations; Electronic and Optical Properties ; Electronic and Optical Properties Stewart Clark University of Outline Introduction to band structures Calculating band structures using Castep Calculating optical properties Examples results Some applications

More information

PHYSICAL REVIEW B, VOLUME 65,

PHYSICAL REVIEW B, VOLUME 65, PHYSICAL REVIEW B, VOLUME 65, 245212 Cohesive properties of group-iii nitrides: A comparative study of all-electron and pseudopotential calculations using the generalized gradient approximation M. Fuchs,

More information

CHAPTER 4. ELECTRONIC AND MAGNETIC PROPERTIES OF MX 2 (M = V, Nb; X = Al, Ga, In, Cl, Br AND I) COMPOUNDS IN CdI 2 -TYPE STRUCTURE

CHAPTER 4. ELECTRONIC AND MAGNETIC PROPERTIES OF MX 2 (M = V, Nb; X = Al, Ga, In, Cl, Br AND I) COMPOUNDS IN CdI 2 -TYPE STRUCTURE 84 CHAPTER 4 ELECTRONIC AND MAGNETIC PROPERTIES OF MX 2 (M = V, Nb; X = Al, Ga, In, Cl, Br AND I) COMPOUNDS IN CdI 2 -TYPE STRUCTURE 4.1 INTRODUCTION As ideal materials for use in spintronic devices, the

More information

HECToR CSE technical meeting, Oxford Parallel Algorithms for the Materials Modelling code CRYSTAL

HECToR CSE technical meeting, Oxford Parallel Algorithms for the Materials Modelling code CRYSTAL HECToR CSE technical meeting, Oxford 2009 Parallel Algorithms for the Materials Modelling code CRYSTAL Dr Stanko Tomi Computational Science & Engineering Department, STFC Daresbury Laboratory, UK Acknowledgements

More information

Table of Contents. Table of Contents Opening a band gap in silicene and bilayer graphene with an electric field

Table of Contents. Table of Contents Opening a band gap in silicene and bilayer graphene with an electric field Table of Contents Table of Contents Opening a band gap in silicene and bilayer graphene with an electric field Bilayer graphene Building a bilayer graphene structure Calculation and analysis Silicene Optimizing

More information

Computational Physics. J. M. Thijssen

Computational Physics. J. M. Thijssen Computational Physics J. M. Thijssen Delft University of Technology CAMBRIDGE UNIVERSITY PRESS Contents Preface xi 1 Introduction 1 1.1 Physics and computational physics 1 1.2 Classical mechanics and statistical

More information

Quantum Modeling of Solids: Basic Properties

Quantum Modeling of Solids: Basic Properties 1.021, 3.021, 10.333, 22.00 : Introduction to Modeling and Simulation : Spring 2012 Part II Quantum Mechanical Methods : Lecture 7 Quantum Modeling of Solids: Basic Properties Jeffrey C. Grossman Department

More information

Lab 4: Introduction to Signal Processing: Fourier Transform

Lab 4: Introduction to Signal Processing: Fourier Transform Lab 4: Introduction to Signal Processing: Fourier Transform This laboratory requires the following equipment: Matlab The laboratory duration is approximately 3 hours. Although this laboratory is not graded,

More information

Nonlocal orbital-free kinetic energy density functional for semiconductors

Nonlocal orbital-free kinetic energy density functional for semiconductors Nonlocal orbital-free kinetic energy density functional for semiconductors Chen Huang Department of Physics, Princeton University, Princeton, New Jersey 08544, USA Emily A. Carter Department of Mechanical

More information

Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k.

Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k. Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k. New WIEN2k users should start with the first basic exercises (1-5), covering:

More information

Concepts in Surface Physics

Concepts in Surface Physics M.-C. Desjonqueres D. Spanjaard Concepts in Surface Physics Second Edition With 257 Figures Springer 1. Introduction................................. 1 2. Thermodynamical and Statistical Properties of

More information

From Atoms to Materials: Predictive Theory and Simulations

From Atoms to Materials: Predictive Theory and Simulations From Atoms to Materials: Predictive Theory and Simulations Week 3 Lecture 4 Potentials for metals and semiconductors Ale Strachan strachan@purdue.edu School of Materials Engineering & Birck anotechnology

More information

Hints on Using the Orca Program

Hints on Using the Orca Program Computational Chemistry Workshops West Ridge Research Building-UAF Campus 9:00am-4:00pm, Room 009 Electronic Structure - July 19-21, 2016 Molecular Dynamics - July 26-28, 2016 Hints on Using the Orca Program

More information

COMPUTATIONAL TOOL. Fig. 4.1 Opening screen of w2web

COMPUTATIONAL TOOL. Fig. 4.1 Opening screen of w2web CHAPTER -4 COMPUTATIONAL TOOL Ph.D. Thesis: J. Maibam CHAPTER: 4 4.1 The WIEN2k code In this work, all the calculations presented are performed using the WIEN2k software package (Blaha et al., 2001). The

More information

Mustafa Uludogan 1, Tahir Cagin, William A. Goddard, III Materials and Process Simulation Center, Caltech, Pasadena, CA 91125, U.S.A.

Mustafa Uludogan 1, Tahir Cagin, William A. Goddard, III Materials and Process Simulation Center, Caltech, Pasadena, CA 91125, U.S.A. Ab Initio Studies On Phase Behavior of Barium Titanate Mustafa Uludogan 1, Tahir Cagin, William A. Goddard, III Materials and Process Simulation Center, Caltech, Pasadena, CA 91125, U.S.A. 1 Physics Department,

More information

Lab 1: Handout GULP: an Empirical energy code

Lab 1: Handout GULP: an Empirical energy code Lab 1: Handout GULP: an Empirical energy code We will be using the GULP code as our energy code. GULP is a program for performing a variety of types of simulations on 3D periodic solids, gas phase clusters,

More information

The electronic structure of materials 1

The electronic structure of materials 1 Quantum mechanics 2 - Lecture 9 December 18, 2013 1 An overview 2 Literature Contents 1 An overview 2 Literature Electronic ground state Ground state cohesive energy equilibrium crystal structure phase

More information

Density-functional calculations of defect formation energies using the supercell method: Brillouin-zone sampling

Density-functional calculations of defect formation energies using the supercell method: Brillouin-zone sampling Density-functional calculations of defect formation energies using the supercell method: Brillouin-zone sampling Jihye Shim and Eok-Kyun Lee Department of Chemistry and School of Molecular Science (BK21),

More information

References. Documentation Manuals Tutorials Publications

References.   Documentation Manuals Tutorials Publications References http://siesta.icmab.es Documentation Manuals Tutorials Publications Atomic units e = m e = =1 atomic mass unit = m e atomic length unit = 1 Bohr = 0.5292 Ang atomic energy unit = 1 Hartree =

More information

Benzene Dimer: dispersion forces and electronic correlation

Benzene Dimer: dispersion forces and electronic correlation Benzene Dimer: dispersion forces and electronic correlation Introduction The Benzene dimer is an ideal example of a system bound by π-π interaction, which is in several cases present in many biologically

More information

Department of Physics, Anna University, Sardar Patel Road, Guindy, Chennai -25, India.

Department of Physics, Anna University, Sardar Patel Road, Guindy, Chennai -25, India. Advanced Materials Research Online: 2013-02-13 ISSN: 1662-8985, Vol. 665, pp 43-48 doi:10.4028/www.scientific.net/amr.665.43 2013 Trans Tech Publications, Switzerland Electronic Structure and Ground State

More information

Worksheet 2 Properties of fermions and Density Functional Theory

Worksheet 2 Properties of fermions and Density Functional Theory Simulation Methods in Physics II (SS 2013) Worksheet 2 Properties of fermions and Density Functional Theory Jens Smiatek, Bibek Adhikari and Maria Fyta April 30, 2013 ICP, Uni Stuttgart Important remarks

More information

CPMD Tutorial Atosim/RFCT 2009/10

CPMD Tutorial Atosim/RFCT 2009/10 These exercices were inspired by the CPMD Tutorial of Axel Kohlmeyer http://www.theochem.ruhruni-bochum.de/ axel.kohlmeyer/cpmd-tutor/index.html and by other tutorials. Here is a summary of what we will

More information

Physics 541: Condensed Matter Physics

Physics 541: Condensed Matter Physics Physics 541: Condensed Matter Physics Final Exam Monday, December 17, 2012 / 14:00 17:00 / CCIS 4-285 Student s Name: Instructions There are 24 questions. You should attempt all of them. Mark your response

More information

DFT / SIESTA algorithms

DFT / SIESTA algorithms DFT / SIESTA algorithms Javier Junquera José M. Soler References http://siesta.icmab.es Documentation Tutorials Atomic units e = m e = =1 atomic mass unit = m e atomic length unit = 1 Bohr = 0.5292 Ang

More information

High Temperature High Pressure Properties of Silica From Quantum Monte Carlo

High Temperature High Pressure Properties of Silica From Quantum Monte Carlo High Temperature High Pressure Properties of Silica From Quantum Monte Carlo K.P. Driver, R.E. Cohen, Z. Wu, B. Militzer, P. Lopez Rios, M. Towler, R. Needs, and J.W. Wilkins Funding: NSF, DOE; Computation:

More information

Fundamentals and applications of Density Functional Theory Astrid Marthinsen PhD candidate, Department of Materials Science and Engineering

Fundamentals and applications of Density Functional Theory Astrid Marthinsen PhD candidate, Department of Materials Science and Engineering Fundamentals and applications of Density Functional Theory Astrid Marthinsen PhD candidate, Department of Materials Science and Engineering Outline PART 1: Fundamentals of Density functional theory (DFT)

More information

Calculating Bond Enthalpies of the Hydrides

Calculating Bond Enthalpies of the Hydrides Proposed Exercise for the General Chemistry Section of the Teaching with Cache Workbook: Calculating Bond Enthalpies of the Hydrides Contributed by James Foresman, Rachel Fogle, and Jeremy Beck, York College

More information

Atomic orbitals of finite range as basis sets. Javier Junquera

Atomic orbitals of finite range as basis sets. Javier Junquera Atomic orbitals of finite range as basis sets Javier Junquera Most important reference followed in this lecture in previous chapters: the many body problem reduced to a problem of independent particles

More information

1 Construction of norm-conserving semi-local pseudopotentials for Si

1 Construction of norm-conserving semi-local pseudopotentials for Si 1 Construction of norm-conserving semi-local pseudopotentials for Si As discussed in class, it is desirable to replace the effective interaction of the valence electrons with the ionic core, i.e. nucleus

More information

2.3 Band structure and lattice symmetries: example of diamond

2.3 Band structure and lattice symmetries: example of diamond 2.2.9 Product of representaitons Besides the sums of representations, one can also define their products. Consider two groups G and H and their direct product G H. If we have two representations D 1 and

More information

The quasi-harmonic approximation (QHA)

The quasi-harmonic approximation (QHA) The quasi-harmonic approximation (QHA) M. Palumbo 19/01/2017 Trieste, Italy Limitations of the harmonic approximation E tot(r I, u I )=E tot(r I )+ I,α E tot u u Iα + 1 2 E tot Iα 2 I,α u u Iα u Iα u Jβ

More information

All-Electron Full-Potential Calculations at O(ASA) Speed A Fata Morgana?

All-Electron Full-Potential Calculations at O(ASA) Speed A Fata Morgana? All-Electron Full-Potential Calculations at O(ASA) Speed A Fata Morgana? Center for Electronic Correlations and Magnetism Institute for Physics, University of Augsburg February 4, 2008 Outline 1 2 3 Outline

More information

OPENATOM for GW calculations

OPENATOM for GW calculations OPENATOM for GW calculations by OPENATOM developers 1 Introduction The GW method is one of the most accurate ab initio methods for the prediction of electronic band structures. Despite its power, the GW

More information

Theoretical UV/VIS Spectroscopy

Theoretical UV/VIS Spectroscopy Theoretical UV/VIS Spectroscopy Why is a Ruby Red When Chromium Oxide is Green? How Does a Ruby Laser Work? Goals of this Exercise: - Calculation of the energy of electronically excited states - Understanding

More information

Pseudopotentials: design, testing, typical errors

Pseudopotentials: design, testing, typical errors Pseudopotentials: design, testing, typical errors Kevin F. Garrity Part 1 National Institute of Standards and Technology (NIST) Uncertainty Quantification in Materials Modeling 2015 Parameter free calculations.

More information

Density Functional Theory (DFT)

Density Functional Theory (DFT) Density Functional Theory (DFT) An Introduction by A.I. Al-Sharif Irbid, Aug, 2 nd, 2009 Density Functional Theory Revolutionized our approach to the electronic structure of atoms, molecules and solid

More information

Everything starts with atomic structure and bonding

Everything starts with atomic structure and bonding Everything starts with atomic structure and bonding not all energy values can be possessed by electrons; e- have discrete energy values we call energy levels or states. The energy values are quantized

More information

A Package for calculating elastic tensors of tetragonal Phases by using second-order derivative with Wien2k Package

A Package for calculating elastic tensors of tetragonal Phases by using second-order derivative with Wien2k Package IR ELAST + WIEN2k A Package for calculating elastic tensors of tetragonal Phases by using second-order derivative with Wien2k Package User s guide, Tetra-elastic_13.2 (Release 27.08.2013) Morteza Jamal

More information

Lecture contents. Stress and strain Deformation potential. NNSE 618 Lecture #23

Lecture contents. Stress and strain Deformation potential. NNSE 618 Lecture #23 1 Lecture contents Stress and strain Deformation potential Few concepts from linear elasticity theory : Stress and Strain 6 independent components 2 Stress = force/area ( 3x3 symmetric tensor! ) ij ji

More information