Programming Project 2: Harmonic Vibrational Frequencies

Size: px
Start display at page:

Download "Programming Project 2: Harmonic Vibrational Frequencies"

Transcription

1 Programming Project 2: Harmonic Vibrational Frequencies Center for Computational Chemistry University of Georgia Athens, Georgia Summer Introduction This is the second programming project at the Center for Computational Quantum Chemistry In this program, you will use several PSI4 output files to determine molecular vibrational frequencies and spectroscopic intensities All matrices are provided in the cartesian coordinate framework Again, ethylene in the provided test case This program should be completed in C or C++ along with certain PSI4 libraries Good luck! 1

2 2 Procedure 1 Read in the molecular geometry from file11dat File11dat is an output file generated by PSI4 The first line is a title specifying the calculation that was run, including the basis set The next line contains the number of atoms, N, and the calculated SCF energy The next N lines contain the atomic charge and the molecular Cartesian coordinates: Z 1 x 1 y 1 z 1 Z 2 x 2 y 2 z 2 Z n x n y n z n (1) The final N lines contain the derivative of the energy with respect to each Cartesian coordinate, and are not required for this project All units are bohr 2 Read in the Hessian matrix (H) from file15dat The Hessian matrix contains the second-order partial derivatives of the energy with respect to nuclear coordinates It is a 3N by 3N matrix symbolically filled as follows The label x 1 refers to the x coordinate of atom 1, y 1 refers to the y coordinate of atom 1, and so forth 2 x 1 x 2 2 y 1 x 2 2 z 1 x 2 x 2 x 2 x 2 2 x 2 x 2 y 2 y 2 y 2 x 2 y 2 y 2 x 2 2 z n (2) 2

3 The first line of file15dat contains the number of atoms, N, and six times that number, 6N The next 3N 2 lines each contain 3 partial derivatives as follows: 2 x 1 x 2 x n x n y 2 y n 2 y 1 y n z 2 2 z n (3) You will read in the values in the order of file15dat, but you should store them analagously to the example Hessian The units are hartree/bohr 2 3 Read in the dipole moment derivative matrix, D, from file17dat File17dat contains the first partial derivatives of the Cartesian dipole moments (µ x, µ y, µ z ) with respect to nuclear coordinates µ x is the partial derivative of the energy (E) with respect to an applied electric field (E x ) Mathematically, this is µ x = E/ E x Thus, the x dipole derivative with respect to nuclear coordinate z 1 is / = / E x The dipole derivative matrix, D, is a 3 by 3N matrix symbolically filled as follows: x 2 y 2 µ y µ y µ y µ y µ y µ y (4) x 2 y 2 x 2 y 2 3

4 The first line of file17dat contains the number of atoms, N, and three times that number, 3N The next 3N lines each contain 3 partial derivatives as follows: x 2 y 2 z 2 x n y n (5) µ y µ y µ y x n y n The values will be read in according to file17dat, but should be stored in your program as in (4) The units are Debye/Å 4 Read in the polarizability derivative matrix, P, from file18dat File18dat is an file containing the partial derivatives of the polarizability with respect to nuclear coordinates The xy polarizability tensor is a 3 by 3 matrix, α α xx α xy α xz α yx α yy α yz (6) α zx α zy α zz α xy is the second-order partial derivative of the energy (E) with respect to applied electric fields (E x, E y ) Mathematically, this is α xy = / E x E y Thus, the xy polarizability derivative with respect to nuclear coordinate z 1 is α xy / = 3 E/ E x E y 4

5 The polarizability derivative matrix, P, is a 6 by 3N matrix symbolically filled as follows: α xy α xy α xy α xy α xy α yy α yy α yy α yy α yy α zx α zx α zx α zx α (7) zx α zy α zy α zy α zy α zy α zz α zz α zz α zz α zz The first line of file18dat contains the number of atoms, N, and three times that number, 3N The next 6N lines each contain 3 partial derivatives: x n α xy y n α xy α xy (8) α zz x n α zz y n α zz The values will be read in according to file18dat, but should be stored in your program following the polarizability derivative matrix example The units are Å 5

6 5 Form the mass-weighted Hessian matrix, H mw This can be done in one of two ways: 1 The matrix can be scaled element by element: H mw [i][j] = H[i][j] Mi M j (9) 2 It can be formulated as a matrix multiply by a diagonal 3N by 3N mass matrix M: 1 M M M1 0 (10) M2 6 Diagonalize the mass-weighted Hessian H mw = M T HM (11) V 1 H mw V = Λ (12) V is the eigenvector matrix and Λ is the eigenvalue matrix The eigenvalues (λ i ) appear on the diagonals of Λ 7 Determine the harmonic vibrational frequencies, ω i ω i = constant λ i (13) The C in the above equation is a conversion factor Frequencies should be reported in MHz and cm 1 Many helpful physical constants are included in PSI4 in physconsth 8 Mass-weight the eigenvector matrix, V, to form T T is the normal-coordinate transformation matrix, which can be used to transform matrices from cartesian coordinates to normal coordinates T = MV (14) 6

7 9 Transform the dipole derivative matrix, D, to the normal coordinate system Q = X X Q D T (15) X refers to cartesian coordinates and Q refers to normal coordinates 10 Compute the infrared intensities (I i ) for each vibrational mode IR intensities should be computed in a) Debye 2 /(amu Å 2 ), b) km/mol, and c) L/(cm 2 mol) I i = constant 3 n=1 ( µi Q n ) 2 (16) The summation over n means to sum the x, y, and z components Hint: ln(10) is involved in the conversion factor for part c) 11 Transform the polarizability derivative matrix, P, to the normal coordinate system α xy Q = α xy X X Q P T (17) 12 Compute the Raman scattering activity (I i ) for each vibrational mode I i = 45α 2 i + 7γ 2 i (18) where α i = α i,xx + α i,yy + α i,zz 3 (19) γ 2 i = (α i,xx α i,yy ) 2 + (α i,yy α i,zz ) 2 + (α i,zz α i,xx ) 2 + 6(α 2 i,xy + α 2 i,xz + α 2 i,yz) 2 (20) 13 Compute the Raman depolarization ratio (ρ i ) for each vibrational mode ρ i = 3γ 2 i 45α 2 i + 4γ2 i 7 (21)

8 3 Sample Output Sample output is provided in the sampleout file Please note that doubleprecision arithmetic and different conversion factors may result in slightly different answers 4 References EB Wilson, Jr, JC Decius, and PC Cross, Molecular Vibrations, McGraw-Hill, 1955 WB Person and G Zerbi editors, Vibrational ntensities in Infrared and Raman Spectroscopy, Elsevier, Amsterdam, 1982 BS Galabov and T Dudev, Vibrational Intensities, Elsevier, Amsterdam,

Manipulator Dynamics 2. Instructor: Jacob Rosen Advanced Robotic - MAE 263D - Department of Mechanical & Aerospace Engineering - UCLA

Manipulator Dynamics 2. Instructor: Jacob Rosen Advanced Robotic - MAE 263D - Department of Mechanical & Aerospace Engineering - UCLA Manipulator Dynamics 2 Forward Dynamics Problem Given: Joint torques and links geometry, mass, inertia, friction Compute: Angular acceleration of the links (solve differential equations) Solution Dynamic

More information

Determination of Locally Varying Directions through Mass Moment of Inertia Tensor

Determination of Locally Varying Directions through Mass Moment of Inertia Tensor Determination of Locally Varying Directions through Mass Moment of Inertia Tensor R. M. Hassanpour and C.V. Deutsch Centre for Computational Geostatistics Department of Civil and Environmental Engineering

More information

Problem Set 2 Due Tuesday, September 27, ; p : 0. (b) Construct a representation using five d orbitals that sit on the origin as a basis: 1

Problem Set 2 Due Tuesday, September 27, ; p : 0. (b) Construct a representation using five d orbitals that sit on the origin as a basis: 1 Problem Set 2 Due Tuesday, September 27, 211 Problems from Carter: Chapter 2: 2a-d,g,h,j 2.6, 2.9; Chapter 3: 1a-d,f,g 3.3, 3.6, 3.7 Additional problems: (1) Consider the D 4 point group and use a coordinate

More information

A DARK GREY P O N T, with a Switch Tail, and a small Star on the Forehead. Any

A DARK GREY P O N T, with a Switch Tail, and a small Star on the Forehead. Any Y Y Y X X «/ YY Y Y ««Y x ) & \ & & } # Y \#$& / Y Y X» \\ / X X X x & Y Y X «q «z \x» = q Y # % \ & [ & Z \ & { + % ) / / «q zy» / & / / / & x x X / % % ) Y x X Y $ Z % Y Y x x } / % «] «] # z» & Y X»

More information

Chemistry 431. NC State University. Lecture 17. Vibrational Spectroscopy

Chemistry 431. NC State University. Lecture 17. Vibrational Spectroscopy Chemistry 43 Lecture 7 Vibrational Spectroscopy NC State University The Dipole Moment Expansion The permanent dipole moment of a molecule oscillates about an equilibrium value as the molecule vibrates.

More information

Advanced Spectroscopy. Dr. P. Hunt Rm 167 (Chemistry) web-site:

Advanced Spectroscopy. Dr. P. Hunt Rm 167 (Chemistry) web-site: Advanced Spectroscopy Dr. P. Hunt p.hunt@imperial.ac.uk Rm 167 (Chemistry) web-site: http://www.ch.ic.ac.uk/hunt Maths! Coordinate transformations rotations! example 18.1 p501 whole chapter on Matrices

More information

Degrees of Freedom and Vibrational Modes

Degrees of Freedom and Vibrational Modes Degrees of Freedom and Vibrational Modes 1. Every atom in a molecule can move in three possible directions relative to a Cartesian coordinate, so for a molecule of n atoms there are 3n degrees of freedom.

More information

LECTURE 3 DIRECT PRODUCTS AND SPECTROSCOPIC SELECTION RULES

LECTURE 3 DIRECT PRODUCTS AND SPECTROSCOPIC SELECTION RULES SYMMETRY II. J. M. GOICOECHEA. LECTURE 3 1 LECTURE 3 DIRECT PRODUCTS AND SPECTROSCOPIC SELECTION RULES 3.1 Direct products and many electron states Consider the problem of deciding upon the symmetry of

More information

Problem Set 2 Due Thursday, October 1, & & & & # % (b) Construct a representation using five d orbitals that sit on the origin as a basis:

Problem Set 2 Due Thursday, October 1, & & & & # % (b) Construct a representation using five d orbitals that sit on the origin as a basis: Problem Set 2 Due Thursday, October 1, 29 Problems from Cotton: Chapter 4: 4.6, 4.7; Chapter 6: 6.2, 6.4, 6.5 Additional problems: (1) Consider the D 3h point group and use a coordinate system wherein

More information

Programming Project 1: Molecular Geometry and Rotational Constants

Programming Project 1: Molecular Geometry and Rotational Constants Programmng Project 1: Molecular Geometry and Rotatonal Constants Center for Computatonal Chemstry Unversty of Georga Athens, Georga 30602 Summer 2012 1 Introducton Ths programmng project s desgned to provde

More information

Spectroscopic Selection Rules

Spectroscopic Selection Rules E 0 v = 0 v = 1 v = 2 v = 4 v = 3 For a vibrational fundamental (Δv = ±1), the transition will have nonzero intensity in either the infrared or Raman spectrum if the appropriate transition moment is nonzero.

More information

13, Applications of molecular symmetry and group theory

13, Applications of molecular symmetry and group theory Subject Paper No and Title Module No and Title Module Tag Chemistry 13, Applications of molecular symmetry and group theory 27, Group theory and vibrational spectroscopy: Part-IV(Selection rules for IR

More information

Artificial Intelligence & Neuro Cognitive Systems Fakultät für Informatik. Robot Dynamics. Dr.-Ing. John Nassour J.

Artificial Intelligence & Neuro Cognitive Systems Fakultät für Informatik. Robot Dynamics. Dr.-Ing. John Nassour J. Artificial Intelligence & Neuro Cognitive Systems Fakultät für Informatik Robot Dynamics Dr.-Ing. John Nassour 25.1.218 J.Nassour 1 Introduction Dynamics concerns the motion of bodies Includes Kinematics

More information

Chemistry 5325/5326. Angelo R. Rossi Department of Chemistry The University of Connecticut. January 17-24, 2012

Chemistry 5325/5326. Angelo R. Rossi Department of Chemistry The University of Connecticut. January 17-24, 2012 Symmetry and Group Theory for Computational Chemistry Applications Chemistry 5325/5326 Angelo R. Rossi Department of Chemistry The University of Connecticut angelo.rossi@uconn.edu January 17-24, 2012 Infrared

More information

Degrees of Freedom and Vibrational Modes

Degrees of Freedom and Vibrational Modes Degrees of Freedom and Vibrational Modes 1. Every atom in a molecule can move in three possible directions relative to a Cartesian coordinate, so for a molecule of n atoms there are 3n degrees of freedom.

More information

LOWELL WEEKLY JOURNAL

LOWELL WEEKLY JOURNAL Y -» $ 5 Y 7 Y Y -Y- Q x Q» 75»»/ q } # ]»\ - - $ { Q» / X x»»- 3 q $ 9 ) Y q - 5 5 3 3 3 7 Q q - - Q _»»/Q Y - 9 - - - )- [ X 7» -» - )»? / /? Q Y»» # X Q» - -?» Q ) Q \ Q - - - 3? 7» -? #»»» 7 - / Q

More information

Vibrational Analysis in Gaussian

Vibrational Analysis in Gaussian Vibrational Analysis in Gaussian Joseph W. Ochterski, Ph.D. help@gaussian.com October 9, 1999 Minor corrections 14 June 018 Abstract One of the most commonly asked questions about Gaussian is What is the

More information

Rotational Raman Spectroscopy

Rotational Raman Spectroscopy Rotational Raman Spectroscopy If EM radiation falls upon an atom or molecule, it may be absorbed if the energy of the radiation corresponds to the separation of two energy levels of the atoms or molecules.

More information

Unit IV State of stress in Three Dimensions

Unit IV State of stress in Three Dimensions Unit IV State of stress in Three Dimensions State of stress in Three Dimensions References Punmia B.C.,"Theory of Structures" (SMTS) Vol II, Laxmi Publishing Pvt Ltd, New Delhi 2004. Rattan.S.S., "Strength

More information

Chem 442 Review of Spectroscopy

Chem 442 Review of Spectroscopy Chem 44 Review of Spectroscopy General spectroscopy Wavelength (nm), frequency (s -1 ), wavenumber (cm -1 ) Frequency (s -1 ): n= c l Wavenumbers (cm -1 ): n =1 l Chart of photon energies and spectroscopies

More information

Rotations of Moment of Inertia Tensor

Rotations of Moment of Inertia Tensor Rotations of Moment of Inertia Tensor using Quaternions Mikica B Kocic, 202-04-22, v0.3 There is a wonderful connection between complex numbers (and quaternions, as their extension) and geometry in which,

More information

Neatest and Promptest Manner. E d i t u r ami rul)lihher. FOIt THE CIIILDIIES'. Trifles.

Neatest and Promptest Manner. E d i t u r ami rul)lihher. FOIt THE CIIILDIIES'. Trifles. » ~ $ ) 7 x X ) / ( 8 2 X 39 ««x» ««! «! / x? \» «({? «» q «(? (?? x! «? 8? ( z x x q? ) «q q q ) x z x 69 7( X X ( 3»«! ( ~«x ««x ) (» «8 4 X «4 «4 «8 X «x «(» X) ()»» «X «97 X X X 4 ( 86) x) ( ) z z

More information

Topological insulator part I: Phenomena

Topological insulator part I: Phenomena Phys60.nb 5 Topological insulator part I: Phenomena (Part II and Part III discusses how to understand a topological insluator based band-structure theory and gauge theory) (Part IV discusses more complicated

More information

Lecture 8. Stress Strain in Multi-dimension

Lecture 8. Stress Strain in Multi-dimension Lecture 8. Stress Strain in Multi-dimension Module. General Field Equations General Field Equations [] Equilibrium Equations in Elastic bodies xx x y z yx zx f x 0, etc [2] Kinematics xx u x x,etc. [3]

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

Two Posts to Fill On School Board

Two Posts to Fill On School Board Y Y 9 86 4 4 qz 86 x : ( ) z 7 854 Y x 4 z z x x 4 87 88 Y 5 x q x 8 Y 8 x x : 6 ; : 5 x ; 4 ( z ; ( ) ) x ; z 94 ; x 3 3 3 5 94 ; ; ; ; 3 x : 5 89 q ; ; x ; x ; ; x : ; ; ; ; ; ; 87 47% : () : / : 83

More information

Rotations and vibrations of polyatomic molecules

Rotations and vibrations of polyatomic molecules Rotations and vibrations of polyatomic molecules When the potential energy surface V( R 1, R 2,..., R N ) is known we can compute the energy levels of the molecule. These levels can be an effect of: Rotation

More information

Molecular Symmetry 10/25/2018

Molecular Symmetry 10/25/2018 Symmetry helps us understand molecular structure, some chemical properties, and characteristics of physical properties (spectroscopy). Predict IR spectra or Interpret UV-Vis spectra Predict optical activity

More information

Classical Mechanics. Luis Anchordoqui

Classical Mechanics. Luis Anchordoqui 1 Rigid Body Motion Inertia Tensor Rotational Kinetic Energy Principal Axes of Rotation Steiner s Theorem Euler s Equations for a Rigid Body Eulerian Angles Review of Fundamental Equations 2 Rigid body

More information

GG303 Lecture 6 8/27/09 1 SCALARS, VECTORS, AND TENSORS

GG303 Lecture 6 8/27/09 1 SCALARS, VECTORS, AND TENSORS GG303 Lecture 6 8/27/09 1 SCALARS, VECTORS, AND TENSORS I Main Topics A Why deal with tensors? B Order of scalars, vectors, and tensors C Linear transformation of scalars and vectors (and tensors) II Why

More information

Rigid body dynamics. Basilio Bona. DAUIN - Politecnico di Torino. October 2013

Rigid body dynamics. Basilio Bona. DAUIN - Politecnico di Torino. October 2013 Rigid body dynamics Basilio Bona DAUIN - Politecnico di Torino October 2013 Basilio Bona (DAUIN - Politecnico di Torino) Rigid body dynamics October 2013 1 / 16 Multiple point-mass bodies Each mass is

More information

Molecular Symmetry. Symmetry is relevant to: spectroscopy, chirality, polarity, Group Theory, Molecular Orbitals

Molecular Symmetry. Symmetry is relevant to: spectroscopy, chirality, polarity, Group Theory, Molecular Orbitals Molecular Symmetry Symmetry is relevant to: spectroscopy, chirality, polarity, Group Theory, Molecular Orbitals - A molecule has a symmetry element if it is unchanged by a particular symmetry operation

More information

If the symmetry axes of a uniform symmetric body coincide with the coordinate axes, the products of inertia (Ixy etc.

If the symmetry axes of a uniform symmetric body coincide with the coordinate axes, the products of inertia (Ixy etc. Prof. O. B. Wright, Autumn 007 Mechanics Lecture 9 More on rigid bodies, coupled vibrations Principal axes of the inertia tensor If the symmetry axes of a uniform symmetric body coincide with the coordinate

More information

CP1 REVISION LECTURE 3 INTRODUCTION TO CLASSICAL MECHANICS. Prof. N. Harnew University of Oxford TT 2017

CP1 REVISION LECTURE 3 INTRODUCTION TO CLASSICAL MECHANICS. Prof. N. Harnew University of Oxford TT 2017 CP1 REVISION LECTURE 3 INTRODUCTION TO CLASSICAL MECHANICS Prof. N. Harnew University of Oxford TT 2017 1 OUTLINE : CP1 REVISION LECTURE 3 : INTRODUCTION TO CLASSICAL MECHANICS 1. Angular velocity and

More information

where, c is the speed of light, ν is the frequency in wave numbers (cm -1 ) and µ is the reduced mass (in amu) of A and B given by the equation: ma

where, c is the speed of light, ν is the frequency in wave numbers (cm -1 ) and µ is the reduced mass (in amu) of A and B given by the equation: ma Vibrational Spectroscopy A rough definition of spectroscopy is the study of the interaction of matter with energy (radiation in the electromagnetic spectrum). A molecular vibration is a periodic distortion

More information

Molecular Vibrations C. David Sherrill School of Chemistry and Biochemistry Georgia Institute of Technology

Molecular Vibrations C. David Sherrill School of Chemistry and Biochemistry Georgia Institute of Technology Molecular Vibrations C. David Sherrill School of Chemistry and Biochemistry Georgia Institute of Technology Why Estimate Molecular Vibrations? Simulation of vibrational spectrum (identification of molecules)

More information

' Liberty and Umou Ono and Inseparablo "

' Liberty and Umou Ono and Inseparablo 3 5? #< q 8 2 / / ) 9 ) 2 ) > < _ / ] > ) 2 ) ) 5 > x > [ < > < ) > _ ] ]? <

More information

Chem8028(1314) - Spin Dynamics: Spin Interactions

Chem8028(1314) - Spin Dynamics: Spin Interactions Chem8028(1314) - Spin Dynamics: Spin Interactions Malcolm Levitt see also IK m106 1 Nuclear spin interactions (diamagnetic materials) 2 Chemical Shift 3 Direct dipole-dipole coupling 4 J-coupling 5 Nuclear

More information

LOWELL JOURNAL. MUST APOLOGIZE. such communication with the shore as Is m i Boimhle, noewwary and proper for the comfort

LOWELL JOURNAL. MUST APOLOGIZE. such communication with the shore as Is m i Boimhle, noewwary and proper for the comfort - 7 7 Z 8 q ) V x - X > q - < Y Y X V - z - - - - V - V - q \ - q q < -- V - - - x - - V q > x - x q - x q - x - - - 7 -» - - - - 6 q x - > - - x - - - x- - - q q - V - x - - ( Y q Y7 - >»> - x Y - ] [

More information

Applications of Eigenvalues & Eigenvectors

Applications of Eigenvalues & Eigenvectors Applications of Eigenvalues & Eigenvectors Louie L. Yaw Walla Walla University Engineering Department For Linear Algebra Class November 17, 214 Outline 1 The eigenvalue/eigenvector problem 2 Principal

More information

Stress, Strain, Mohr s Circle

Stress, Strain, Mohr s Circle Stress, Strain, Mohr s Circle The fundamental quantities in solid mechanics are stresses and strains. In accordance with the continuum mechanics assumption, the molecular structure of materials is neglected

More information

Raman: it s not just for noodles anymore

Raman: it s not just for noodles anymore Raman: it s not just for noodles anymore Mario Affatigato Physics Department Coe College Outline - Lecture 1 1. Introduction 2. Theory Role of polarizability; mathematical models Depolarization ratio Temperature

More information

Basic Equations of Elasticity

Basic Equations of Elasticity A Basic Equations of Elasticity A.1 STRESS The state of stress at any point in a loaded bo is defined completely in terms of the nine components of stress: σ xx,σ yy,σ zz,σ xy,σ yx,σ yz,σ zy,σ zx,andσ

More information

2. Griffith s 4.19 a. The commutator of the z-component of the angular momentum with the coordinates are: [L z. + xyp x. x xxp y.

2. Griffith s 4.19 a. The commutator of the z-component of the angular momentum with the coordinates are: [L z. + xyp x. x xxp y. Physics Homework #8 Spring 6 Due Friday 5/7/6. Download the Mathematica notebook from the notes page of the website (http://minerva.union.edu/labrakes/physics_notes_s5.htm) or the homework page of the

More information

Homework 1/Solutions. Graded Exercises

Homework 1/Solutions. Graded Exercises MTH 310-3 Abstract Algebra I and Number Theory S18 Homework 1/Solutions Graded Exercises Exercise 1. Below are parts of the addition table and parts of the multiplication table of a ring. Complete both

More information

OWELL WEEKLY JOURNAL

OWELL WEEKLY JOURNAL Y \»< - } Y Y Y & #»»» q ] q»»»>) & - - - } ) x ( - { Y» & ( x - (» & )< - Y X - & Q Q» 3 - x Q Y 6 \Y > Y Y X 3 3-9 33 x - - / - -»- --

More information

Quantum Information & Quantum Computing

Quantum Information & Quantum Computing Math 478, Phys 478, CS4803, February 9, 006 1 Georgia Tech Math, Physics & Computing Math 478, Phys 478, CS4803 Quantum Information & Quantum Computing Problems Set 1 Due February 9, 006 Part I : 1. Read

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

Vibrational states of molecules. Diatomic molecules Polyatomic molecules

Vibrational states of molecules. Diatomic molecules Polyatomic molecules Vibrational states of molecules Diatomic molecules Polyatomic molecules Diatomic molecules V v 1 v 0 Re Q Birge-Sponer plot The solution of the Schrödinger equation can be solved analytically for the

More information

Torsional Energies and Overlap Matrix Elements of Methanol-D 1 -OD (CH 2 DOD)

Torsional Energies and Overlap Matrix Elements of Methanol-D 1 -OD (CH 2 DOD) Torsional Energies and Overlap Matrix Elements of Methanol-D 1 -OD (CH 2 DOD) Indra Mukhopadhyay Department of Physics and Engineering Darton State College / Albany State UniversityAlbany, GA, USA (e-mail:

More information

Rigid body simulation. Once we consider an object with spatial extent, particle system simulation is no longer sufficient

Rigid body simulation. Once we consider an object with spatial extent, particle system simulation is no longer sufficient Rigid body dynamics Rigid body simulation Once we consider an object with spatial extent, particle system simulation is no longer sufficient Rigid body simulation Unconstrained system no contact Constrained

More information

MANY BILLS OF CONCERN TO PUBLIC

MANY BILLS OF CONCERN TO PUBLIC - 6 8 9-6 8 9 6 9 XXX 4 > -? - 8 9 x 4 z ) - -! x - x - - X - - - - - x 00 - - - - - x z - - - x x - x - - - - - ) x - - - - - - 0 > - 000-90 - - 4 0 x 00 - -? z 8 & x - - 8? > 9 - - - - 64 49 9 x - -

More information

Spectroscopic properties of dipicolinic acid and its dianion

Spectroscopic properties of dipicolinic acid and its dianion Chemical Physics 322 (2006) 254 268 www.elsevier.com/locate/chemphys Spectroscopic properties of dipicolinic acid and its dianion John Rui-Hua Xie a, Vedene H. Smith Jr. b, Roland E. Allen a, * a Department

More information

Module #3. Transformation of stresses in 3-D READING LIST. DIETER: Ch. 2, pp Ch. 3 in Roesler Ch. 2 in McClintock and Argon Ch.

Module #3. Transformation of stresses in 3-D READING LIST. DIETER: Ch. 2, pp Ch. 3 in Roesler Ch. 2 in McClintock and Argon Ch. HOMEWORK From Dieter -3, -4, 3-7 Module #3 Transformation of stresses in 3-D READING LIST DIETER: Ch., pp. 7-36 Ch. 3 in Roesler Ch. in McClintock and Argon Ch. 7 in Edelglass The Stress Tensor z z x O

More information

NIELINIOWA OPTYKA MOLEKULARNA

NIELINIOWA OPTYKA MOLEKULARNA NIELINIOWA OPTYKA MOLEKULARNA chapter 1 by Stanisław Kielich translated by:tadeusz Bancewicz http://zon8.physd.amu.edu.pl/~tbancewi Poznan,luty 2008 ELEMENTS OF THE VECTOR AND TENSOR ANALYSIS Reference

More information

Rotational Motion. Chapter 4. P. J. Grandinetti. Sep. 1, Chem P. J. Grandinetti (Chem. 4300) Rotational Motion Sep.

Rotational Motion. Chapter 4. P. J. Grandinetti. Sep. 1, Chem P. J. Grandinetti (Chem. 4300) Rotational Motion Sep. Rotational Motion Chapter 4 P. J. Grandinetti Chem. 4300 Sep. 1, 2017 P. J. Grandinetti (Chem. 4300) Rotational Motion Sep. 1, 2017 1 / 76 Angular Momentum The angular momentum of a particle with respect

More information

Closed-Form Solution Of Absolute Orientation Using Unit Quaternions

Closed-Form Solution Of Absolute Orientation Using Unit Quaternions Closed-Form Solution Of Absolute Orientation Using Unit Berthold K. P. Horn Department of Computer and Information Sciences November 11, 2004 Outline 1 Introduction 2 3 The Problem Given: two sets of corresponding

More information

Tables for Group Theory

Tables for Group Theory Tables for Group Theory By P. W. ATKINS, M. S. CHILD, and C. S. G. PHILLIPS This provides the essential tables (character tables, direct products, descent in symmetry and subgroups) required for those

More information

Assignment 11 (C + C ) = (C + C ) = (C + C) i(c C ) ] = i(c C) (AB) = (AB) = B A = BA 0 = [A, B] = [A, B] = (AB BA) = (AB) AB

Assignment 11 (C + C ) = (C + C ) = (C + C) i(c C ) ] = i(c C) (AB) = (AB) = B A = BA 0 = [A, B] = [A, B] = (AB BA) = (AB) AB Arfken 3.4.6 Matrix C is not Hermition. But which is Hermitian. Likewise, Assignment 11 (C + C ) = (C + C ) = (C + C) [ i(c C ) ] = i(c C ) = i(c C) = i ( C C ) Arfken 3.4.9 The matrices A and B are both

More information

Theory and Applications of Dielectric Materials Introduction

Theory and Applications of Dielectric Materials Introduction SERG Summer Seminar Series #11 Theory and Applications of Dielectric Materials Introduction Tzuyang Yu Associate Professor, Ph.D. Structural Engineering Research Group (SERG) Department of Civil and Environmental

More information

Electric properties of molecules

Electric properties of molecules Electric properties of molecules For a molecule in a uniform electric fielde the Hamiltonian has the form: Ĥ(E) = Ĥ + E ˆµ x where we assume that the field is directed along the x axis and ˆµ x is the

More information

MO Calculation for a Diatomic Molecule. /4 0 ) i=1 j>i (1/r ij )

MO Calculation for a Diatomic Molecule. /4 0 ) i=1 j>i (1/r ij ) MO Calculation for a Diatomic Molecule Introduction The properties of any molecular system can in principle be found by looking at the solutions to the corresponding time independent Schrodinger equation

More information

Raman and IR spectroscopy in materials science. Symmetry analysis of normal phonon modes Boriana Mihailova

Raman and IR spectroscopy in materials science. Symmetry analysis of normal phonon modes Boriana Mihailova University of Hamburg, Institute of Mineralogy and Petrology Raman and IR spectroscopy in materials science. Symmetry analysis of normal phonon modes Boriana Mihailova Outline. The dynamics of atoms in

More information

MOLECULAR SPECTROSCOPY

MOLECULAR SPECTROSCOPY MOLECULAR SPECTROSCOPY First Edition Jeanne L. McHale University of Idaho PRENTICE HALL, Upper Saddle River, New Jersey 07458 CONTENTS PREFACE xiii 1 INTRODUCTION AND REVIEW 1 1.1 Historical Perspective

More information

Tables for Group Theory

Tables for Group Theory Tables for Group Theory By P. W. ATKINS, M. S. CHILD, and C. S. G. PHILLIPS This provides the essential tables (character tables, direct products, descent in symmetry and subgroups) required for those

More information

ROTATIONAL MOTION. dv d F m m V v dt dt. i i i cm i

ROTATIONAL MOTION. dv d F m m V v dt dt. i i i cm i ROTATIONAL MOTION Consder a collecton of partcles, m, located at R relatve to an nertal coordnate system. As before wrte: where R cm locates the center of mass. R Rcm r Wrte Newton s second law for the

More information

Chem 344 Final Exam Tuesday, Dec. 11, 2007, 3-?? PM

Chem 344 Final Exam Tuesday, Dec. 11, 2007, 3-?? PM Chem 344 Final Exam Tuesday, Dec. 11, 2007, 3-?? PM Closed book exam, only pencils and calculators permitted. You may bring and use one 8 1/2 x 11" paper with anything on it. No Computers. Put all of your

More information

A. H. Hall, 33, 35 &37, Lendoi

A. H. Hall, 33, 35 &37, Lendoi 7 X x > - z Z - ----»»x - % x x» [> Q - ) < % - - 7»- -Q 9 Q # 5 - z -> Q x > z»- ~» - x " < z Q q»» > X»? Q ~ - - % % < - < - - 7 - x -X - -- 6 97 9

More information

Rotational & Rigid-Body Mechanics. Lectures 3+4

Rotational & Rigid-Body Mechanics. Lectures 3+4 Rotational & Rigid-Body Mechanics Lectures 3+4 Rotational Motion So far: point objects moving through a trajectory. Next: moving actual dimensional objects and rotating them. 2 Circular Motion - Definitions

More information

Spacecraft Dynamics and Control

Spacecraft Dynamics and Control Spacecraft Dynamics and Control Matthew M. Peet Arizona State University Lecture 16: Euler s Equations Attitude Dynamics In this Lecture we will cover: The Problem of Attitude Stabilization Actuators Newton

More information

Continuum mechanism: Stress and strain

Continuum mechanism: Stress and strain Continuum mechanics deals with the relation between forces (stress, σ) and deformation (strain, ε), or deformation rate (strain rate, ε). Solid materials, rigid, usually deform elastically, that is the

More information

Optimal Control, Guidance and Estimation. Lecture 16. Overview of Flight Dynamics II. Prof. Radhakant Padhi. Prof. Radhakant Padhi

Optimal Control, Guidance and Estimation. Lecture 16. Overview of Flight Dynamics II. Prof. Radhakant Padhi. Prof. Radhakant Padhi Optimal Control, Guidance and Estimation Lecture 16 Overview of Flight Dynamics II Prof. Radhakant Padhi Dept. of erospace Engineering Indian Institute of Science - Bangalore Point Mass Dynamics Prof.

More information

Chapter 5. The Differential Forms of the Fundamental Laws

Chapter 5. The Differential Forms of the Fundamental Laws Chapter 5 The Differential Forms of the Fundamental Laws 1 5.1 Introduction Two primary methods in deriving the differential forms of fundamental laws: Gauss s Theorem: Allows area integrals of the equations

More information

Lecture 11 Overview of Flight Dynamics I. Dr. Radhakant Padhi Asst. Professor Dept. of Aerospace Engineering Indian Institute of Science - Bangalore

Lecture 11 Overview of Flight Dynamics I. Dr. Radhakant Padhi Asst. Professor Dept. of Aerospace Engineering Indian Institute of Science - Bangalore Lecture 11 Overview of Flight Dynamics I Dr. Radhakant Padhi Asst. Professor Dept. of Aerospace Engineering Indian Institute of Science - Bangalore Point Mass Dynamics Dr. Radhakant Padhi Asst. Professor

More information

Properties of the stress tensor

Properties of the stress tensor Appendix C Properties of the stress tensor Some of the basic properties of the stress tensor and traction vector are reviewed in the following. C.1 The traction vector Let us assume that the state of stress

More information

Alignment characterization of single-wall carbon nanotubes by Raman scattering

Alignment characterization of single-wall carbon nanotubes by Raman scattering Physics Letters A 313 (2003) 302 306 www.elsevier.com/locate/pla Alignment characterization of single-wall carbon nanotubes by Raman scattering Pijun Liu, Liyue Liu, Yafei Zhang Key Laboratory for Thin

More information

Multipole moments. Dipole moment. The second moment µ is more commonly called the dipole moment, of the charge. distribution and is a vector

Multipole moments. Dipole moment. The second moment µ is more commonly called the dipole moment, of the charge. distribution and is a vector Dipole moment Multipole moments The second moment µ is more commonly called the dipole moment, of the charge distribution and is a vector µ = µ x ˆx + µ y ŷ + µ z ẑ where the α component is given by µ

More information

Characterization of Geoobjects Continuity using Moments of Inertia

Characterization of Geoobjects Continuity using Moments of Inertia Characterization of Geoobjects Continuity using Moments of Inertia Saina Lajevardi, Olena Babak, and Clayton V. Deutsch Well-placement is one of the main challenges in reservoir engineering. The connectivity

More information

Computational Spectroscopy III. Spectroscopic Hamiltonians

Computational Spectroscopy III. Spectroscopic Hamiltonians Computational Spectroscopy III. Spectroscopic Hamiltonians (e) Elementary operators for the harmonic oscillator (f) Elementary operators for the asymmetric rotor (g) Implementation of complex Hamiltonians

More information

This sample exam is longer than the actual exam will be. Many of the sample exam problems are similar to those of the actual exam. = m a. I xx.

This sample exam is longer than the actual exam will be. Many of the sample exam problems are similar to those of the actual exam. = m a. I xx. Phys 326 Sample Final Exam SOLUTION 8-11 am 18 December 2012 144 Loomis Closed book, no calculators, but you are permitted one two-sided 8 1/2 x 11" set of notes. This sample exam is longer than the actual

More information

5.61 Physical Chemistry Final Exam 12/16/09. MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Chemistry Chemistry Physical Chemistry

5.61 Physical Chemistry Final Exam 12/16/09. MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Chemistry Chemistry Physical Chemistry 5.6 Physical Chemistry Final Exam 2/6/09 MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Chemistry Chemistry - 5.6 Physical Chemistry Final Examination () PRINT your name on the cover page. (2) It

More information

PEAT SEISMOLOGY Lecture 2: Continuum mechanics

PEAT SEISMOLOGY Lecture 2: Continuum mechanics PEAT8002 - SEISMOLOGY Lecture 2: Continuum mechanics Nick Rawlinson Research School of Earth Sciences Australian National University Strain Strain is the formal description of the change in shape of a

More information

MECH 5312 Solid Mechanics II. Dr. Calvin M. Stewart Department of Mechanical Engineering The University of Texas at El Paso

MECH 5312 Solid Mechanics II. Dr. Calvin M. Stewart Department of Mechanical Engineering The University of Texas at El Paso MECH 5312 Solid Mechanics II Dr. Calvin M. Stewart Department of Mechanical Engineering The University of Texas at El Paso Table of Contents Preliminary Math Concept of Stress Stress Components Equilibrium

More information

Quantum Chemical Calculation of Vibrational Spectra of Large Molecules Raman and IR Spectra for Buckminsterfullerene

Quantum Chemical Calculation of Vibrational Spectra of Large Molecules Raman and IR Spectra for Buckminsterfullerene Quantum Chemical Calculation of Vibrational Spectra of Large Molecules Raman and IR Spectra for Buckminsterfullerene JOHANNES NEUGEBAUER, MARKUS REIHER, CARSTEN KIND, BERND A. HESS Theoretische Chemie,

More information

M E 320 Professor John M. Cimbala Lecture 10

M E 320 Professor John M. Cimbala Lecture 10 M E 320 Professor John M. Cimbala Lecture 10 Today, we will: Finish our example problem rates of motion and deformation of fluid particles Discuss the Reynolds Transport Theorem (RTT) Show how the RTT

More information

Tensor Visualization. CSC 7443: Scientific Information Visualization

Tensor Visualization. CSC 7443: Scientific Information Visualization Tensor Visualization Tensor data A tensor is a multivariate quantity Scalar is a tensor of rank zero s = s(x,y,z) Vector is a tensor of rank one v = (v x,v y,v z ) For a symmetric tensor of rank 2, its

More information

Physical chemistry advanced laboratory course Raman spectroscopy of the CCl 4 molecule

Physical chemistry advanced laboratory course Raman spectroscopy of the CCl 4 molecule Physical chemistry advanced laboratory course Raman spectroscopy of the CCl 4 molecule Tiina Kiviniemi April 11, 2008 1 Introduction The object of this excercise is to familiarize you with the basics and

More information

Linear Algebra. Chapter 8: Eigenvalues: Further Applications and Computations Section 8.2. Applications to Geometry Proofs of Theorems.

Linear Algebra. Chapter 8: Eigenvalues: Further Applications and Computations Section 8.2. Applications to Geometry Proofs of Theorems. Linear Algebra Chapter 8: Eigenvalues: Further Applications and Computations Section 8.2. Applications to Geometry Proofs of Theorems May 1, 2018 () Linear Algebra May 1, 2018 1 / 8 Table of contents 1

More information

NDT&E Methods: UT. VJ Technologies CAVITY INSPECTION. Nondestructive Testing & Evaluation TPU Lecture Course 2015/16.

NDT&E Methods: UT. VJ Technologies CAVITY INSPECTION. Nondestructive Testing & Evaluation TPU Lecture Course 2015/16. CAVITY INSPECTION NDT&E Methods: UT VJ Technologies NDT&E Methods: UT 6. NDT&E: Introduction to Methods 6.1. Ultrasonic Testing: Basics of Elasto-Dynamics 6.2. Principles of Measurement 6.3. The Pulse-Echo

More information

Numerical Modelling in Geosciences. Lecture 6 Deformation

Numerical Modelling in Geosciences. Lecture 6 Deformation Numerical Modelling in Geosciences Lecture 6 Deformation Tensor Second-rank tensor stress ), strain ), strain rate ) Invariants quantities independent of the coordinate system): - First invariant trace:!!

More information

General Physics I. Lecture 10: Rolling Motion and Angular Momentum.

General Physics I. Lecture 10: Rolling Motion and Angular Momentum. General Physics I Lecture 10: Rolling Motion and Angular Momentum Prof. WAN, Xin (万歆) 万歆 ) xinwan@zju.edu.cn http://zimp.zju.edu.cn/~xinwan/ Outline Rolling motion of a rigid object: center-of-mass motion

More information

Numerical Implementation of Transformation Optics

Numerical Implementation of Transformation Optics ECE 5322 21 st Century Electromagnetics Instructor: Office: Phone: E Mail: Dr. Raymond C. Rumpf A 337 (915) 747 6958 rcrumpf@utep.edu Lecture #16b Numerical Implementation of Transformation Optics Lecture

More information

LOWELL WEEKLY JOURNAL.

LOWELL WEEKLY JOURNAL. Y $ Y Y 7 27 Y 2» x 7»» 2» q» ~ [ } q q $ $ 6 2 2 2 2 2 2 7 q > Y» Y >» / Y» ) Y» < Y»» _»» < Y > Y Y < )»» >» > ) >» >> >Y x x )»» > Y Y >>»» }> ) Y < >» /» Y x» > / x /»»»»» >» >» >»» > > >» < Y /~ >

More information

Group, Rings, and Fields Rahul Pandharipande. I. Sets Let S be a set. The Cartesian product S S is the set of ordered pairs of elements of S,

Group, Rings, and Fields Rahul Pandharipande. I. Sets Let S be a set. The Cartesian product S S is the set of ordered pairs of elements of S, Group, Rings, and Fields Rahul Pandharipande I. Sets Let S be a set. The Cartesian product S S is the set of ordered pairs of elements of S, A binary operation φ is a function, S S = {(x, y) x, y S}. φ

More information

The Raman Effect. A Unified Treatment of the Theory of Raman Scattering by Molecules. DerekA. Long

The Raman Effect. A Unified Treatment of the Theory of Raman Scattering by Molecules. DerekA. Long The Raman Effect A Unified Treatment of the Theory of Raman Scattering by Molecules DerekA. Long Emeritus Professor ofstructural Chemistry University of Bradford Bradford, UK JOHN WILEY & SONS, LTD Vll

More information

ACCEPTS HUGE FLORAL KEY TO LOWELL. Mrs, Walter Laid to Rest Yesterday

ACCEPTS HUGE FLORAL KEY TO LOWELL. Mrs, Walter Laid to Rest Yesterday $ j < < < > XXX Y 928 23 Y Y 4% Y 6 -- Q 5 9 2 5 Z 48 25 )»-- [ Y Y Y & 4 j q - Y & Y 7 - -- - j \ -2 -- j j -2 - - - - [ - - / - ) ) - - / j Y 72 - ) 85 88 - / X - j ) \ 7 9 Y Y 2 3» - ««> Y 2 5 35 Y

More information

19. Principal Stresses

19. Principal Stresses 19. Principal Stresses I Main Topics A Cauchy s formula B Principal stresses (eigenvectors and eigenvalues) C Example 10/24/18 GG303 1 19. Principal Stresses hkp://hvo.wr.usgs.gov/kilauea/update/images.html

More information

Electromagnetism II Lecture 7

Electromagnetism II Lecture 7 Electromagnetism II Lecture 7 Instructor: Andrei Sirenko sirenko@njit.edu Spring 13 Thursdays 1 pm 4 pm Spring 13, NJIT 1 Previous Lecture: Conservation Laws Previous Lecture: EM waves Normal incidence

More information

The vibrational spectroscopy of polymers

The vibrational spectroscopy of polymers D. I. BOWER Reader in Polymer Spectroscopy Interdisciplinary Research Centre in Polymer Science & Technology Department of Physics, University of Leeds W.F. MADDAMS Senior Visiting Fellow Department of

More information