• No results found

Non-Bonded Potentials

2.2 Dynamics

3.1.1 Non-Bonded Potentials

3.1.3 Brownian Dynamics . . . 27

3.2 Modelling . . . 30

3.2.1 Modelling (Knotted) Ring Polymers . . . 31 3.2.2 Modelling a Physical Gel . . . 35

C

omputersimulations, or “experiments” [Frenkel and Smit, 2001], are im-

portant tools for studying complex systems. This Thesis itself largely relies on computational methods, in particular Molecular Dynamics (MD) sim- ulations. For this reason, I devote this chapter to describing the essence of the MD simulations employed here and the computational details of the models described in the subsequent Chapters.

Molecular Dynamics simulations have been used for the first time in the late 50’s [Alder and Wainwright, 1959]. They started as a method to investigate the properties of systems of hard spheres [Alder and Wainwright, 1957] and simple liquids [Rahman, 1964] and later became a fundamental technique to model the dynamics of biomolecules [McCammon et al., 1977,Karplus and Petsko, 1990]. As opposed to standard Monte-Carlo techniques, MD simulations offer the advantage of naturally probing the dynamical properties of the systems, such as transport coeffi- cients, time-dependent responses and rheological properties. In addition, Molecular Dynamics models are very flexible in terms of the level of coarse-graining performed on the model. They can either be very accurate in describing microscopic molecular details or in evolving a more coarse-grained picture, depending on the level of detail needed. Usually, MD models lend themselves to a much higher level of molecular

3. Molecular Dynamics Models 24

detail, than standard Monte-Carlo models. One of the key challenges of MD mod- els is to include the appropriate inter-molecular potentials, and, in particular, find the right level of coarse-graining required to reach the best accuracy given practical constraints on their feasibility.

Because modelling microscopic chemical interactions are computationally expen- sive and much of the puzzling physical features of rings in solution are hidden in their long-time behaviour, my interest is in retaining only the key physical elements. I therefore adopt coarse-grained models for the polymers in order to reach longer simulations time-scales. In particular, I will formulate a mesoscopic physical model of the polymers and neglect specific chemical details. Some of the problems dis- cussed in the following Chapters will be naturally associated with specific types of polymers. For instance, gel electrophoresis is very often performed on DNA sam- ples, and therefore it is natural to start from a more physically faithful description for the DNA. On the other hand, the chemical details of the base-pair system is not necessary to capture the physics of gel electrophoresis and will, therefore, be coarse-grained out. In addition, addressing more coarse-grained models has often the advantage of delivering more general results, which might be valid for other systems, as long as they share similar physical and topological properties.

In what follows, I will firstly discuss some general elements of Molecular Dynam- ics simulations and secondly, I will give describe in detail the coarse-grained models used in the following Chapters.

3.1

Molecular Dynamics Scheme

The aim of a Molecular Dynamics simulation is to integrate the classical equations of motion: ∂ri ∂t =vi mi ∂vi ∂t =Fi =− ∂U ∂r, (3.1)

wheremi andri are, respectively, the mass and the position of the i-th atom, often also referred to as “monomers”. Fi is the force acting on the i-th atom, which can be calculated by knowing the potential energy U. This is, in general, dependent on all the other atoms in the system, and, of course, on external fields applied to the system from the outside. In order to reproduce the correct motion, one therefore needs to define what are the interactions between the atoms in the system under study. These can be classified as: non-bonded and bonded potentials. The former deal with interactions between atoms which are not connected at a molecular level, for instance atoms belonging to different polymers. The latter describe the interactions between atoms which do share a molecular connection, such as hydrogen and oxygen in a water molecule.

3. Molecular Dynamics Models 25

3.1.1 Non-Bonded Potentials

Each atom in the simulation can interact via non-bonded potentials with all the other atoms in the system and, if present, a wall delimiting the simulation box. Because of this, one needs to define the 1-body, 2-body, 3-body, etc. interactions as

Unb = N X i u(ri) + X i X j>i v(ri,rj) +. . . (3.2)

where u(ri) is the potential describing the interaction between a single atom and, for instance, a wall andv(ri,rj) the potential describing a 2-body interaction,e.g. a Lennard-Jones or Coulomb potential. For instance in the case of charged polymers, one should, in principle, include both steric and Coulomb interactions. It is also common, as long as the simulation reproduces the essential physics, to drop all the higher order terms.

The two-body repulsion can be efficiently modelled via the following shifted- truncated form of the Lennard-Jones (LJ) potential (or Weeks-Chandler-Andersen model [Weeks et al., 1971]):

ULJ(ri,rj) = 4 " σc rij 12 − σc rij 6 + 1 4 # Θ(21/6σc−rij), (3.3) where Θ(x) is the usual Heaviside function,i.e. 1 forx≥0 and 0 otherwise, and σc is the minimum distance between beads. The potential depth isand rij =|ri−rj| is the distance between the i-th and j-th atom. This version of the Lennard-Jones potential is chosen in order to broadly model only the steric repulsion between atoms, thereby avoiding (i) unwanted Van der Walls attractions and (ii) long-ranged interactions without introducing discontinuity in the potentials.

Another useful way of modelling steric interactions is via a “soft” potential. One of the most used forms of this potential is the following:

Usoft(ri,rj) =s 1 + cos πrij rc Θ(rc−r). (3.4) Here, s is the height of the potential at rij = 0 and rc the cut-off. This potential is generally used for initialising a system possessing partially overlapping elements. These are in fact gently pushed apart by this potential without generating numerical divergences. This pre-equilibration step is very important to avoid “blow-ups” and it is usually done by performing a short run in which the parameter s is slowly raised typically from s= 0 to s = 50, before the LJ potential is turned on.

3. Molecular Dynamics Models 26