Overview. For this we will use the Q program ( for carrying out EVB calculations.

Size: px
Start display at page:

Download "Overview. For this we will use the Q program ( for carrying out EVB calculations."

Transcription

1 EVB Tutorial: S N 2 Reaction in Gas Phase and Solution Overview The objective of this tutorial is to give a glimpse into the main features of the Empirical Valence Bond (EVB) method. We will study a simple system: The uncatalyzed S N 2 reaction in gas and aqueous phase. Maybe, if you have some time, we could also look at the dehalogenation that occurs in the haloalkane dehalogenase (DhlA). For this we will use the Q program ( for carrying out EVB calculations. The tutorial per se does not contain all the information regarding the theory behind the methodologies used herein. For a good overview about the EVB method, see references at the end of this file. This tutorial will guide you through several steps, from the setup of the system to be studied, to the analysis of the calculations. It will be divided into five parts: Setting up the systems Partial charge calculations Relaxing of the systems Calibration of EVB parameters Effects of a mutation By the end of the tutorial, the participants should be able to understand the fundamental concepts behind EVB calculations, the structure of Q program and how to set up simulations, as well as how to analyze mutation effects in enzymes using the method.

2 1. Setting Up The Systems Let us start setting up our systems. Go to the folder 0-top. There you will find two subfolders and one input file. If you type ls (or ll -t), you will be able to see all the files (folders are in bold) in this folder: 0-ff prep.inp probr_cl.pdb Take a look at the PDB file called probr_cl.pdb. It contains the xyz coordinates of the system and residue/atom names. It is essential to have the correct order of the atoms in order for the program to match them to the corresponding parameters of the force field. These parameters can be find in the folder 0-ff (extension.lib and.prm) We will use the qprep5 program to set up our system. The input file (prep.inp), contains the instructions that will be given to qprep5 to create a topology file. Here is an example of the input file to be used for this task: readlib./0-ff/qoplsaa.lib readlib./0-ff/prb.lib readlib./0-ff/cl-.lib readprm./0-ff/qoplsaa_prb_cl-.prm readpdb probr_cl.pdb boundary sphere 1:C1 20 #solvate 1:C HOH maketop probr_cl.top writetop probr_cl.top writepdb probr_cl_start.pdb y quit It tells the program which starting structure to use (readpdb probr_cl.pdb) and where to find the parameters (readlib/readprm) It also contains instruction for solvation the system. In this case, that line is commented and the generated topology (.top) will not contain any solvent. Finally, the input will write the topology file and a new PDB file You can open the new PDB in a molecular visualization software to see that no solvation has been included (you can also uncomment that line ) In order to use qprep5, use the following command: qprep5 prep.inp >prep.log You will see that three new files (prep.log; probr_cl_start.pdb and probr_cl.top) have been created. Take a look at the log file to check that everything has run smoothly.

3 2. Relaxing the Systems Now we will perform a procedure called relaxation. It basically consists of running MD simulations to allow our system to find a minimum in its potential energy at the temperature we wish to study. We will go to folder 1-relax and perform a set of MD runs, going from 1 K up to 300 K. From the Setting Up the Systems section, we created a topology file (.top extension). This topology file will be used all the way until the end of this tutorial, so make sure to always have it whichever directory you are running your simulations. Copy the topology from where you created it (0-top to the 1-relax directory. Within this directory, you will find three input files. Each of them refers to a step in the heating procedure ( ). Let us take a look at relax003.inp: [md] steps temperature 300 stepsize 1 bath_coupling 100 [cut-offs] q_atom 99 [files] topology restart final trajectory fep probr_cl.top relax_002.re relax_003.re relax_003.dcd probr_cl.fep [lambdas] [sequence_restraints] [distance_restraints] We will go through some of these sections. Steps stands for the total number of MD steps to be performed, stepsize is the size of the step in fs, temperature is in K, bath-coupling and separate_scaling are related to the thermostat used to ensure constant temperature. At the [files] section, we specify what topology and FEP file (more about it later) should be used, and what will be the names for the trajectory (.dcd) and restart (.re) files to be written. The restart files are important, as we can divide the simulation into several steps. Then, we have the section called lambdas, which is related to the free energy perturbation calculation to be performed between the reactant and the product state stands for the system 100 % at the state 1 (reactant), and 0 % at the state two (product). Finally, sets of position restraints are used to ensure that the heating is made in a smooth manner. The first two numbers correspond to the atom

4 numbers in the PDB generated at the setup step. For further information, please refer to the Q manual. A weak distance restraint is also used to ensure the fragments are kept in the center of the sphere. Now let us take a look at some parts of the FEP file: Here we identify the atoms that should be treated as reacting fragments. Those will be the ones changing bonds, angles, torsions, charges and vdw parameters. The first section indicates the number of sates to be used and the atom to be part of the Q-region (first Q-atom ID and second PDB number of the atom). [FEP] states 2 [atoms] #Q index PDB index The next section gives the name of each atom type, vdw (columns two and three), soft pair (columns four and five), the 1-4 interactions (columns six and seven), and the mass of the atom. The soft pair interaction is used between reacting fragments, in order to reduce the high repulsion from the Lennard-Jones potential as the atoms come close together to form bonds. Details about it can be found at the Q manual. [atom_types] prb_c prc_cl cl-_cl Then the partial charges corresponding to the states 1 (reactant) and 2 (product) for the EVB calculation are indicated. The first column contains the Q-atom ID, and the last two columns are the charges for the EVB states 1 and 2. [change_charges] # PRB.C1 dq= # PRB.H2 dq= # PRB.H3 dq= Sometimes atoms can change their orbital properties, as it happens between sp2 and sp3 C atoms, or bonded and unbounded halogens. Their vdw properties will change, and it is here where we account for this. It works like the change in charges. [change_atoms] 1 prb_c1 prc_c1 # PRB.C1! 7 prb_br11 br-_br1 # PRB.Br11! 8 cl-_cl1 prc_cl11 # CL-.Cl1!

5 Then we add the pair of atoms where the soft potential will act. Again, we are using the Q-atom IDs. Note that here we are only using the atoms that breaking or forming bonds. [soft_pairs] 1 7 # prb_c1-prb_br # prc_c1-prc_cl11 [bond_types] # prb_c1-prb_br # prc_c1-prc_cl11 [change_bonds] # 1.C1-1.Br11 prb_c1-prb_br11 None # 1.C1-2.Cl1 None prc_c1-prc_cl11 These two sections are related to bond modifications. The bond types with three columns have changes in the spring constant (second column) and length (third column, in Å) of a covalent bond, and they are represented by a harmonic potential. The four columns in the bond type section provide the parameters for a Morse potential, which we use to represent the cleavage and formation of bonds. On the following section, we assign the type of bonds for every pair of atoms we are interested in. This time we use the PDB-atom ID for the pair of atoms, and two more columns, representing which type of bond will be used for the two states. Note that for cases where a bond is inexistent a zero is used. By analyzing the FEP file, can you tell which bond is being broken, and which one is being formed? For the angles and torsions, the procedure is analogous. The shape of the potentials follow the OPLS-AA force field convention. If you would like to know more, please refer to the Q manual. Finally, although being an old command, this part enables the printing of distances between two atoms in the output file. Here, the columns three and four have the Q-atom IDs of the atoms we would like information about. [off_diagonals] # prb_c1-prb_br # prc_c1-prc_cl11 Now, time for our MD simulations. In the 1-relax directory, you will see that there are three.inp files (relax_00x.inp). Those are the inputs used for the full relaxation procedure, and should be run sequentially. To run one of the input files, we will use the qdyn5_r8 or qdyn5p. Then run: batch run_relax_q.sh At the end of your relaxation process (three OK should appear), you should have three.log,.dcd and.re files. relax_003.re file will be used to launch your EVB calculations. In order to make sure that all relaxation process was accomplished, check the output file from your last input. At the end of the file you should have that Q terminated normally. If this is the case, time to go for the EVB runs. You can visualize the files in vmd (load the pdb and then the dcd file)

6 3. EVB calculations 3.1 Setting Up Your Calculation Once our systems are relaxed, we can now begin the EVB calculations. Go to the 2-fep folder. You will see that there are three directories. 1-RS_000 2-TS_000 3-PS_000 Each directory contains 51 input files corresponding to the EVB run. As you have learned from the lecture, EVB is a FEP procedure in which the energies used for the free energy calculation are a mix between the energies of the two or more states. The difference between these files is from where one starts the perturbation (from reactants, TS, or products). In order to run such calculation, we need to have the FEP, topology file and the necessary restart files from the relaxation step: cp../../1-relax/relax_003.re cont_relax_003.re cp../../1-relax/relax_003.re cont_relax_003.re.rest cp../../1-relax/*top. The files must be executed sequentially, starting with equil_000_1.000 and then followed by the fep*inp files (from fep_000_1.000.inp, which corresponds to our reactant state (lambdas set as 1.0 and 0.0), going all the way to fep_050_0.000.inp, the file corresponding to the product state (lambdas 0.0 and 1.0). Use the submission script available at each of the folders. bash run_feps_q.sh Running equilibration step equil_000_1.000 ( OK ) Running equilibration step equil_001_1.000 ( OK ) Running equilibration step fep_000_1.000 ( OK ) Running equilibration step fep_001_0.980 ( OK ) 4.2 Analyzing Our EVB Run and Calibrating the Parameters There is one type of file that has not being mentioned yet: the.en files. Those files contain a summary of the energies measured during every calculation, whether it is a MD or an EVB run. In order for us to be able to extract useful information from these energies, we will use another tool from Q: qfep5. To run it, you need an input file, which has been provided (qfep.inp). Such input looks like this: 51 # number of files/frames 2 0 # number of states and off-diagonals # kt and number of points to skip 51 # number of bins 10 # minimum points for bin

7 2.345 # gas phase shift 1 # number of diagonal elements # st 1 and 2,Aij,mu=eta=r0= # linear comb. of states (E=e1-e2) fep_000_1.000.en fep_001_0.980.en fep_050_0.000.en stop The first line corresponds to the number of.en files (51) to be read for the mapping procedure (which are then listed below). We then have the total number of EVB states (2), the value of k B T, number of bins, and the minimum number of points per bin. We will discuss about the bins and points in a while. The next line, where α is located (2.345), is the first of the empirical parameters: the gas-phase shift. The other empirical parameters are denoted by Aij and µ, those being related to the coupling between the wavefunctions for the two EVB states. The remaining empirical parameters were set to zero. Note that the wavefunction coupling, or non-diagonal elements of the Hamiltonian, is of the form Aij=exp( µr ij ), where r ij is the distance between the atoms composing the two extremes of the reaction (in our case, the departing Br atom and the nucleophilic Cl atom). To perform the mapping, use the following command: qfep5 <map_fep.inp >map_fep.log Parts of the output file produced are shown below: # Part 0: Average energies for all states in all files # file state pts lambda EQtot EQbond EQang EQtor EQimp EQel EQvdW Eel_qq EvdW_qq Eel_qp EvdW_qp --> Name of file number 1: fep_000_1.000.en fep_000_1.000.en Name of file number 2: fep_001_0.980.en The Part 0 shows a summary of the energy contributions from different sources, from bond to van der Waals contributions, for both states at different stages of the FEP procedure (i.e. different lambdas). # Part 1: Free energy perturbation summary: # Calculation for full system # lambda(1) dgf sum(dgf) dgr sum(dgr) <dg>

8 The Part 1 starts showing relevant information regarding free energies. It shows how the free energy starts being built, both summing from lambda 1.00 to 0.00 (and backwards, dgf and dgb respectively. On the last column we can see the average between the forward and backward profile of the free energies. Here you can spot where the transition state (TS) is. Often the TS is at the lambda , although this is not necessarily a rule. Later we will analyze the geometry of our system at the TS. Thus, keep in mind that you will find which lambda, and consequently which fep_xxx.log, we should look in order to get the TS distances. # Part 2: Reaction free energy summary: # Lambda(1) bin Energy gap dga dgb dgg # pts c1**2 c2** The Part 2 gives information for the relationship between the lambdas, the number of bin to build the plot of the parabola, the energy gap between the states 1 and 2 for every lambda, the value of the free energy parabola, number of points per bin, and finally the constants c 2 1 and c 2 2, which correspond to the constants of the mixing of the wavefunctions of the states 1 and 2 (ψ g = c 1 ψ 1 + c 2 ψ 2 ). # Part 3: Bin-averaged summary: # bin energy gap <dgg> <dgg norm> pts <c1**2> <c2**2> <r_xy> In this last part, we can extract the free energy profile (dgg norm) plotted against the energy gap as the reaction coordinate. From here you can extract the activation free energy, as well as the free energy difference between reactant and product states. Moreover, we also see the bins and their corresponding center in the energy gap axis. There are plenty of new concepts, so don t worry you could not grasp all of them. It is just a matter of experience. Now, check that you finished your calculation. Once they are done, we can start calibrating the empirical parameters. 3.3 Calibrating Your EVB Parameters Now we come to the final part of the EVB calculation. We need to calibrate the three empirical parameters to reproduce the G and G0 of a reference reaction. In this case I have performed G2 calculations in gas phase to obtain an accurate estimate of the energetics. In some cases, when experimental data of similar systems are available one can also use them and obtain the corresponding activation barriers from the rate constants. Then it is a matter to find a set of empirical parameters that can adjust our EVB parabola to reproduce the results from such studies. Our values are: G = 13.0 kcal/mol and G 0 = -5.4

9 kcal/mol. Calibrating three parameters at the same time is not a trivial task. Every reaction has its peculiarities. Some reactions might be independent of the exponential factor of the non-diagonal terms in the Hamiltonian, while some will need it. In our case, we will set the exponential factor equals to 0. Then you will play with the other two values and try to reproduce the experimental values for the water reaction. Once you find a set that allows you to obtain the desired energetics, you will use the same values for the enzyme reaction and map the energies. You can visualize your trajectory in vmd: vmd../../0-topol/probr_cl_start.pdb fep_0*dcd Also you can extract your activation barrier fro part 3 of the output: If you have some time left, try to include solvent in your simulation and see its effect on the activation barrier. Is that in line with your expectation? References [1] Warshel, A., Weiss, R.M. (1980). An Empirical Valence Bond Approach for Comparing Reactions in Solutions and in Enzymes. Journal of the American Chemical Society 102, [2] Warshel, A. (1991). Computer Modeling of Chemical Reactions in Enzymes and Solutions (New York: Wiley). [3] Marelius, J., Kolmodin, K., Feierberg, I., Åqvist, J. (1998). Q: A Molecular Dynamics Program for Free Energy Calculations and Empirical Valence Bond Simulations in Biomolecular Systems. Journal Molecular Graphics Modelling 16, [4] Duarte, F. & Kamerlin SCL (2016) Theory and Applications of the Empirical Valence Bond Approach: From Physical Chemistry to Chemical Biology. (New York: Wiley).

Hands-on : Model Potential Molecular Dynamics

Hands-on : Model Potential Molecular Dynamics Hands-on : Model Potential Molecular Dynamics OUTLINE 0. DL_POLY code introduction 0.a Input files 1. THF solvent molecule 1.a Geometry optimization 1.b NVE/NVT dynamics 2. Liquid THF 2.a Equilibration

More information

Introduction to Hartree-Fock calculations in Spartan

Introduction to Hartree-Fock calculations in Spartan EE5 in 2008 Hannes Jónsson Introduction to Hartree-Fock calculations in Spartan In this exercise, you will get to use state of the art software for carrying out calculations of wavefunctions for molecues,

More information

CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields

CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields Department of Chemistry and Biochemistry, Concordia University! page 1 of 6 CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields INTRODUCTION The goal of this tutorial

More information

Exercises for Windows

Exercises for Windows Exercises for Windows CAChe User Interface for Windows Select tool Application window Document window (workspace) Style bar Tool palette Select entire molecule Select Similar Group Select Atom tool Rotate

More information

CPMD Tutorial Atosim/RFCT 2009/10

CPMD Tutorial Atosim/RFCT 2009/10 These exercices were inspired by the CPMD Tutorial of Axel Kohlmeyer http://www.theochem.ruhruni-bochum.de/ axel.kohlmeyer/cpmd-tutor/index.html and by other tutorials. Here is a summary of what we will

More information

Citation for the original published paper (version of record):

Citation for the original published paper (version of record): http://www.diva-portal.org Postprint This is the accepted version of a paper published in Chemical Society Reviews. This paper has been peer-reviewed but does not include the final publisher proof-corrections

More information

APBS electrostatics in VMD - Software. APBS! >!Examples! >!Visualization! >! Contents

APBS electrostatics in VMD - Software. APBS! >!Examples! >!Visualization! >! Contents Software Search this site Home Announcements An update on mailing lists APBS 1.2.0 released APBS 1.2.1 released APBS 1.3 released New APBS 1.3 Windows Installer PDB2PQR 1.7.1 released PDB2PQR 1.8 released

More information

The Molecular Dynamics Method

The Molecular Dynamics Method H-bond energy (kcal/mol) - 4.0 The Molecular Dynamics Method Fibronectin III_1, a mechanical protein that glues cells together in wound healing and in preventing tumor metastasis 0 ATPase, a molecular

More information

Free energy simulations

Free energy simulations Free energy simulations Marcus Elstner and Tomáš Kubař January 14, 2013 Motivation a physical quantity that is of most interest in chemistry? free energies Helmholtz F or Gibbs G holy grail of computational

More information

Lab 1: Handout GULP: an Empirical energy code

Lab 1: Handout GULP: an Empirical energy code Lab 1: Handout GULP: an Empirical energy code We will be using the GULP code as our energy code. GULP is a program for performing a variety of types of simulations on 3D periodic solids, gas phase clusters,

More information

1 Introduction. command intended for command prompt

1 Introduction. command intended for command prompt Guest Lecture, Smith College, CS 334, BioInformatics 21 October 2008 GROMACS, Position Restrained MD, Protein Catalytic Activity Filip Jagodzinski 1 Introduction GROMACS (GROningen MAchine for Chemistry

More information

Assignment 2 Atomic-Level Molecular Modeling

Assignment 2 Atomic-Level Molecular Modeling Assignment 2 Atomic-Level Molecular Modeling CS/BIOE/CME/BIOPHYS/BIOMEDIN 279 Due: November 3, 2016 at 3:00 PM The goal of this assignment is to understand the biological and computational aspects of macromolecular

More information

Molecular Mechanics. Yohann Moreau. November 26, 2015

Molecular Mechanics. Yohann Moreau. November 26, 2015 Molecular Mechanics Yohann Moreau yohann.moreau@ujf-grenoble.fr November 26, 2015 Yohann Moreau (UJF) Molecular Mechanics, Label RFCT 2015 November 26, 2015 1 / 29 Introduction A so-called Force-Field

More information

Molecular Orbitals for Ozone

Molecular Orbitals for Ozone Molecular Orbitals for Ozone Purpose: In this exercise you will do semi-empirical molecular orbital calculations on ozone with the goal of understanding the molecular orbital print out provided by Spartan

More information

CHE3935. Lecture 4 Quantum Mechanical Simulation Methods Continued

CHE3935. Lecture 4 Quantum Mechanical Simulation Methods Continued CHE3935 Lecture 4 Quantum Mechanical Simulation Methods Continued 1 OUTLINE Review Introduction to CPMD MD and ensembles The functionals of density functional theory Return to ab initio methods Binding

More information

Lab 1: Empirical Energy Methods Due: 2/14/18

Lab 1: Empirical Energy Methods Due: 2/14/18 Lab 1: Empirical Energy Methods Due: 2/14/18 General remarks on scientific scripting Scientific scripting for managing the input and output data is an important component of modern materials computations,

More information

Exercise 2: Solvating the Structure Before you continue, follow these steps: Setting up Periodic Boundary Conditions

Exercise 2: Solvating the Structure Before you continue, follow these steps: Setting up Periodic Boundary Conditions Exercise 2: Solvating the Structure HyperChem lets you place a molecular system in a periodic box of water molecules to simulate behavior in aqueous solution, as in a biological system. In this exercise,

More information

Alchemical free energy calculations in OpenMM

Alchemical free energy calculations in OpenMM Alchemical free energy calculations in OpenMM Lee-Ping Wang Stanford Department of Chemistry OpenMM Workshop, Stanford University September 7, 2012 Special thanks to: John Chodera, Morgan Lawrenz Outline

More information

CE 530 Molecular Simulation

CE 530 Molecular Simulation 1 CE 530 Molecular Simulation Lecture 14 Molecular Models David A. Kofke Department of Chemical Engineering SUNY Buffalo kofke@eng.buffalo.edu 2 Review Monte Carlo ensemble averaging, no dynamics easy

More information

Lab 2 Worksheet. Problems. Problem 1: Geometry and Linear Equations

Lab 2 Worksheet. Problems. Problem 1: Geometry and Linear Equations Lab 2 Worksheet Problems Problem : Geometry and Linear Equations Linear algebra is, first and foremost, the study of systems of linear equations. You are going to encounter linear systems frequently in

More information

How is molecular dynamics being used in life sciences? Davide Branduardi

How is molecular dynamics being used in life sciences? Davide Branduardi How is molecular dynamics being used in life sciences? Davide Branduardi davide.branduardi@schrodinger.com Exploring molecular processes with MD Drug discovery and design Protein-protein interactions Protein-DNA

More information

Chemistry 14CL. Worksheet for the Molecular Modeling Workshop. (Revised FULL Version 2012 J.W. Pang) (Modified A. A. Russell)

Chemistry 14CL. Worksheet for the Molecular Modeling Workshop. (Revised FULL Version 2012 J.W. Pang) (Modified A. A. Russell) Chemistry 14CL Worksheet for the Molecular Modeling Workshop (Revised FULL Version 2012 J.W. Pang) (Modified A. A. Russell) Structure of the Molecular Modeling Assignment The molecular modeling assignment

More information

Introduction to FARGO3D

Introduction to FARGO3D Introduction to FARGO3D PABLO BENITEZ-LLAMBAY / PBLLAMBAY@NBI.KU.DK FARGO3D is a versatile HD/MHD code that runs on clusters of CPUs or GPUs, developed with special emphasis on protoplanetary disks. However,

More information

Conformational space and energetics of biomolecules: Physical concepts and performance of DFT based methods

Conformational space and energetics of biomolecules: Physical concepts and performance of DFT based methods Conformational space and energetics of biomolecules: Physical concepts and performance of DFT based methods Alexandre Tkatchenko, Carsten Baldauf, Matti Ropo Practical Session III / Weekend Project Haber

More information

Molecular Dynamics Simulation of a Nanoconfined Water Film

Molecular Dynamics Simulation of a Nanoconfined Water Film Molecular Dynamics Simulation of a Nanoconfined Water Film Kyle Lindquist, Shu-Han Chao May 7, 2013 1 Introduction The behavior of water confined in nano-scale environment is of interest in many applications.

More information

Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes

Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes Introduction Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes The production of new drugs requires time for development and testing, and can result in large prohibitive costs

More information

JASS Modeling and visualization of molecular dynamic processes

JASS Modeling and visualization of molecular dynamic processes JASS 2009 Konstantin Shefov Modeling and visualization of molecular dynamic processes St Petersburg State University, Physics faculty, Department of Computational Physics Supervisor PhD Stepanova Margarita

More information

Reactive Empirical Force Fields

Reactive Empirical Force Fields Reactive Empirical Force Fields Jason Quenneville jasonq@lanl.gov X-1: Solid Mechanics, EOS and Materials Properties Applied Physics Division Los Alamos National Laboratory Timothy C. Germann, Los Alamos

More information

CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields

CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields Department of Chemistry and Biochemistry, Concordia University page 1 of 6 CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields INTRODUCTION The goal of this tutorial

More information

Hyeyoung Shin a, Tod A. Pascal ab, William A. Goddard III abc*, and Hyungjun Kim a* Korea

Hyeyoung Shin a, Tod A. Pascal ab, William A. Goddard III abc*, and Hyungjun Kim a* Korea The Scaled Effective Solvent Method for Predicting the Equilibrium Ensemble of Structures with Analysis of Thermodynamic Properties of Amorphous Polyethylene Glycol-Water Mixtures Hyeyoung Shin a, Tod

More information

2008 Biowerkzeug Ltd.

2008 Biowerkzeug Ltd. 2008 Biowerkzeug Ltd. 1 Contents Summary...3 1 Simulation...4 1.1 Setup...4 1.2 Output...4 2 Settings...5 3 Analysis...9 3.1 Setup...9 3.2 Input options...9 3.3 Descriptions...10 Please note that we cannot

More information

Satellite project, AST 1100

Satellite project, AST 1100 Satellite project, AST 1100 Introduction and useful information 0.1 Project overview In this project you are going to send a satellite from your home planet, in your own personal star system, to visit

More information

A First Course on Kinetics and Reaction Engineering Example 15.2

A First Course on Kinetics and Reaction Engineering Example 15.2 Example 15.2 Problem Purpose This example illustrates the use of the integral method of data analysis with a rate expression that depends on the concentrations of more than one species. Problem Statement

More information

k θ (θ θ 0 ) 2 angles r i j r i j

k θ (θ θ 0 ) 2 angles r i j r i j 1 Force fields 1.1 Introduction The term force field is slightly misleading, since it refers to the parameters of the potential used to calculate the forces (via gradient) in molecular dynamics simulations.

More information

The Chemistry of Respiration and Photosynthesis

The Chemistry of Respiration and Photosynthesis The Chemistry of Respiration and Photosynthesis Objective- You should be able to write balanced equations for respiration and photosynthesis and explain how the two equations are related. Directions :

More information

Biomolecular modeling. Theoretical Chemistry, TU Braunschweig (Dated: December 10, 2010)

Biomolecular modeling. Theoretical Chemistry, TU Braunschweig (Dated: December 10, 2010) Biomolecular modeling Marcus Elstner and Tomáš Kubař Theoretical Chemistry, TU Braunschweig (Dated: December 10, 2010) IX. FREE ENERGY SIMULATIONS When searching for a physical quantity that is of most

More information

Exercise 7: Reaction Mechanisms

Exercise 7: Reaction Mechanisms Exercise 7: Reaction Mechanisms In this exercise, a simple S N 2 reaction is studied using quantum chemical methods: F C Cl F C Cl F C Cl + Reactant Transition State Product The goal is to determine the

More information

The Potential Energy Surface (PES) And the Basic Force Field Chem 4021/8021 Video II.iii

The Potential Energy Surface (PES) And the Basic Force Field Chem 4021/8021 Video II.iii The Potential Energy Surface (PES) And the Basic Force Field Chem 4021/8021 Video II.iii Fundamental Points About Which to Be Thinking It s clear the PES is useful, so how can I construct it for an arbitrary

More information

Free energy calculations

Free energy calculations Free energy calculations Berk Hess May 5, 2017 Why do free energy calculations? The free energy G gives the population of states: ( ) P 1 G = exp, G = G 2 G 1 P 2 k B T Since we mostly simulate in the

More information

An introduction to Molecular Dynamics. EMBO, June 2016

An introduction to Molecular Dynamics. EMBO, June 2016 An introduction to Molecular Dynamics EMBO, June 2016 What is MD? everything that living things do can be understood in terms of the jiggling and wiggling of atoms. The Feynman Lectures in Physics vol.

More information

Molecular Mechanics. I. Quantum mechanical treatment of molecular systems

Molecular Mechanics. I. Quantum mechanical treatment of molecular systems Molecular Mechanics I. Quantum mechanical treatment of molecular systems The first principle approach for describing the properties of molecules, including proteins, involves quantum mechanics. For example,

More information

Molecular Dynamics Simulations. Dr. Noelia Faginas Lago Dipartimento di Chimica,Biologia e Biotecnologie Università di Perugia

Molecular Dynamics Simulations. Dr. Noelia Faginas Lago Dipartimento di Chimica,Biologia e Biotecnologie Università di Perugia Molecular Dynamics Simulations Dr. Noelia Faginas Lago Dipartimento di Chimica,Biologia e Biotecnologie Università di Perugia 1 An Introduction to Molecular Dynamics Simulations Macroscopic properties

More information

Self assembly of Carbon Atoms in Interstellar Space and Formation Mechanism of Naphthalene from Small Precursors: A Molecular Dynamics Study

Self assembly of Carbon Atoms in Interstellar Space and Formation Mechanism of Naphthalene from Small Precursors: A Molecular Dynamics Study Self assembly of Carbon Atoms in Interstellar Space and Formation Mechanism of Naphthalene from Small Precursors: A Molecular Dynamics Study Niladri Patra UIC Advisor: Dr. H. R. Sadeghpour ITAMP Large

More information

Lab 1: Handout GULP: an Empirical energy code

Lab 1: Handout GULP: an Empirical energy code 3.320/SMA 5.107/ Atomistic Modeling of Materials Spring 2003 1 Lab 1: Handout GULP: an Empirical energy code We will be using the GULP code as our energy code. GULP is a program for performing a variety

More information

Molecular Dynamics. A very brief introduction

Molecular Dynamics. A very brief introduction Molecular Dynamics A very brief introduction Sander Pronk Dept. of Theoretical Physics KTH Royal Institute of Technology & Science For Life Laboratory Stockholm, Sweden Why computer simulations? Two primary

More information

User Guide for LeDock

User Guide for LeDock User Guide for LeDock Hongtao Zhao, PhD Email: htzhao@lephar.com Website: www.lephar.com Copyright 2017 Hongtao Zhao. All rights reserved. Introduction LeDock is flexible small-molecule docking software,

More information

Potential Energy (hyper)surface

Potential Energy (hyper)surface The Molecular Dynamics Method Thermal motion of a lipid bilayer Water permeation through channels Selective sugar transport Potential Energy (hyper)surface What is Force? Energy U(x) F = " d dx U(x) Conformation

More information

Lab #2 - Two Degrees-of-Freedom Oscillator

Lab #2 - Two Degrees-of-Freedom Oscillator Lab #2 - Two Degrees-of-Freedom Oscillator Last Updated: March 0, 2007 INTRODUCTION The system illustrated in Figure has two degrees-of-freedom. This means that two is the minimum number of coordinates

More information

The Molecular Dynamics Method

The Molecular Dynamics Method The Molecular Dynamics Method Thermal motion of a lipid bilayer Water permeation through channels Selective sugar transport Potential Energy (hyper)surface What is Force? Energy U(x) F = d dx U(x) Conformation

More information

LightWork Memo 18: Galactic Spectra Data Overview 1

LightWork Memo 18: Galactic Spectra Data Overview 1 LightWork Memo 18: Galactic Spectra Data Overview 1 Subject: Galactic Spectra Data Overview Memo: 18, revision 1 From: Glen Langston, Evan Smith and Sophie Knudsen Date: 2017 August 18 Summary: Examples

More information

Jaguar DFT Optimizations and Transition State Searches

Jaguar DFT Optimizations and Transition State Searches Jaguar DFT Optimizations and Transition State Searches Density Functional Theory (DFT) is a quantum mechanical (QM) method that gives results superior to Hartree Fock (HF) in less computational time. A

More information

Structural Bioinformatics (C3210) Molecular Mechanics

Structural Bioinformatics (C3210) Molecular Mechanics Structural Bioinformatics (C3210) Molecular Mechanics How to Calculate Energies Calculation of molecular energies is of key importance in protein folding, molecular modelling etc. There are two main computational

More information

Multiscale Materials Modeling

Multiscale Materials Modeling Multiscale Materials Modeling Lecture 09 Quantum Mechanics/Molecular Mechanics (QM/MM) Techniques Fundamentals of Sustainable Technology These notes created by David Keffer, University of Tennessee, Knoxville,

More information

Organization of NAMD Tutorial Files

Organization of NAMD Tutorial Files Organization of NAMD Tutorial Files .1.1. RMSD for individual residues Objective: Find the average RMSD over time of each residue in the protein using VMD. Display the protein with the residues colored

More information

Table of Contents. Table of Contents LAMMPS trajectories into QuantumATK

Table of Contents. Table of Contents LAMMPS trajectories into QuantumATK Table of Contents Table of Contents LAMMPS trajectories into QuantumATK Preparing a LAMMPS script Running LAMMPS Importing to QuantumATK Postprocessing LAMMPS trajectories References 1 2 2 3 3 5 8 QuantumATK

More information

Chemistry 4021/8021 Computational Chemistry 3/4 Credits Spring Semester 2013 ( Due 4 / 10 / 12 )

Chemistry 4021/8021 Computational Chemistry 3/4 Credits Spring Semester 2013 ( Due 4 / 10 / 12 ) Chemistry 4021/8021 Computational Chemistry 3/4 Credits Spring Semester 2013 ( Due 4 / 10 / 12 ) This problem set will take longer than the last one in the sense that you will almost certainly need to

More information

Newton s Cooling Model in Matlab and the Cooling Project!

Newton s Cooling Model in Matlab and the Cooling Project! Newton s Cooling Model in Matlab and the Cooling Project! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 10, 2014 Outline Your Newton

More information

Molecular Orbitals in Inorganic Chemistry. Dr. P. Hunt Rm 167 (Chemistry)

Molecular Orbitals in Inorganic Chemistry. Dr. P. Hunt Rm 167 (Chemistry) Molecular Orbitals in Inorganic Chemistry Dr. P. Hunt p.hunt@imperial.ac.uk Rm 167 (Chemistry http://www.ch.ic.ac.uk/hunt/ Outline LCAO theory orbital size matters where to put the FO energy levels the

More information

Bioengineering 215. An Introduction to Molecular Dynamics for Biomolecules

Bioengineering 215. An Introduction to Molecular Dynamics for Biomolecules Bioengineering 215 An Introduction to Molecular Dynamics for Biomolecules David Parker May 18, 2007 ntroduction A principal tool to study biological molecules is molecular dynamics simulations (MD). MD

More information

Advanced usage of MOLCAS. Ex. 1. Usage of Symmetry in Molcas

Advanced usage of MOLCAS. Ex. 1. Usage of Symmetry in Molcas Advanced usage of MOLCAS Ex 1. Symmetry in Molcas (20 min). Ex 2. Transition state optimization (30 min). Ex 3. Ways to run RASSCF program (30 min). Ex 4. Optional. Using EXPBAS module (20 min) Ex 5. Optional.

More information

Example questions for Molecular modelling (Level 4) Dr. Adrian Mulholland

Example questions for Molecular modelling (Level 4) Dr. Adrian Mulholland Example questions for Molecular modelling (Level 4) Dr. Adrian Mulholland 1) Question. Two methods which are widely used for the optimization of molecular geometies are the Steepest descents and Newton-Raphson

More information

IFM Chemistry Computational Chemistry 2010, 7.5 hp LAB2. Computer laboratory exercise 1 (LAB2): Quantum chemical calculations

IFM Chemistry Computational Chemistry 2010, 7.5 hp LAB2. Computer laboratory exercise 1 (LAB2): Quantum chemical calculations Computer laboratory exercise 1 (LAB2): Quantum chemical calculations Introduction: The objective of the second computer laboratory exercise is to get acquainted with a program for performing quantum chemical

More information

Calculating Vibrational Spectra from Molecular Dynamics

Calculating Vibrational Spectra from Molecular Dynamics Calculating Vibrational Spectra from Molecular Dynamics A Simulating a Trajectory with Wannier Centers To calculate IR spectra from Molecular Dynamics, it is necessary to have dipole information for the

More information

GMS 8.0 Tutorial MT3DMS Advanced Transport MT3DMS dispersion, sorption, and dual domain options

GMS 8.0 Tutorial MT3DMS Advanced Transport MT3DMS dispersion, sorption, and dual domain options v. 8.0 GMS 8.0 Tutorial MT3DMS dispersion, sorption, and dual domain options Objectives Learn about the dispersion, sorption, and dual domain options in MT3DMS Prerequisite Tutorials None Required Components

More information

Due: since the calculation takes longer than before, we ll make it due on 02/05/2016, Friday

Due: since the calculation takes longer than before, we ll make it due on 02/05/2016, Friday Homework 3 Due: since the calculation takes longer than before, we ll make it due on 02/05/2016, Friday Email to: jqian@caltech.edu Introduction In this assignment, you will be using a commercial periodic

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information

FlexMD Manual. ADF Program System Release 2013

FlexMD Manual. ADF Program System Release 2013 FlexMD Manual ADF Program System Release 2013 Scientific Computing & Modelling NV Vrije Universiteit, Theoretical Chemistry De Boelelaan 1083; 1081 HV Amsterdam; The Netherlands WWW: www.scm.com E-mail:

More information

EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE (V_3)

EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE (V_3) TA name Lab section Date TA Initials (on completion) Name UW Student ID # Lab Partner(s) EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE (V_3) 121 Textbook Reference: Knight, Chapter 13.1-3, 6. SYNOPSIS In

More information

Lab 4: Gauss Gun Conservation of Energy

Lab 4: Gauss Gun Conservation of Energy Lab 4: Gauss Gun Conservation of Energy Before coming to Lab Read the lab handout Complete the pre-lab assignment and hand in at the beginning of your lab section. The pre-lab is written into this weeks

More information

MAT 343 Laboratory 6 The SVD decomposition and Image Compression

MAT 343 Laboratory 6 The SVD decomposition and Image Compression MA 4 Laboratory 6 he SVD decomposition and Image Compression In this laboratory session we will learn how to Find the SVD decomposition of a matrix using MALAB Use the SVD to perform Image Compression

More information

Technical Note Calculations of Orbital Overlap Range Function EDR( r ; d) and Overlap Distance D(r )using Multiwfn

Technical Note Calculations of Orbital Overlap Range Function EDR( r ; d) and Overlap Distance D(r )using Multiwfn Technical Note Calculations of Orbital Overlap Range Function EDR( r ; d) and Overlap Distance D(r )using Multiwfn Abstract The orbital overlap range function EDR( r; d) (J. Chem. Phys. 2014, 141, 144104)

More information

Implementing MD Simulations and Principal Component Analysis to Calculate Protein Motions

Implementing MD Simulations and Principal Component Analysis to Calculate Protein Motions Implementing MD Simulations and Principal Component Analysis to Calculate Protein Motions Myrna I. Merced Serrano Computational and Systems Biology Summer Institute Iowa State University Ames, IA 50010

More information

Lecture 11: Potential Energy Functions

Lecture 11: Potential Energy Functions Lecture 11: Potential Energy Functions Dr. Ronald M. Levy ronlevy@temple.edu Originally contributed by Lauren Wickstrom (2011) Microscopic/Macroscopic Connection The connection between microscopic interactions

More information

QUANTUM CHEMISTRY WITH GAUSSIAN : A VERY BRIEF INTRODUCTION (PART 2)

QUANTUM CHEMISTRY WITH GAUSSIAN : A VERY BRIEF INTRODUCTION (PART 2) QUANTUM CHEMISTRY WITH GAUSSIAN : A VERY BRIEF INTRODUCTION (PART 2) TARAS V. POGORELOV AND MIKE HALLOCK SCHOOL OF CHEMICAL SCIENCES, UIUC This tutorial continues introduction to Gaussian [2]. Here we

More information

Physical Chemistry Final Take Home Fall 2003

Physical Chemistry Final Take Home Fall 2003 Physical Chemistry Final Take Home Fall 2003 Do one of the following questions. These projects are worth 30 points (i.e. equivalent to about two problems on the final). Each of the computational problems

More information

Ranking of HIV-protease inhibitors using AutoDock

Ranking of HIV-protease inhibitors using AutoDock Ranking of HIV-protease inhibitors using AutoDock 1. Task Calculate possible binding modes and estimate the binding free energies for 1 3 inhibitors of HIV-protease. You will learn: Some of the theory

More information

CHEM UNIT 9: Chemical Reactions and Stoichiometry

CHEM UNIT 9: Chemical Reactions and Stoichiometry CHEM UNIT 9: Chemical Reactions and Stoichiometry http://teachersites.schoolworld.com/webpages/rcummings/ This is a good website that has videos of Mr. Cummings (our Chem. Dept. Head) lecturing on topics.

More information

An Overview of Organic Reactions

An Overview of Organic Reactions An Overview of Organic Reactions Radical Reactions Reactions involving symmetrical bond breaking and bond forming omolytic bond breaking omogenic bond formation Radical Reaction with alkanes and uv light

More information

Lab 9: Maximum Likelihood and Modeltest

Lab 9: Maximum Likelihood and Modeltest Integrative Biology 200A University of California, Berkeley "PRINCIPLES OF PHYLOGENETICS" Spring 2010 Updated by Nick Matzke Lab 9: Maximum Likelihood and Modeltest In this lab we re going to use PAUP*

More information

NWChem: Molecular Dynamics and QM/MM

NWChem: Molecular Dynamics and QM/MM NWChem: Molecular Dynamics and QM/MM Molecular Dynamics Functionality Target systems: General features: biomolecules (proteins, DNA/RNA, biomembranes) energy evaluation (SP) energy minimization (EM) molecular

More information

Solutions to Assignment #4 Getting Started with HyperChem

Solutions to Assignment #4 Getting Started with HyperChem Solutions to Assignment #4 Getting Started with HyperChem 1. This first exercise is meant to familiarize you with the different methods for visualizing molecules available in HyperChem. (a) Create a molecule

More information

Computational Chemistry Problem Set 4 Due Monday, February 22, 2011 (at the start of class) Total Number of Points = 85

Computational Chemistry Problem Set 4 Due Monday, February 22, 2011 (at the start of class) Total Number of Points = 85 Computational Chemistry Problem Set 4 Due Monday, February 22, 2011 (at the start of class) Total Number of Points = 85 Basic Technical Notes: (1) For security reasons, you are allowed to log into the

More information

Note: Please use the actual date you accessed this material in your citation.

Note: Please use the actual date you accessed this material in your citation. MIT OpenCourseWare http://ocw.mit.edu 18.06 Linear Algebra, Spring 2005 Please use the following citation format: Gilbert Strang, 18.06 Linear Algebra, Spring 2005. (Massachusetts Institute of Technology:

More information

Page 1. (b) A system at equilibrium will shift from its equilibrium position if:

Page 1. (b) A system at equilibrium will shift from its equilibrium position if: Page 1 1. Circle the correct answer (1 8 pts total) ( points each) (a) The rate constant for a reaction will change if: i) a catalyst is added ii) the concentration of reactants is increased iii) T is

More information

A new extension of QM/MM methods: the adaptive buffered-force QM/MM method

A new extension of QM/MM methods: the adaptive buffered-force QM/MM method A new extension of QM/MM methods: the adaptive buffered-force QM/MM method Letif Mones Engineering Department, University of Cambridge lam81@cam.ac.uk Overview Basic concept of the QM/MM methods MM vs.

More information

Materials that you may find helpful when working through this exercise

Materials that you may find helpful when working through this exercise Detailed steps illustrating how to use VASP on the Suns in Fitz 177 For use in lab: 11/10/2009 (Original file by Dr. Rachel Getman, 11/18/2007. Editted for use by Dorrell McCalman 11/09/2009.) Note on

More information

Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes

Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes Introduction The production of new drugs requires time for development and testing, and can result in large prohibitive costs

More information

S N 2 reaction. Br- + ClCH 3 BrCH 3 + Cl-

S N 2 reaction. Br- + ClCH 3 BrCH 3 + Cl- FY1006 Innføring i kvantefysikk og TFY4215 Kjemisk fysikk og kvantemekanikk Spring 2012 Chemical Physics Exercise 2 To be delivered by Friday 27.04.12 S N 2 reaction. Introduction Many chemical reactions

More information

Developing Monovalent Ion Parameters for the Optimal Point Charge (OPC) Water Model. John Dood Hope College

Developing Monovalent Ion Parameters for the Optimal Point Charge (OPC) Water Model. John Dood Hope College Developing Monovalent Ion Parameters for the Optimal Point Charge (OPC) Water Model John Dood Hope College What are MD simulations? Model and predict the structure and dynamics of large macromolecules.

More information

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE 1. Objective Determining temperature coefficient of metal and activation energy of self-conductance of semiconductor sample. 2. Equipment needed Metal and semiconductor

More information

3rd Advanced in silico Drug Design KFC/ADD Molecular mechanics intro Karel Berka, Ph.D. Martin Lepšík, Ph.D. Pavel Polishchuk, Ph.D.

3rd Advanced in silico Drug Design KFC/ADD Molecular mechanics intro Karel Berka, Ph.D. Martin Lepšík, Ph.D. Pavel Polishchuk, Ph.D. 3rd Advanced in silico Drug Design KFC/ADD Molecular mechanics intro Karel Berka, Ph.D. Martin Lepšík, Ph.D. Pavel Polishchuk, Ph.D. Thierry Langer, Ph.D. Jana Vrbková, Ph.D. UP Olomouc, 23.1.-26.1. 2018

More information

1 An Experimental and Computational Investigation of the Dehydration of 2-Butanol

1 An Experimental and Computational Investigation of the Dehydration of 2-Butanol 1 An Experimental and Computational Investigation of the Dehydration of 2-Butanol Summary. 2-Butanol will be dehydrated to a mixture of 1-butene and cis- and trans-2-butene using the method described in

More information

All-atom Molecular Mechanics. Trent E. Balius AMS 535 / CHE /27/2010

All-atom Molecular Mechanics. Trent E. Balius AMS 535 / CHE /27/2010 All-atom Molecular Mechanics Trent E. Balius AMS 535 / CHE 535 09/27/2010 Outline Molecular models Molecular mechanics Force Fields Potential energy function functional form parameters and parameterization

More information

Close agreement between the orientation dependence of hydrogen bonds observed in protein structures and quantum mechanical calculations

Close agreement between the orientation dependence of hydrogen bonds observed in protein structures and quantum mechanical calculations Close agreement between the orientation dependence of hydrogen bonds observed in protein structures and quantum mechanical calculations Alexandre V. Morozov, Tanja Kortemme, Kiril Tsemekhman, David Baker

More information

Molecular dynamics simulation of graphene formation on 6H SiC substrate via simulated annealing

Molecular dynamics simulation of graphene formation on 6H SiC substrate via simulated annealing Molecular dynamics simulation of graphene formation on 6H SiC substrate via simulated annealing Yoon Tiem Leong @ Min Tjun Kit School of Physics Universiti Sains Malaysia 1 Aug 2012 Single layer graphene

More information

A GUI FOR EVOLVE ZAMS

A GUI FOR EVOLVE ZAMS A GUI FOR EVOLVE ZAMS D. R. Schlegel Computer Science Department Here the early work on a new user interface for the Evolve ZAMS stellar evolution code is presented. The initial goal of this project is

More information

EXPERIMENT 15. USING CONDUCTIVITY TO LOOK AT SOLUTIONS: DO WE HAVE CHARGED IONS OR NEUTRAL MOLECULES? rev 7/09

EXPERIMENT 15. USING CONDUCTIVITY TO LOOK AT SOLUTIONS: DO WE HAVE CHARGED IONS OR NEUTRAL MOLECULES? rev 7/09 EXPERIMENT 15 USING CONDUCTIVITY TO LOOK AT SOLUTIONS: DO WE AVE CARGED IONS OR NEUTRAL MOLECULES? rev 7/09 GOAL After you complete this experiment, you should have a better understanding of aqueous solutions

More information

MOPAC Manual. ADF Modeling Suite

MOPAC Manual. ADF Modeling Suite MOPAC Manual ADF Modeling Suite 2018 www.scm.com Sep 18, 2018 CONTENTS 1 Introduction 1 2 Input keywords 3 3 References 5 i ii CHAPTER ONE INTRODUCTION MOPAC [1 (page 5)] is a general-purpose semiempirical

More information

CECAM Tutorial Stuttgart, Oct. 2012

CECAM Tutorial Stuttgart, Oct. 2012 CECAM Tutorial Stuttgart, Oct. 2012 09.10.2012 ESPResSo++ CECAM Tutorial 1 / 40 ESPResSo++ ESPResSo++ is an open-source simulation package designed to perform molecular dynamics and monte carlo simulations

More information

Introduction to Spark

Introduction to Spark 1 As you become familiar or continue to explore the Cresset technology and software applications, we encourage you to look through the user manual. This is accessible from the Help menu. However, don t

More information