3
Molecular dynamics (MD) is a computer simulation of physical movements of atoms and molecules in the context of N-body simulation . The atoms and molecules are allowed to interact for a period of time, giving a view of the motion of the atoms. In the most common version, the trajectories of atoms and molecules are determined by numerically solving the Newton's equations of motion for a system of interacting particles, where forces between the particles and potential energy are defined by molecular mechanics force fields . The method was originally conceived within theoretical physics in the late 1950s [1] [2] but is applied today mostly in chemical physics , materials science and the modeling of biomolecules . Because molecular systems consist of a vast number of particles, it is impossible to find the properties of such complex systems analytically; MD simulation circumvents this problem by usingnumerical methods. However, long MD simulations are mathematically ill-conditioned , generating cumulative errors in numerical integration that can be minimized with proper selection of algorithms and parameters, but not eliminated entirely. For systems which obey the ergodic hypothesis , the evolution of a single molecular dynamics simulation may be used to determine macroscopic thermodynamic properties of the system: the time averages of an ergodic system correspond to microcanonical ensemble averages. MD has also been termed "statistical mechanics by numbers" and "Laplace 's vision of Newtonian mechanics " of predicting the future by animating nature's forces [3] [4] and allowing insight into molecular motion on an atomic scale. In the context of molecular modeling , a force field refers to the form and parameters of mathematical functions used to describe the potential energy of a system of particles (typically molecules and atoms ). Force field functions and parameter sets are derived from both experimental work and high-levelquantum mechanical calculations. "All-atom" force fields provide parameters for every type of atom in a system, including hydrogen , while "united-atom" force fields treat the hydrogen and carbon atoms in each terminal methyl and each methylene bridge as a single interaction center. "Coarse- grained" force fields, which are frequently used in long-time simulations of proteins , provide even more crude representations for increased computational efficiency. The usage of the term "force field" in chemistry and computational biology differs from the standard usage in physics . In chemistry it is a system of potential energy functions rather than the gradient of a scalar potential , as defined in physics .

Simulation

Embed Size (px)

DESCRIPTION

jhgh

Citation preview

Page 1: Simulation

Molecular dynamics (MD) is a computer simulation of physical movements of atoms and molecules in the context of N-body simulation. The atoms and molecules are allowed to interact for a period of time, giving a view of the motion of the atoms. In the most common version, the trajectories of atoms and molecules are determined by numerically solving the Newton's equations of motion for a system of interacting particles, where forces between the particles and potential energy are defined by molecular mechanics force fields. The method was originally conceived within theoretical physics in the late 1950s[1][2] but is applied today mostly in chemical physics, materials science and the modeling of biomolecules.

Because molecular systems consist of a vast number of particles, it is impossible to find the properties of such complex systems analytically; MD simulation circumvents this problem by usingnumerical methods. However, long MD simulations are mathematically ill-conditioned, generating cumulative errors in numerical integration that can be minimized with proper selection of algorithms and parameters, but not eliminated entirely.

For systems which obey the ergodic hypothesis, the evolution of a single molecular dynamics simulation may be used to determine macroscopic thermodynamic properties of the system: the time averages of an ergodic system correspond to microcanonical ensemble averages. MD has also been termed "statistical mechanics by numbers" and "Laplace's vision of Newtonian mechanics" of predicting the future by animating nature's forces[3][4] and allowing insight into molecular motion on an atomic scale.

In the context of molecular modeling, a force field refers to the form and parameters of mathematical functions used to describe the potential energy of a system of particles (typically molecules and atoms). Force field functions and parameter sets are derived from both experimental work and high-levelquantum mechanical calculations. "All-atom" force fields provide parameters for every type of atom in a system, including hydrogen, while "united-atom" force fields treat the hydrogen and carbon atoms in each terminal methyl and each methylene bridge as a single interaction center. "Coarse-grained" force fields, which are frequently used in long-time simulations of proteins, provide even more crude representations for increased computational efficiency.

The usage of the term "force field" in chemistry and computational biology differs from the standard usage in physics. In chemistry it is a system of potential energy functions rather than the gradient of a scalar potential, as defined in physics.

Simulation is the imitation of the operation of a real-world process or system over time.[1] The act of simulating something first requires that a model be developed; this model represents the key characteristics or behaviors/functions of the selected physical or abstract system or process. The model represents the system itself, whereas the simulation represents the operation of the system over time.

Simulation is used in many contexts, such as simulation of technology for performance optimization, safety engineering, testing, training, education, and video games. Often, computer experiments are used to study simulation models. Simulation is also used with scientific modelling of

Page 2: Simulation

natural systems or human systems to gain insight into their functioning.[2] Simulation can be used to show the eventual real effects of alternative conditions and courses of action. Simulation is also used when the real system cannot be engaged, because it may not be accessible, or it may be dangerous or unacceptable to engage, or it is being designed but not yet built, or it may simply not exist. [3]

Key issues in simulation include acquisition of valid source information about the relevant selection of key characteristics and behaviours, the use of simplifying approximations and assumptions within the simulation, and fidelity and validity of the simulation outcomes.

Computer simulation

A computer simulation (or "sim") is an attempt to model a real-life or hypothetical situation on a computer so that it can be studied to see how the system works. By changing variables in the simulation, predictions may be made about the behaviour of the system. It is a tool to virtually investigate the behaviour of the system under study.[1]

Computer simulation has become a useful part of modeling many natural systems in physics, chemistry and biology,[6] and human systems ineconomics and social science (the computational sociology) as well as in engineering to gain insight into the operation of those systems. A good example of the usefulness of using computers to simulate can be found in the field of network traffic simulation. In such simulations, the model behaviour will change each simulation according to the set of initial parameters assumed for the environment.

Traditionally, the formal modeling of systems has been via a mathematical model, which attempts to find analytical solutions enabling the prediction of the behaviour of the system from a set of parameters and initial conditions. Computer simulation is often used as an adjunct to, or substitution for, modeling systems for which simple closed form analytic solutions are not possible. There are many different types of computer simulation, the common feature they all share is the attempt to generate a sample of representative scenarios for a model in which a complete enumeration of all possible states would be prohibitive or impossible.

Several software packages exist for running computer-based simulation modeling (e.g. Monte Carlo simulation, stochastic modeling, multimethod modeling) that makes all the modeling almost effortless.

Modern usage of the term "computer simulation" may encompass virtually any computer-based representation.

A computer simulation is a simulation, run on a single computer, or a network of computers, to reproduce behavior of asystem. The simulation uses an abstract model (a computer model, or a computational model) to simulate the system. Computer simulations have become a useful part of mathematical modeling of many natural systems in physics(computational physics), astrophysics, chemistry and biology, human systems in economics, psychology, social science, and engineering. Simulation of a system is represented as the running of the system's model. It can be used to explore and gain new insights into new technology and to estimate the performance of systems too complex foranalytical solutions.[1]