Lecture 13. Geometry Optimization References Computational chemistry: Introduction to the theory and applications of molecular and quantum mechanics, E.

Slides:



Advertisements
Similar presentations
Optimization.
Advertisements

Engineering Optimization
Optimization : The min and max of a function
Optimization of thermal processes
DFT – Practice Simple Molecules & Solids [based on Chapters 5 & 2, Sholl & Steckel] Input files Supercells Molecules Solids.
Introduction to Molecular Orbitals
Molecular Modeling: Molecular Vibrations C372 Introduction to Cheminformatics II Kelsey Forsythe.
Steepest Decent and Conjugate Gradients (CG). Solving of the linear equation system.
Classification and Prediction: Regression Via Gradient Descent Optimization Bamshad Mobasher DePaul University.
Geometry Optimization Pertemuan VI. Geometry Optimization Backgrounds Real molecules vibrate thermally about their equilibrium structures. Finding minimum.
Femtochemistry: A theoretical overview Mario Barbatti II – Transient spectra and excited states This lecture can be downloaded.
Function Optimization Newton’s Method. Conjugate Gradients
Unconstrained Optimization Rong Jin. Recap  Gradient ascent/descent Simple algorithm, only requires the first order derivative Problem: difficulty in.
1cs542g-term Notes  Extra class this Friday 1-2pm  If you want to receive s about the course (and are auditing) send me .
Tutorial 12 Unconstrained optimization Conjugate gradients.
Chemistry 6440 / 7440 Vibrational Frequency Calculations.
Announcements  Homework 4 is due on this Thursday (02/27/2004)  Project proposal is due on 03/02.
Optimization Methods One-Dimensional Unconstrained Optimization
Gradient Methods May Preview Background Steepest Descent Conjugate Gradient.
Tutorial 5-6 Function Optimization. Line Search. Taylor Series for Rn
Frequency Calculation. *A nonlinear molecule with n atoms has 3n — 6 normal modes: the motion of each atom can be described by 3 vectors, along the x,
Engineering Optimization
Function Optimization. Newton’s Method Conjugate Gradients Method
Advanced Topics in Optimization
Unconstrained Optimization Rong Jin. Logistic Regression The optimization problem is to find weights w and b that maximizes the above log-likelihood How.
Molecular Modeling: Geometry Optimization C372 Introduction to Cheminformatics II Kelsey Forsythe.

9 1 Performance Optimization. 9 2 Basic Optimization Algorithm p k - Search Direction  k - Learning Rate or.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
UNCONSTRAINED MULTIVARIABLE
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 9. Optimization problems.
Collaborative Filtering Matrix Factorization Approach
Objectives of this course
Geometry Optimisation Modelling OH + C 2 H 4 *CH 2 -CH 2 -OH CH 3 -CH 2 -O* 3D PES.
Which method? We’re using Density Functional Theory (DFT) as it gives us the most accurate results for transition metals in the least amount of time.
ENCI 303 Lecture PS-19 Optimization 2
84 b Unidimensional Search Methods Most algorithms for unconstrained and constrained optimisation use an efficient unidimensional optimisation technique.
Optimization in Engineering Design Georgia Institute of Technology Systems Realization Laboratory 101 Quasi-Newton Methods.
Nonlinear programming Unconstrained optimization techniques.
Outline Potential Energy Surface (PES)
1 Unconstrained Optimization Objective: Find minimum of F(X) where X is a vector of design variables We may know lower and upper bounds for optimum No.
1 Optimization Multi-Dimensional Unconstrained Optimization Part II: Gradient Methods.
Computer Animation Rick Parent Computer Animation Algorithms and Techniques Optimization & Constraints Add mention of global techiques Add mention of calculus.
Molecular Modelling Dr Michelle Kuttel Department of Computer Science University of Cape Town.
MODELING MATTER AT NANOSCALES 3. Empirical classical PES and typical procedures of optimization Geometries from energy derivatives.
559 Fish 559; Lecture 5 Non-linear Minimization. 559 Introduction Non-linear minimization (or optimization) is the numerical technique that is used by.
Quasi-Newton Methods of Optimization Lecture 2. General Algorithm n A Baseline Scenario Algorithm U (Model algorithm for n- dimensional unconstrained.
Simplistic Molecular Mechanics Force Field Van der WaalsCharge - Charge Bond Angle Improper Dihedral  
Molecular Mechanics a. Force fields b. Energy minimization / Geometry optimization c. Molecular mechanics examples.
Lecture 10. Chemical Bonding. H 2 Molecule References Engel, Ch. 12 Ratner & Schatz, Ch. 10 Molecular Quantum Mechanics, Atkins & Friedman (4th ed. 2005),
Data Modeling Patrice Koehl Department of Biological Sciences National University of Singapore
Frequency Calculations Lecture CompChem 3 Chemistry 347 Hope College.
Chapter 10 Minimization or Maximization of Functions.
1 Chapter 6 General Strategy for Gradient methods (1) Calculate a search direction (2) Select a step length in that direction to reduce f(x) Steepest Descent.
L24 Numerical Methods part 4
Exam 1 Oct 3, closed book Place ITE 119, Time:12:30-1:45pm
Survey of unconstrained optimization gradient based algorithms
Chapter 2-OPTIMIZATION G.Anuradha. Contents Derivative-based Optimization –Descent Methods –The Method of Steepest Descent –Classical Newton’s Method.
Lecture 8. Chemical Bonding
Computational Biology BS123A/MB223 UC-Irvine Ray Luo, MBB, BS.
The Nuts and Bolts of First-Principles Simulation Durham, 6th-13th December 2001 Lecture 15: Structural Calculations and Pressure CASTEP Developers’ Group.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems
Geometry Optimizations Lecture CompChem 2 Chemistry 347 Hope College.
Lecture 12. Potential Energy Surface
Structure Refinement BCHM 5984 September 7, 2009.
Collaborative Filtering Matrix Factorization Approach
CS5321 Numerical Optimization
Instructor :Dr. Aamer Iqbal Bhatti
Performance Optimization
Section 3: Second Order Methods
Presentation transcript:

Lecture 13. Geometry Optimization References Computational chemistry: Introduction to the theory and applications of molecular and quantum mechanics, E. Lewars (2004) Chapter Molecular Modeling, A. R. Leach (2nd ed. 2001), Chapter 5 (pp ) Essentials of computational chemistry. Theories and Models, C. J. Cramer, (2nd Ed. Wiley, 2004)Chapter 2.4 Introduction to Computational Chemistry, F. Jensen (1999), Chapter 14

Geometry Optimization. Minimization Method Non-derivative minimization method - Simplex Derivative Minimization Method First derivative method - Steepest descent (popular in MM far from minimum) - Conjugate gradient (popular in MM near minimum) Second derivative method - Newton-Raphson - Quasi-Newton: BFGS, DFP, MS, etc. (popular in QM)

Potential Energy Curve (1-Dimensional) A B R Simplest form: Harmonic Oscillator E = E(R) Simplified

Optimized in one step, if quadratic, from 1 st and 2 nd derivatives of energy True only near equilibrium structure Otherwise, optimized in several steps Constant only when quadratic End up with the minimum closest to the input structure (local minimum): No guarantee for the global minimum Second derivative method: Newton-Raphson (1D, Diatom)

Second derivative method: Newton-Raphson/Quasi-Newton Position (coordinates): 3N-dim. vector 1 st derivative (gradient): 3N-dim. vector 2 nd derivative (hessian): 3N  3N matrix - inverted Takes only few steps to converge near minimum, but can be unstable far from minimum Used for small molecules near minimum (after the first steps of steepest descent) (updated at each step analytically or numerically) (easily calculated analytically) from 1 st and 2 nd derivatives of energy 1-Dim (diatom; N=2; #(degree of freedom)=3N-5=1) N-atom; #(degree of freedom)=3N or 3N-6 (non-linear) or 3N-5 (linear) (time- and memory-consuming for large systems)

Second derivative method: Newton-Raphson example from (9,9)

Second derivative method: Newton-Raphson Summary First derivative gives direction of vector. Second derivative gives curvature of the direction vector. This allows for the minimum to be guessed along the line searched. The minimum of a quadratic function can be reached in one step. However, energy surface is not quadratic. Minimum energy cannot be determined with one Newton-Raphson step. Apply the procedure iteratively. Pros: Converges quickly near a minimum (where quadratic) Requires few energy function calculations Cons: Unstable far from a minimum For large systems the inversion of Hessian becomes intractable. Large storage requirements

Second derivative method: Quasi-Newton (BFGS) Does not calculate the inverse Hessian matrix. Start with guess Hessian and update the Hessian after each step to form a more accurate Hessian. Pros: Avoids calculating the Hessian Requires few energy calculations Cons: Requires storage proportional to N 2 Inefficient in regions where the second derivative changes rapidly

First derivative method: Steepest descent Uses 1 st derivative to locate the general direction of the minimum. Uses line searching along a given direction to find structure of lower energy. The next direction of movement is orthogonal to the previous one. Example start

First derivative method: Steepest descent Pros: Does not require initial structure to be near the minimum. Good for minimizing initial structures – Relieves highest-energy features in a structure. Cons: Slow to converge (very slow at low gradient values (near minima)) Information about previous steps is lost.  Near the minimum the minimization overshoots the minimum point. Requires large number of energy evaluations.

First derivative method: Conjugate gradient Increases the efficiency by controlling the choice of new direction (Fletcher-Reeves model) Pros: Quicker to converge for large molecules Requires less iterations Cons: Unstable far from a local minimum. Requires more function evaluations in a line search (more complete) Example

When to use various minimization methods Steepest descent: used for initial minimization ( steps) Conjugate gradient, Newton-Raphson: used to complete the minimization Convergence criteria

Normal mode analysis: Vibration frequencies 1D (diatom) near stationary point >0 for minima <0 for TS frequency (in cm  1 ) real for minima imaginary for TS N-atom (3N-6 dim) for all q for other q’s for only one q (reaction coordinate) minimum: All real frequencies TS: One imaginary frequencies Characterize stationary points from the number of imaginary frequencies

for other q’s for only one q (reaction coordinate) TS: One imaginary frequencies for all q minimum: All real frequencies

Frequency and Characterizing Stationary points

Normal mode analysis: Vibration frequencies Obtain/interpret vibrational spectra (IR, Raman, HREELS, etc) Obtain zero-point energy Obtain thermodynamic quantities (enthalpy, entropy, free energy, etc.)

Vibrational Frequency Scale Factor

Geometry: An example