SlideShare una empresa de Scribd logo
1 de 13
Energy Minimization
 -Non-Derivative Methods
 -First Derivative Methods



            Pinky Sheetal V
              1801110004
         M.Tech Bioinformatics




Background Image Courtesy: 3dciencia.com visual life sciences
Contents
•   Introduction
•   Criteria to start minimization
•   Energy Minimization –The Problem
•   Non Derivative Methods
    • Simplex Method
    • Sequential univariate method
• First Derivative Methods
    • Steepest Gradient
    • Conjugate Gradient Method
• References
Introduction

• The lowest energy conformation is the set of bond lengths and angles that
  gives the smallest steric energy.

• In other words, bonds find a compromise among competing forces to
  determine the lowest energy conformation.

• The goal of molecular mechanics is to determine the lowest energy
  conformation of a molecule. The process is called energy minimization
  [1]


• Knowing the stable conformers of a molecule is important because it
  allows us to understand its properties and behavior based on its structure
  [2]
After a number of
                                     steps, a local or
                                     global minimum on
                                     the potential energy
                                     surface is reached




General Formula:                     xnew - the value of the geometry at the next step
                                     Xold - refers to the geometry at the current step
                                     correction - some adjustment made to the
                                     geometry

In all these methods, a numerical test is applied to the new geometry to decide if
a minimum is reached. For example, the slope may be tested to see if it is zero
within some numerical tolerance. If the criterion is not met, then the formula is
applied again to make another change in the geometry.                     [2]
Criteria to start minimization
1. Starting set of atomic coordinates
2. Parameters for various terms of the potential energy function
3. Description of molecular topology [3]
                Energy Minimization –The Problem
– E = f(x)
– E - function of coordinates Cartesian /internal
– At minimum the first derivatives are zero and
  the second derivatives are all positive

– Derivatives of the energy with respect to the coordinates provide
  information about the shape of energy surface and also enhances the
  efficiency of the minimization. [5]
– A Hessian matrix is a square matrix of second derivatives of a
  function. [4]
Non Derivative Methods
– Require energy evaluation only and may require many energy evaluations
–– Simplex Method
    Simplex is a geometrical figure with M+1 interconnected vertices, where M is the dimensionality
     of the energy function
    It does not rely on the calculation of the gradients at all.
    As a result, it is the least expensive in CPU time per step.
    However, it also often requires the most steps.




                                                                                            [5]
• To implement the simplex algorithm it is first necessary to generate the vertices of the
  initial simplex.
• The initial configuration of the system corresponds to just one of these vertices. The
  remaining points can be obtained by adding a constant increment to each coordinate in
  turn. The energy of the system is calculated at the new point, giving the function value for
  the relevant vertex. [5]

• The point with the highest energy of the three is noted. Then, this point is reflected through
  the line segment connected the other two (to move away from the region of high energy).
• If the energy of point A is the highest out of the three points A, B and C, then A is reflected
  through line segment BC to produce point D.
• In the next step, the two original lowest energy points (B and C) along with the new point D
  are analyzed. The highest energy point of these is selected, and that point is reflected
  through the line segment connecting the other two. The process continues until a minimum
  is located. [2]
• The sequential univariate method is a non-derivative method that is
  considered more appropriate as it systematically cycles through the
  coordinates in turn
• For each coordinate, two new structures are generated by changing
  the current coordinate.
• The energies of these two structure are calculated.
• A parabola is then fitted through the 3 points corresponding to the
  two distorted structures and the original structure.
• The minimum point in this quadratic function is determined and the
  coordinate is then changed to the position of the minimum      [5]
Derivative Methods
• The direction of the first derivative of the energy (the gradient) indicates where
  the minimum lies, and the magnitude of the gradient indicates the steepness of
  the local slope.
• The energy of the system can be lowered by moving each atom in response to the
  force acting on it; the force is equal to minus the gradient.

• Second derivatives indicate the curvature of the function, information that can be
  used to predict where the function will change direction ( pass through a
  minimum or some other stationary point)

• When discussing derivative methods it is useful to write the function[5] a Taylor
                                                                        as
  series expansion about the point Xk



• Therefore first order methods use the first derivatives (gradients), second order
  uses both first and second derivative. The simplex method can thus be considered
  as a zeroth-order method as it does not use any derivatives.
Steepest Descent
• In the steepest descents method, the Hessian is just approximated as a
  constant, γ


• γ as an effective force constant and is calculated at the beginning of
  the first step to give a specified step size. [1]

       γ is a constant


• In this method, the gradients at each point still must be calculated, but
  by not requiring second derivatives to be calculated.

• The method is much faster per step than the Newton-Raphson method.

• However, because of the approximation, it is not as efficient and so
  more steps are generally required to find the minimum. [2]
Conjugate Gradient Method
• Conjugate gradient is a variation of the steepest descents method. The calculation
  of the gradient is improved by using information from previous steps. [1]
• The gradients of the current geometry are first computed. The direction of the
  largest gradient is determined after the gradient of current geometry is
  computed.
• The geometry is minimized along this one direction (this is called a line search).
  Then, a direction orthogonal to the first one is selected (a “conjugate” direction).
  The geometry is minimized along this direction.
• This continues until the geometry is optimized in all the directions.
                                       • Pure steepest descents algorithms always take 90°
                                         turns after each stage, which may move the first
                                         minimization stage away from the optimal value.
                                       • If the initial steepest descents finds the minimum
                                         along the initial direction. The next best direction to
                                         look for the overall minimum is not necessarily
                                         perpendicular to the initial path.
                                       • Conjugate gradients is a good general purpose
                                         technique. [2]
Figure: potential energy surface for
the two variables
References
1.   https://www.uzh.ch/oci/efiles/OCPkb/EnergyMinNotes.pdf
2.   http://www.coursehero.com/file/2883095/38037emin/
3.   http://ocikbws.uzh.ch/education/molecular_science/mm/minimization.html
4.   http://www.gromacs.org/Documentation/Terminology/
5.   A R Leach, Molecular Modelling Principles and Applications, Pearson Education
     Second Edition
6.   http://i572-molecular-modeling.wikispaces.com/file/view/opt_lecture.pdf
Thank you

Más contenido relacionado

La actualidad más candente

Molecular Mechanics in Molecular Modeling
Molecular Mechanics in Molecular ModelingMolecular Mechanics in Molecular Modeling
Molecular Mechanics in Molecular ModelingAkshay Kank
 
Molecular Modeling
Molecular ModelingMolecular Modeling
Molecular ModelingTheabhi.in
 
Presentation on insilico drug design and virtual screening
Presentation on insilico drug design and virtual screeningPresentation on insilico drug design and virtual screening
Presentation on insilico drug design and virtual screeningJoon Jyoti Sahariah
 
In Silico methods for ADMET prediction of new molecules
 In Silico methods for ADMET prediction of new molecules In Silico methods for ADMET prediction of new molecules
In Silico methods for ADMET prediction of new moleculesMadhuraDatar
 
Molecular and Quantum Mechanics in drug design
Molecular and Quantum Mechanics in drug designMolecular and Quantum Mechanics in drug design
Molecular and Quantum Mechanics in drug designAjay Kumar
 
Molecular Dynamics for Beginners : Detailed Overview
Molecular Dynamics for Beginners : Detailed OverviewMolecular Dynamics for Beginners : Detailed Overview
Molecular Dynamics for Beginners : Detailed OverviewGirinath Pillai
 
Molecular maodeling and drug design
Molecular maodeling and drug designMolecular maodeling and drug design
Molecular maodeling and drug designMahendra G S
 
PHARMACOHORE MAPPING AND VIRTUAL SCRRENING FOR RESEARCH DEPARTMENT
PHARMACOHORE MAPPING AND VIRTUAL SCRRENING FOR RESEARCH DEPARTMENTPHARMACOHORE MAPPING AND VIRTUAL SCRRENING FOR RESEARCH DEPARTMENT
PHARMACOHORE MAPPING AND VIRTUAL SCRRENING FOR RESEARCH DEPARTMENTShikha Popali
 
Molecular Modeling and virtual screening techniques
Molecular Modeling and virtual screening techniquesMolecular Modeling and virtual screening techniques
Molecular Modeling and virtual screening techniquesTheabhi.in
 
3 d qsar approaches structure
3 d qsar approaches structure3 d qsar approaches structure
3 d qsar approaches structureROHIT PAL
 
Molecular docking
Molecular dockingMolecular docking
Molecular dockingRahul B S
 

La actualidad más candente (20)

Molecular Mechanics in Molecular Modeling
Molecular Mechanics in Molecular ModelingMolecular Mechanics in Molecular Modeling
Molecular Mechanics in Molecular Modeling
 
Molecular modelling
Molecular modellingMolecular modelling
Molecular modelling
 
Molecular Modeling
Molecular ModelingMolecular Modeling
Molecular Modeling
 
Presentation on insilico drug design and virtual screening
Presentation on insilico drug design and virtual screeningPresentation on insilico drug design and virtual screening
Presentation on insilico drug design and virtual screening
 
Pharmacophore mapping joon
Pharmacophore mapping joonPharmacophore mapping joon
Pharmacophore mapping joon
 
In Silico methods for ADMET prediction of new molecules
 In Silico methods for ADMET prediction of new molecules In Silico methods for ADMET prediction of new molecules
In Silico methods for ADMET prediction of new molecules
 
Molecular and Quantum Mechanics in drug design
Molecular and Quantum Mechanics in drug designMolecular and Quantum Mechanics in drug design
Molecular and Quantum Mechanics in drug design
 
Denovo Drug Design
Denovo Drug DesignDenovo Drug Design
Denovo Drug Design
 
Molecular modeling in drug design
Molecular modeling in drug designMolecular modeling in drug design
Molecular modeling in drug design
 
Virtual sreening
Virtual sreeningVirtual sreening
Virtual sreening
 
22.pharmacophore
22.pharmacophore22.pharmacophore
22.pharmacophore
 
Molecular Dynamics for Beginners : Detailed Overview
Molecular Dynamics for Beginners : Detailed OverviewMolecular Dynamics for Beginners : Detailed Overview
Molecular Dynamics for Beginners : Detailed Overview
 
Pharmacophore
PharmacophorePharmacophore
Pharmacophore
 
Molecular maodeling and drug design
Molecular maodeling and drug designMolecular maodeling and drug design
Molecular maodeling and drug design
 
PHARMACOHORE MAPPING AND VIRTUAL SCRRENING FOR RESEARCH DEPARTMENT
PHARMACOHORE MAPPING AND VIRTUAL SCRRENING FOR RESEARCH DEPARTMENTPHARMACOHORE MAPPING AND VIRTUAL SCRRENING FOR RESEARCH DEPARTMENT
PHARMACOHORE MAPPING AND VIRTUAL SCRRENING FOR RESEARCH DEPARTMENT
 
Molecular Modeling and virtual screening techniques
Molecular Modeling and virtual screening techniquesMolecular Modeling and virtual screening techniques
Molecular Modeling and virtual screening techniques
 
3 d qsar approaches structure
3 d qsar approaches structure3 d qsar approaches structure
3 d qsar approaches structure
 
Pharmacophore identification
Pharmacophore identificationPharmacophore identification
Pharmacophore identification
 
docking
docking docking
docking
 
Molecular docking
Molecular dockingMolecular docking
Molecular docking
 

Destacado

Energy Minimization Using Gromacs
Energy Minimization Using GromacsEnergy Minimization Using Gromacs
Energy Minimization Using GromacsRajendra K Labala
 
Molecular dynamics and Simulations
Molecular dynamics and SimulationsMolecular dynamics and Simulations
Molecular dynamics and SimulationsAbhilash Kannan
 
12 Global Brands & Local Markets
12 Global Brands & Local Markets12 Global Brands & Local Markets
12 Global Brands & Local Marketssexbomb
 
Building a mobile reaction lab notebook (ACS Dallas 2014)
Building a mobile reaction lab notebook (ACS Dallas 2014)Building a mobile reaction lab notebook (ACS Dallas 2014)
Building a mobile reaction lab notebook (ACS Dallas 2014)Alex Clark
 
2.molecular modelling intro
2.molecular modelling intro2.molecular modelling intro
2.molecular modelling introAbhijeet Kadam
 
Grds international conference on pure and applied science (5)
Grds international conference on pure and applied science (5)Grds international conference on pure and applied science (5)
Grds international conference on pure and applied science (5)Global R & D Services
 
Grds international conference on pure and applied science (6)
Grds international conference on pure and applied science (6)Grds international conference on pure and applied science (6)
Grds international conference on pure and applied science (6)Global R & D Services
 
Higher-Order Conjugate Gradient Method (HCGM) For Solving Continuous Optimal ...
Higher-Order Conjugate Gradient Method (HCGM) For Solving Continuous Optimal ...Higher-Order Conjugate Gradient Method (HCGM) For Solving Continuous Optimal ...
Higher-Order Conjugate Gradient Method (HCGM) For Solving Continuous Optimal ...iosrjce
 
Functions And Graphs Part 1
Functions And Graphs Part 1Functions And Graphs Part 1
Functions And Graphs Part 1Timmathy
 
Parallel algorithms for solving linear systems with block-fivediagonal matric...
Parallel algorithms for solving linear systems with block-fivediagonal matric...Parallel algorithms for solving linear systems with block-fivediagonal matric...
Parallel algorithms for solving linear systems with block-fivediagonal matric...Ural-PDC
 
Topic 1 intro to derivatives
Topic 1 intro to derivativesTopic 1 intro to derivatives
Topic 1 intro to derivativesPonnaganti
 
Global optimization
Global optimizationGlobal optimization
Global optimizationbpenalver
 
Optimization Methods in Finance
Optimization Methods in FinanceOptimization Methods in Finance
Optimization Methods in Financethilankm
 

Destacado (20)

Energy Minimization Using Gromacs
Energy Minimization Using GromacsEnergy Minimization Using Gromacs
Energy Minimization Using Gromacs
 
Molecular modelling
Molecular modelling Molecular modelling
Molecular modelling
 
Molecular dynamics and Simulations
Molecular dynamics and SimulationsMolecular dynamics and Simulations
Molecular dynamics and Simulations
 
12 Global Brands & Local Markets
12 Global Brands & Local Markets12 Global Brands & Local Markets
12 Global Brands & Local Markets
 
Vocabulary
VocabularyVocabulary
Vocabulary
 
Building a mobile reaction lab notebook (ACS Dallas 2014)
Building a mobile reaction lab notebook (ACS Dallas 2014)Building a mobile reaction lab notebook (ACS Dallas 2014)
Building a mobile reaction lab notebook (ACS Dallas 2014)
 
2.molecular modelling intro
2.molecular modelling intro2.molecular modelling intro
2.molecular modelling intro
 
Grds international conference on pure and applied science (5)
Grds international conference on pure and applied science (5)Grds international conference on pure and applied science (5)
Grds international conference on pure and applied science (5)
 
Grds international conference on pure and applied science (6)
Grds international conference on pure and applied science (6)Grds international conference on pure and applied science (6)
Grds international conference on pure and applied science (6)
 
Higher-Order Conjugate Gradient Method (HCGM) For Solving Continuous Optimal ...
Higher-Order Conjugate Gradient Method (HCGM) For Solving Continuous Optimal ...Higher-Order Conjugate Gradient Method (HCGM) For Solving Continuous Optimal ...
Higher-Order Conjugate Gradient Method (HCGM) For Solving Continuous Optimal ...
 
Hmm
Hmm Hmm
Hmm
 
Gromacs Tutorial
Gromacs TutorialGromacs Tutorial
Gromacs Tutorial
 
Molecular modelling
Molecular modellingMolecular modelling
Molecular modelling
 
Functions And Graphs Part 1
Functions And Graphs Part 1Functions And Graphs Part 1
Functions And Graphs Part 1
 
Parallel algorithms for solving linear systems with block-fivediagonal matric...
Parallel algorithms for solving linear systems with block-fivediagonal matric...Parallel algorithms for solving linear systems with block-fivediagonal matric...
Parallel algorithms for solving linear systems with block-fivediagonal matric...
 
Molecular mechanics
Molecular mechanicsMolecular mechanics
Molecular mechanics
 
Topic 1 intro to derivatives
Topic 1 intro to derivativesTopic 1 intro to derivatives
Topic 1 intro to derivatives
 
Global optimization
Global optimizationGlobal optimization
Global optimization
 
Optimization Methods in Finance
Optimization Methods in FinanceOptimization Methods in Finance
Optimization Methods in Finance
 
勾配法
勾配法勾配法
勾配法
 

Similar a Energy minimization

7-150202040705-conversion-gate02.pdf
7-150202040705-conversion-gate02.pdf7-150202040705-conversion-gate02.pdf
7-150202040705-conversion-gate02.pdfssuser0b0857
 
Introduction to finite element method
Introduction to finite element methodIntroduction to finite element method
Introduction to finite element methodshahzaib601980
 
Computational methodologies
Computational methodologiesComputational methodologies
Computational methodologiesMattSmith321834
 
paper term SUMMARY powerpoint.pptx
paper term SUMMARY powerpoint.pptxpaper term SUMMARY powerpoint.pptx
paper term SUMMARY powerpoint.pptxShathaTaha2
 
ENERGY MINIMIZATION METHODS.pptx
ENERGY MINIMIZATION METHODS.pptxENERGY MINIMIZATION METHODS.pptx
ENERGY MINIMIZATION METHODS.pptx12nikitaborade1
 
Lecture on Introduction to finite element methods & its contents
Lecture on Introduction  to  finite element methods  & its  contentsLecture on Introduction  to  finite element methods  & its  contents
Lecture on Introduction to finite element methods & its contentsMesayAlemuTolcha1
 
Placement and algorithm.
Placement and algorithm.Placement and algorithm.
Placement and algorithm.Ashish Singh
 
Modern power system planning new
Modern power system planning newModern power system planning new
Modern power system planning newBayu imadul Bilad
 
Introduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdfIntroduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdfMustafaELALAMI
 
Simulated annealing presentation
Simulated annealing presentation Simulated annealing presentation
Simulated annealing presentation AmarendraKrSaroj
 
Voltage Stability Improvement by Reactive Power Rescheduling Incorporating P...
Voltage Stability Improvement by Reactive Power Rescheduling  Incorporating P...Voltage Stability Improvement by Reactive Power Rescheduling  Incorporating P...
Voltage Stability Improvement by Reactive Power Rescheduling Incorporating P...IJMER
 
Conformational_Analysis.pptx
Conformational_Analysis.pptxConformational_Analysis.pptx
Conformational_Analysis.pptxChandni Pathak
 
A Research on Optimal Power Flow Solutions For Variable Loa
A Research on Optimal Power Flow Solutions For Variable LoaA Research on Optimal Power Flow Solutions For Variable Loa
A Research on Optimal Power Flow Solutions For Variable LoaIJERA Editor
 

Similar a Energy minimization (20)

7-150202040705-conversion-gate02.pdf
7-150202040705-conversion-gate02.pdf7-150202040705-conversion-gate02.pdf
7-150202040705-conversion-gate02.pdf
 
6.ab initio qm
6.ab initio qm6.ab initio qm
6.ab initio qm
 
Introduction to finite element method
Introduction to finite element methodIntroduction to finite element method
Introduction to finite element method
 
12 l1-harmonic methodology
12 l1-harmonic methodology12 l1-harmonic methodology
12 l1-harmonic methodology
 
Computational methodologies
Computational methodologiesComputational methodologies
Computational methodologies
 
IEEE APE
IEEE APEIEEE APE
IEEE APE
 
paper term SUMMARY powerpoint.pptx
paper term SUMMARY powerpoint.pptxpaper term SUMMARY powerpoint.pptx
paper term SUMMARY powerpoint.pptx
 
ENERGY MINIMIZATION METHODS.pptx
ENERGY MINIMIZATION METHODS.pptxENERGY MINIMIZATION METHODS.pptx
ENERGY MINIMIZATION METHODS.pptx
 
Lecture on Introduction to finite element methods & its contents
Lecture on Introduction  to  finite element methods  & its  contentsLecture on Introduction  to  finite element methods  & its  contents
Lecture on Introduction to finite element methods & its contents
 
Placement and algorithm.
Placement and algorithm.Placement and algorithm.
Placement and algorithm.
 
Modern power system planning new
Modern power system planning newModern power system planning new
Modern power system planning new
 
Lecture3
Lecture3Lecture3
Lecture3
 
Computational chemistry
Computational chemistryComputational chemistry
Computational chemistry
 
Finite Element Methods
Finite Element  MethodsFinite Element  Methods
Finite Element Methods
 
Introduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdfIntroduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdf
 
Simulated annealing presentation
Simulated annealing presentation Simulated annealing presentation
Simulated annealing presentation
 
Voltage Stability Improvement by Reactive Power Rescheduling Incorporating P...
Voltage Stability Improvement by Reactive Power Rescheduling  Incorporating P...Voltage Stability Improvement by Reactive Power Rescheduling  Incorporating P...
Voltage Stability Improvement by Reactive Power Rescheduling Incorporating P...
 
Conformational_Analysis.pptx
Conformational_Analysis.pptxConformational_Analysis.pptx
Conformational_Analysis.pptx
 
A Research on Optimal Power Flow Solutions For Variable Loa
A Research on Optimal Power Flow Solutions For Variable LoaA Research on Optimal Power Flow Solutions For Variable Loa
A Research on Optimal Power Flow Solutions For Variable Loa
 
ME-314- Control Engineering - Week 03-04
ME-314- Control Engineering - Week 03-04ME-314- Control Engineering - Week 03-04
ME-314- Control Engineering - Week 03-04
 

Más de Pinky Vincent

Verb forms tenses class 9 cbse
Verb forms tenses class 9 cbseVerb forms tenses class 9 cbse
Verb forms tenses class 9 cbsePinky Vincent
 
Genome rearrangement
Genome rearrangementGenome rearrangement
Genome rearrangementPinky Vincent
 
Tutorial to Swiss PDB Viewer
Tutorial to Swiss PDB ViewerTutorial to Swiss PDB Viewer
Tutorial to Swiss PDB ViewerPinky Vincent
 
CoMFA CoMFA Comparative Molecular Field Analysis)
CoMFA CoMFA Comparative Molecular Field Analysis)CoMFA CoMFA Comparative Molecular Field Analysis)
CoMFA CoMFA Comparative Molecular Field Analysis)Pinky Vincent
 
Conformational analysis
Conformational analysisConformational analysis
Conformational analysisPinky Vincent
 
MATLAB Bioinformatics tool box
MATLAB Bioinformatics tool boxMATLAB Bioinformatics tool box
MATLAB Bioinformatics tool boxPinky Vincent
 

Más de Pinky Vincent (9)

Verb forms tenses class 9 cbse
Verb forms tenses class 9 cbseVerb forms tenses class 9 cbse
Verb forms tenses class 9 cbse
 
Genome rearrangement
Genome rearrangementGenome rearrangement
Genome rearrangement
 
Genome comparision
Genome comparisionGenome comparision
Genome comparision
 
Tutorial to Swiss PDB Viewer
Tutorial to Swiss PDB ViewerTutorial to Swiss PDB Viewer
Tutorial to Swiss PDB Viewer
 
CoMFA CoMFA Comparative Molecular Field Analysis)
CoMFA CoMFA Comparative Molecular Field Analysis)CoMFA CoMFA Comparative Molecular Field Analysis)
CoMFA CoMFA Comparative Molecular Field Analysis)
 
Conformational analysis
Conformational analysisConformational analysis
Conformational analysis
 
MATLAB Bioinformatics tool box
MATLAB Bioinformatics tool boxMATLAB Bioinformatics tool box
MATLAB Bioinformatics tool box
 
Global alignment
Global alignmentGlobal alignment
Global alignment
 
Probiotics
ProbioticsProbiotics
Probiotics
 

Energy minimization

  • 1. Energy Minimization -Non-Derivative Methods -First Derivative Methods Pinky Sheetal V 1801110004 M.Tech Bioinformatics Background Image Courtesy: 3dciencia.com visual life sciences
  • 2. Contents • Introduction • Criteria to start minimization • Energy Minimization –The Problem • Non Derivative Methods • Simplex Method • Sequential univariate method • First Derivative Methods • Steepest Gradient • Conjugate Gradient Method • References
  • 3. Introduction • The lowest energy conformation is the set of bond lengths and angles that gives the smallest steric energy. • In other words, bonds find a compromise among competing forces to determine the lowest energy conformation. • The goal of molecular mechanics is to determine the lowest energy conformation of a molecule. The process is called energy minimization [1] • Knowing the stable conformers of a molecule is important because it allows us to understand its properties and behavior based on its structure [2]
  • 4. After a number of steps, a local or global minimum on the potential energy surface is reached General Formula: xnew - the value of the geometry at the next step Xold - refers to the geometry at the current step correction - some adjustment made to the geometry In all these methods, a numerical test is applied to the new geometry to decide if a minimum is reached. For example, the slope may be tested to see if it is zero within some numerical tolerance. If the criterion is not met, then the formula is applied again to make another change in the geometry. [2]
  • 5. Criteria to start minimization 1. Starting set of atomic coordinates 2. Parameters for various terms of the potential energy function 3. Description of molecular topology [3] Energy Minimization –The Problem – E = f(x) – E - function of coordinates Cartesian /internal – At minimum the first derivatives are zero and the second derivatives are all positive – Derivatives of the energy with respect to the coordinates provide information about the shape of energy surface and also enhances the efficiency of the minimization. [5] – A Hessian matrix is a square matrix of second derivatives of a function. [4]
  • 6. Non Derivative Methods – Require energy evaluation only and may require many energy evaluations –– Simplex Method  Simplex is a geometrical figure with M+1 interconnected vertices, where M is the dimensionality of the energy function  It does not rely on the calculation of the gradients at all.  As a result, it is the least expensive in CPU time per step.  However, it also often requires the most steps. [5]
  • 7. • To implement the simplex algorithm it is first necessary to generate the vertices of the initial simplex. • The initial configuration of the system corresponds to just one of these vertices. The remaining points can be obtained by adding a constant increment to each coordinate in turn. The energy of the system is calculated at the new point, giving the function value for the relevant vertex. [5] • The point with the highest energy of the three is noted. Then, this point is reflected through the line segment connected the other two (to move away from the region of high energy). • If the energy of point A is the highest out of the three points A, B and C, then A is reflected through line segment BC to produce point D. • In the next step, the two original lowest energy points (B and C) along with the new point D are analyzed. The highest energy point of these is selected, and that point is reflected through the line segment connecting the other two. The process continues until a minimum is located. [2]
  • 8. • The sequential univariate method is a non-derivative method that is considered more appropriate as it systematically cycles through the coordinates in turn • For each coordinate, two new structures are generated by changing the current coordinate. • The energies of these two structure are calculated. • A parabola is then fitted through the 3 points corresponding to the two distorted structures and the original structure. • The minimum point in this quadratic function is determined and the coordinate is then changed to the position of the minimum [5]
  • 9. Derivative Methods • The direction of the first derivative of the energy (the gradient) indicates where the minimum lies, and the magnitude of the gradient indicates the steepness of the local slope. • The energy of the system can be lowered by moving each atom in response to the force acting on it; the force is equal to minus the gradient. • Second derivatives indicate the curvature of the function, information that can be used to predict where the function will change direction ( pass through a minimum or some other stationary point) • When discussing derivative methods it is useful to write the function[5] a Taylor as series expansion about the point Xk • Therefore first order methods use the first derivatives (gradients), second order uses both first and second derivative. The simplex method can thus be considered as a zeroth-order method as it does not use any derivatives.
  • 10. Steepest Descent • In the steepest descents method, the Hessian is just approximated as a constant, γ • γ as an effective force constant and is calculated at the beginning of the first step to give a specified step size. [1] γ is a constant • In this method, the gradients at each point still must be calculated, but by not requiring second derivatives to be calculated. • The method is much faster per step than the Newton-Raphson method. • However, because of the approximation, it is not as efficient and so more steps are generally required to find the minimum. [2]
  • 11. Conjugate Gradient Method • Conjugate gradient is a variation of the steepest descents method. The calculation of the gradient is improved by using information from previous steps. [1] • The gradients of the current geometry are first computed. The direction of the largest gradient is determined after the gradient of current geometry is computed. • The geometry is minimized along this one direction (this is called a line search). Then, a direction orthogonal to the first one is selected (a “conjugate” direction). The geometry is minimized along this direction. • This continues until the geometry is optimized in all the directions. • Pure steepest descents algorithms always take 90° turns after each stage, which may move the first minimization stage away from the optimal value. • If the initial steepest descents finds the minimum along the initial direction. The next best direction to look for the overall minimum is not necessarily perpendicular to the initial path. • Conjugate gradients is a good general purpose technique. [2] Figure: potential energy surface for the two variables
  • 12. References 1. https://www.uzh.ch/oci/efiles/OCPkb/EnergyMinNotes.pdf 2. http://www.coursehero.com/file/2883095/38037emin/ 3. http://ocikbws.uzh.ch/education/molecular_science/mm/minimization.html 4. http://www.gromacs.org/Documentation/Terminology/ 5. A R Leach, Molecular Modelling Principles and Applications, Pearson Education Second Edition 6. http://i572-molecular-modeling.wikispaces.com/file/view/opt_lecture.pdf