simulation of self-assembly of ampiphiles using molecular dynamics

19
Simulation of Self- Assembly of Ampiphiles Using Molecular Dynamics Reza Banki, Misty Davies, Haneesh Kesari Final Project Presentation ME346 Stanford University

Upload: teddy

Post on 31-Jan-2016

42 views

Category:

Documents


0 download

DESCRIPTION

Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics. Reza Banki, Misty Davies, Haneesh Kesari Final Project Presentation ME346 Stanford University. Overview. Introduction and Background Methodology Bead & Spring Model Potential Models Implementation Results - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Simulation of Self-Assembly of Ampiphiles Using Molecular

Dynamics

Reza Banki, Misty Davies, Haneesh Kesari

Final Project Presentation ME346

Stanford University

Page 2: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Overview

• Introduction and Background

• Methodology– Bead & Spring Model– Potential Models

• Implementation

• Results

• Conclusions and Future Work

Page 3: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Introduction

Ampiphiles--large molecule with one or more hydrophilic “head” groups and hydrophobic “tail” groups

Lipids, “fat molecules” which create cell membranes and micelles, do so because they are ampiphiles

Images from Nielsen and Klein

Page 4: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Motivation

• Cell membranes are composed of lipids– Drug delivery– Protobiological evolution

• Nanomechanical Synthesis by Self-Assembly

library.thinkquest.org/.../cell_membranes.html

mrsec.uchicago.edu/Nuggets/Nanostructures/

Page 5: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Bead and Spring Model

• Replace hydrophilic “head” groups with one kind of bead and hydrophobic “tail” groups with another kind of bead. Water as a third kind of bead.

• Model bond interactions within the lipid as springs

Top image from Nielsen and KleinBottom image: www.ahd.tudelft.nl/~frank/showcase.html

Page 6: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Potential Models: LJ 6-12

Used for all unbonded non-hydrophobic reactions

•hh•tt•ww•hw

www.lsbu.ac.uk/water/models.html

Page 7: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Potential Models: LJ 9

Used for all unbonded hydrophobic (purely repulsive) reactions

•ht•tw

Page 8: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Potential Models: Bond

Stretching and bending energies in the bonds (modeled as springs)

Top image: www.ahd.tudelft.nl/~frank/showcase.htmlBottom image from Goetz and Lipowsky

Page 9: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Implementation: makelipids• Created as a function within MD++• Allows for creation of lipids with

multiple heads, multiple number of beads per tail, and allows you to specify which heads are connected to tails

• Each lipid is randomly placed, and then water molecules are created based on specified density and concentration.

• System is relaxed using CG method to begin simulation at equilibrium

Page 10: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Implementation: Connectivity

• Each bead is assigned an index corresponding to a row in an array that lists neighbor beads that it is connected to. The columns of the array identify the structure and the bead type.

• Also identifies which lipid each bead belongs to. This allows the entire molecule to be moved across a periodic boundary for visualization.

0

5 6

1

2

3

4

7

8

9

10

Page 11: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Implementation: lennard_jones_bond

• Created as a function within MD++• Calculates bond and bending

energies for bonded particles (LJ potentials for bonded particles are neglected.)

• Calculates appropriate LJ potential energy for unbonded particles.

• Calculates and sums forces between particles within the cutoff radius (used same cutoff radius for all particles). Uses neighbor list implementation within MD++

Page 12: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Results: Current Model

• Used molecules with completely flexible tails (ht4) and semi-rigid tails (HT4)

=0.006 particles/Å3

• Cs=0.069, 0.208, 0.347, 0.417• Lx=Ly=40Å, Lz=50Å t=0.001ps, total simulation

time=100ps 0=3.321e-24 kJ =3.33 Å, rep=1.05 • rc=2.5 • kbond=5000* 0 /sqrt(), kbend=50* 0

Page 13: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Results: Conjugate Gradient

• Conjugate gradient failed more often for higher densities. Current model approximately 1/3 the density of the desired model.

• Conjugate gradient converged much more slowly for HT4.

• Much faster simulation times than those reported in previous simulations may be due to conjugate gradient creating excellent initial conditions.

Page 14: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Results: 0.069 Concentration

ht4 HT4

Page 15: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Results: 0.208 Concentration

ht4 HT4

Page 16: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Results: 0.347 Concentration

ht4 HT4

Page 17: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Results: 0.417 Concentration

ht4 HT4

Page 18: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Conclusions

•Using very simple models for the molecular structures and for the potential interactions it is possible to simulate lipid self-assembly•More complicated structures are formed with higher lipid concentration•Bending potentials assist aggregate formation•Relaxation may speed total simulation times•CG Relaxation may not be suitable for high density simulations

Page 19: Simulation of Self-Assembly of Ampiphiles Using Molecular Dynamics

Suggestions for Future Work•Implement bending energies in bonds between heads•Implement a function that allows for more than one kind of lipid•Model the different masses of each particle--instead of using the average•Implement a detection algorithm to determine the time of self-assembly and to place the center of mass of the structure at the center of the simulation cell for visualization•Implement a DPD model so that water molecules do not have to be simulated--this may allow CG to relax higher density simulations