Molecular Dynamics Simulations. Objective : To understand the properties of materials Question : How to accomplish the goal? Answer : Positions and momentums.

Slides:



Advertisements
Similar presentations
Time averages and ensemble averages
Advertisements

Simulazione di Biomolecole: metodi e applicazioni giorgio colombo
Transfer FAS UAS SAINT-PETERSBURG STATE UNIVERSITY COMPUTATIONAL PHYSICS Introduction Physical basis Molecular dynamics Temperature and thermostat Numerical.
© copyright 2013-William A. Goddard III, all rights reservedCh120a-Goddard-L06 Ch121a Atomic Level Simulations of Materials and Molecules William A. Goddard.
A Digital Laboratory “In the real world, this could eventually mean that most chemical experiments are conducted inside the silicon of chips instead of.
Survey of Molecular Dynamics Simulations By Will Welch For Jan Kubelka CHEM 4560/5560 Fall, 2014 University of Wyoming.
LINCS: A Linear Constraint Solver for Molecular Simulations Berk Hess, Hemk Bekker, Herman J.C.Berendsen, Johannes G.E.M.Fraaije Journal of Computational.
CHEMICAL EQUILIBRIUM Qualitative Aspects. H 2 O (g) H 2(g) + 1/2 O 2(g) ä 1. The double arrow represents an equilibrium reaction. ä 2. The equation for.
Molecular Dynamics Basics (4.1, 4.2, 4.3) Liouville formulation (4.3.3) Multiple timesteps (15.3)
Running molecular dynamics with constraints included.
Molecular Dynamics, Monte Carlo and Docking Lecture 21 Introduction to Bioinformatics MNW2.
The Protein Folding Problem David van der Spoel Dept. of Cell & Mol. Biology Uppsala, Sweden
Case Studies Class 5. Computational Chemistry Structure of molecules and their reactivities Two major areas –molecular mechanics –electronic structure.
Molecular Dynamics Molecular dynamics Some random notes on molecular dynamics simulations Seminar based on work by Bert de Groot and many anonymous Googelable.
Molecular Dynamics Classical trajectories and exact solutions
A Pinch of Verlet-Velocity Algorithm, A Dash of Langevin Dynamics:
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Mathematical Modeling and Engineering Problem solving.
‘Tis not folly to dream: Using Molecular Dynamics to Solve Problems in Chemistry Christopher Adam Hixson and Ralph A. Wheeler Dept. of Chemistry and Biochemistry,
MSc in High Performance Computing Computational Chemistry Module Introduction to Molecular Dynamics Bill Smith Computational Science and Engineering STFC.
Room 2032 China Canada Winnipeg Manitoba.
ChE 452 Lecture 24 Reactions As Collisions 1. According To Collision Theory 2 (Equation 7.10)
Leapfrog: how to solve Newton’s 2 nd Law on the computer credit: Zhijun Wu, Department of Mathematics, Iowa State University Newton’s equations.
Javier Junquera Molecular dynamics in the microcanonical (NVE) ensemble: the Verlet algorithm.
Ideal Gas Law PV=nRT Kinetic Molecular Theory 1. Gases have low density 2. Gases have elastic collisions 3. Gases have continuous random motion. 4. Gases.
Introduction to Scientific Computing II Molecular Dynamics – Introduction Dr. Miriam Mehl Institut für Informatik Scientific Computing In Computer Science.
Basics of molecular dynamics. Equations of motion for MD simulations The classical MD simulations boil down to numerically integrating Newton’s equations.
Force Fields and Numerical Solutions Christian Hedegaard Jensen - within Molecular Dynamics.
1 CE 530 Molecular Simulation Lecture 6 David A. Kofke Department of Chemical Engineering SUNY Buffalo
Advanced Higher Mechanics Linear and Parabolic Motion Mathematical Techniques for Mechanics Force, Energy and Periodic Motion AH.
1 CE 530 Molecular Simulation Lecture 11 Molecular Dynamics Simulation David A. Kofke Department of Chemical Engineering SUNY Buffalo
Mechanics preliminaries. What is Mechanics? The branch of Physics concerned with the behaviour of physical bodies when subjected to forces or displacements,
Statistical Mechanics and Multi-Scale Simulation Methods ChBE
Molecular Dynamics simulations
Classical Molecular Dynamics CEC, Inha University Chi-Ok Hwang.
9/24/2014PHY 711 Fall Lecture 131 PHY 711 Classical Mechanics and Mathematical Methods 10-10:50 AM MWF Olin 103 Plan for Lecture 13: Finish reading.
Molecular Modelling - Lecture 2 Techniques for Conformational Sampling Uses CHARMM force field Written in C++
Incremental Integration of Computational Physics into Traditional Undergraduate Courses Kelly R. Roos, Department of Physics, Bradley University Peoria,
1 CE 530 Molecular Simulation Lecture 12 David A. Kofke Department of Chemical Engineering SUNY Buffalo
Modelling and Simulation Tarik Booker. What is it (in relation to Computer Science)? Modelling and Simulation refer to the computerized modelling and.
Application of Perturbation Theory in Classical Mechanics
Rick Parent - CIS682 Rigid Body Dynamics simulate basic physics of an object subject to forces Keyframing can be tedious - especially to get ‘realism’
Molecular dynamics (3) Equations of motion for (semi) rigid molecules. Restrained MD.
Statistical Mechanics and Multi-Scale Simulation Methods ChBE
Molecular dynamics (MD) simulations  A deterministic method based on the solution of Newton’s equation of motion F i = m i a i for the ith particle; the.
Revision Previous lectures were about Hamiltonian, Construction of Hamiltonian, Hamilton’s Equations, Some applications of Hamiltonian and Hamilton’s Equations.
Molecular Dynamics by X-Rays?
Molecular Dynamics What to choose in an integrator
Implementation of the TIP5P Potential
Advanced Higher Mechanics
Integrators of higher order
Overview of Molecular Dynamics Simulation Theory
Fundamentals of Molecular Dynamics Simulations
Modeling Exponential Functions
Molecular dynamics (MD) simulations
Molecular Dynamics What to choose in an integrator
Physics-based simulation for visual computing applications
أنماط الإدارة المدرسية وتفويض السلطة الدكتور أشرف الصايغ
Molecular dynamics (MD) simulations
Chapter 9: Molecular-dynamics
Introduction to Scientific Computing II
Rigid Body Dynamics (unconstrained)
Molecular Mechanics Molecular Dynamics.
Liouville formulation (4.3.3)
Introduction to Scientific Computing II
Molecular Dynamics What to choose in an integrator
Molecular Dynamics(MD)
PHY 711 Classical Mechanics and Mathematical Methods
Car Parrinello Molecular Dynamics
Conceptual Dynamics Part II: Kinematics Chapter 2
An interactive, user-driven physics simulator
Presentation transcript:

Molecular Dynamics Simulations

Objective : To understand the properties of materials Question : How to accomplish the goal? Answer : Positions and momentums of each atom have to be determined

Theory of molecular dynamics What is molecular dynamics? The idea –Compute the forces acting on the atoms in a molecular system –Analyze the motions –Deduce the bulk properties of the material

Classical Mechanics (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Verlet algorithm r(t+∆t) = r(t) + v(t)∆t + (1/2)a(t)∆t 2 (1) r(t-∆t) = r(t) – v(t)∆t + (1/2)a(t)∆t 2 (2) Summing these two equations yields r(t+∆t) = 2r(t) – r(t- ∆t) + a(t)∆t 2 (3) v(t+∆t) = v(t) + a(t)∆t + (1/2)b(t)∆t 2 (4) a(t+∆t) = a(t) + b(t)∆t (5) Plugging b(t) from (5) into (4) yields v(t+∆t) = v(t) + (1/2)[a(t) + a(t+∆t)] ∆t (6)

Other algorithms Leap-frog algorithm r(t+∆t) = r(t) + v(t+(1/2)∆t) ∆t v(t+(1/2)∆t) = v(t-(1/2)∆t) + a(t) ∆t Beeman’s algorithm r(t+∆t) = r(t) + v(t)∆t + (2/3)a(t)∆t 2 – (1/6)a(t-∆t)∆t 2 v(t+∆t) = v(t) + v(t)∆t + (1/3)a(t)∆t + (5/6)a(t)∆t–(1/6)a(t∆t)∆t