Molecular Modelling - Lecture 2 Techniques for Conformational Sampling Uses CHARMM force field Written in C++

Slides:



Advertisements
Similar presentations
Time averages and ensemble averages
Advertisements

Simulation in Materials Summary Friday, 12/6/2002.
Simulazione di Biomolecole: metodi e applicazioni giorgio colombo
Monte Carlo Simulation Wednesday, 9/11/2002 Stochastic simulations consider particle interactions. Ensemble sampling Markov Chain Metropolis Sampling.
Statistical mechanics
Molecular dynamics in different ensembles
How to setup the initial conditions for a Molecular Dynamic Simulation
Transfer FAS UAS SAINT-PETERSBURG STATE UNIVERSITY COMPUTATIONAL PHYSICS Introduction Physical basis Molecular dynamics Temperature and thermostat Numerical.
Lecture 13: Conformational Sampling: MC and MD Dr. Ronald M. Levy Contributions from Mike Andrec and Daniel Weinstock Statistical Thermodynamics.
© 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.
Simulated Annealing Methods Matthew Kelly April 12, 2011.
Contextual Classification by Melanie Ganz Lecture 6, Medical Image Analysis 2008.
Analyzing the Results of a Simulation and Estimating Errors Jason Cooper.
The Calculation of Enthalpy and Entropy Differences??? (Housekeeping Details for the Calculation of Free Energy Differences) first edition: p
Graphical Models for Protein Kinetics Nina Singhal CS374 Presentation Nov. 1, 2005.
Molecular Dynamics Classical trajectories and exact solutions
Joo Chul Yoon with Prof. Scott T. Dunham Electrical Engineering University of Washington Molecular Dynamics Simulations.
Monte Carlo Methods in Partial Differential Equations.
Bioinf. Data Analysis & Tools Molecular Simulations & Sampling Techniques117 Jan 2006 Bioinformatics Data Analysis & Tools Molecular simulations & sampling.
Introduction to Monte Carlo Methods D.J.C. Mackay.
1 CE 530 Molecular Simulation Lecture 7 David A. Kofke Department of Chemical Engineering SUNY Buffalo
Advanced methods of molecular dynamics Monte Carlo methods
Introduction to (Statistical) Thermodynamics
Molecular Dynamics Simulations
Room 2032 China Canada Winnipeg Manitoba.
Free energies and phase transitions. Condition for phase coexistence in a one-component system:
Javier Junquera Molecular dynamics in the microcanonical (NVE) ensemble: the Verlet algorithm.
TUTORIAL no. 2 Monte Carlo simulations: Lennard Jones gas G. Lattanzi Università degli studi di Bari “Aldo Moro” Trieste, July 10 th, 2012 CECAM school.
Molecular Dynamics Simulation Solid-Liquid Phase Diagram of Argon ZCE 111 Computational Physics Semester Project by Gan Sik Hong (105513) Hwang Hsien Shiung.
1 CE 530 Molecular Simulation Lecture 17 Beyond Atoms: Simulating Molecules David A. Kofke Department of Chemical Engineering SUNY Buffalo
Chicago, July 22-23, 2002DARPA Simbiosys Review 1 Monte Carlo Particle Simulation of Ionic Channels Trudy van der Straaten Umberto Ravaioli Beckman Institute.
Scheduling Many-Body Short Range MD Simulations on a Cluster of Workstations and Custom VLSI Hardware Sumanth J.V, David R. Swanson and Hong Jiang University.
Basic Monte Carlo (chapter 3) Algorithm Detailed Balance Other points.
Force Fields and Numerical Solutions Christian Hedegaard Jensen - within Molecular Dynamics.
Monte Carlo Methods in Statistical Mechanics Aziz Abdellahi CEDER group Materials Basics Lecture : 08/18/
Nathan Baker BME 540 The Monte Carlo method Nathan Baker BME 540.
Monte Carlo Methods Versatile methods for analyzing the behavior of some activity, plan or process that involves uncertainty.
8. Selected Applications. Applications of Monte Carlo Method Structural and thermodynamic properties of matter [gas, liquid, solid, polymers, (bio)-macro-
Statistical Mechanics and Multi-Scale Simulation Methods ChBE
Plan Last lab will be handed out on 11/22. No more labs/home works after Thanksgiving. 11/29 lab session will be changed to lecture. In-class final (1hour):
Study of Pentacene clustering MAE 715 Project Report By: Krishna Iyengar.
A Technical Introduction to the MD-OPEP Simulation Tools
Understanding Molecular Simulations Introduction
Protein Folding and Modeling Carol K. Hall Chemical and Biomolecular Engineering North Carolina State University.
 We just discussed statistical mechanical principles which allow us to calculate the properties of a complex macroscopic system from its microscopic characteristics.
Incremental Integration of Computational Physics into Traditional Undergraduate Courses Kelly R. Roos, Department of Physics, Bradley University Peoria,
Path Integral Quantum Monte Carlo Consider a harmonic oscillator potential a classical particle moves back and forth periodically in such a potential x(t)=
Monte Carlo method: Basic ideas. deterministic vs. stochastic In deterministic models, the output of the model is fully determined by the parameter values.
Interacting Molecules in a Dense Fluid
Review Session BS123A/MB223 UC-Irvine Ray Luo, MBB, BS.
Work Readings: Chapter 11.
MSc in High Performance Computing Computational Chemistry Module Parallel Molecular Dynamics (i) Bill Smith CCLRC Daresbury Laboratory
CS774. Markov Random Field : Theory and Application Lecture 15 Kyomin Jung KAIST Oct
1 Molecular Simulations Macroscopic EOS (vdW, PR) Little molecular detail Empirical parameters (  ) Seeking understanding of complex systems Surfactants.
Basic Monte Carlo (chapter 3) Algorithm Detailed Balance Other points non-Boltzmann sampling.
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.
Lecture 14: Advanced Conformational Sampling Dr. Ronald M. Levy Statistical Thermodynamics.
1 Calculation of Radial Distribution Function (g(r)) by Molecular Dynamic.
Computational Physics (Lecture 11) PHY4061. Variation quantum Monte Carlo the approximate solution of the Hamiltonian Time Independent many-body Schrodinger’s.
Computational Physics (Lecture 10)
Overview of Molecular Dynamics Simulation Theory
Monte Carlo: A Simple Simulator’s View
Fundamentals of Molecular Dynamics Simulations
Molecular dynamics (MD) simulations
Molecular Modelling - Lecture 3
Molecular dynamics (MD) simulations
Large Time Scale Molecular Paths Using Least Action.
Experimental Overview
Presentation transcript:

Molecular Modelling - Lecture 2 Techniques for Conformational Sampling Uses CHARMM force field Written in C++

Protein example

Monte Carlo Simulations Technique used to perform first computer simulation of a molecular system “Monte Carlo” = some kind of random sampling

Monte Carlo Methods Basis of Monte Carlo methods is the use of random selections in calculations that lead to the solution of numerical and physical problems e.g.  brownian motion  molecular modelling  designing nuclear reactors  predicting the evolution of stars  forecasting the stock market Each calculation is independent of the others and hence amenable to embarrassingly parallel methods

Monte Carlo Integration : finding value of π Monte Carlo integration  Compute r by generating random points in a square of side 2 and counting how many of them are in the circle with radius 1 (x 2 +y 2 <1; π=4*ratio). Area= π 2 2 Area of square=4

Monte Carlo Simulations Configurations are generated by making random changes to the positions of the atoms Importance sampling  Samples from 3N dimensional space of positions of molecules

Monte Carlo Simulations Z= Configurational integral

Metropolis Monte Carlo Biases generation of configurations towards those that make the most significant contributions to the integral  Low energy states for most thermodynamic properties  Generates states with probability exp(  x  and counts them equally  (simple Monte Carlo would generate them with equal probability and then weight them by exp(  x  

Markov chain of states

Monte Carlo Advantages/Disadvantages Advantages:  Does not require a continuous energy function (as in MD)  Number of particles can easily vary (very hard in MD) Disadvantages  Highly correlated motions hard to simulate Poor sampling of large-scale changes

Molecular Dynamics Newton’s equations of motions are integrated to propagate the structure through time

Molecular Dynamics fast: large systems can be modelled history of molecular motion and interactions  conformational distribution for simulation  t  P 0 

Molecular Dynamics - Integration methods Finite difference methods  Used to generate molecular dynamics trajectories with continuous potentials  Integration broken into stages separated by time  t  Total force on each particle at time t is calculated as a vector sum of all the interactions with other particles  From force can determine accelerations Combined with positions and velocities at time t to calculate positions and velocities at time t +  t Force assumed to be constant during time step

Molecular Dynamics - Integration methods Many algorithms:  Verlet  Leap frog method  Predictor-corrector  Velocity-Verlet

Molecular Dynamics - Verlet Integration Method Most widely used method

Timescale Limitations

MD Production Run Protocol Initial coords obtained from experimental data or theoretical model Can be done by randomly selecting from a Maxwell-Boltzmann distribution at the temperature of interest

Truncating Long-Range forces and the minimum image convention Non-bonded interactions most time- consuming part of a simulation  N 2 Minimum image convention:  Interaction for a molecule i are only counted between it and it’s closest image Truncation of potential creates problems with consistent potential and force

Truncating Long-Range forces and the minimum image convention Use smoothing functions to smoothly switch off the interaction between a “cut- on” and a “cut-off” distance.

Simulated Annealing special case of either MD (`quenched' MD) or MC simulation, in which the temperature is gradually reduced during the simulation. Often, the system is first heated and then cooled the system is given the opportunity to surmount energetic barriers in a search for conformations with energies lower than the local-minimum energy found by energy minimization.  can lead to more realistic simulations of dynamics at low temperature  more expensive than energy minimization.