Model Building An Introduction to Atomistic Simulation

Size: px
Start display at page:

Download "Model Building An Introduction to Atomistic Simulation"

Transcription

1 Materials and Modelling MPhil COURSE MP3: MONTE CARLO AND MOLECULAR DYNAMICS COMPUTING CLASS 1 Model Building An Introduction to Atomistic Simulation Wednesday 22 nd November Aims and objectives The aim of this class is to introduce the concept of molecular mechanics for atomistic simulation. We will look at what is required to build a simple model of a periodic ionic solid and use it to calculate some defect energies as a means of illustrating some of the issues that must be considered when performing simulations. This information will then be used in the second class when we consider molecular dynamics. By the end of this class you will be able to :- 1. Generate the unit cell of a crystal given its cell dimensions, space group and atomic coordinates. 2. Appreciate what is required to define the interaction between ions. 3. Calculate defect energies and understand the problems finite size effects introduce. 2 Practical 2.1 Getting started All the software we will be using in this session is available free within the UK academic community. The packages are by no means unique in their capabilities and other software packages are available (including commercial software). However, whatever software you use in the future, the methodology described below will provide a useful routine to follow when generating a computer model of a material. The code we will be using to generate our models and at the end of the session to do some simple calculation is METADISE 1. To visualise our models we will be using VIEWER-LITE, which is a simplified version of the commercial package Materials Studio. 1 Minimum Energy Techniques Applied to Dislocation, Interface and Surface Energies 1

2 2.2 Model building Building a simple crystal with two different atomic species To define the structure of a three-dimensional solid requires the input of three main sets of information - the unit cell, the fractional coordinates and types of the atoms, and finally the space group symmetry. If all this sounds a little confusing, don t worry too much, everything should become clear as you work through this practical session. If you have any questions though, please ask a demonstrator for help that is what we are here for. The following will generate a NaCl-type lattice. If you haven t done so already, log into one of the Window s PCs and Double-Click on the My Computer icon on your desktop. Then double click on the ion representing the network drive labelled i: (This is the MPhil file server and saving any files you create during the class here means that they will be available on any of the PCs in the workroom and not just the one you are currently logged into). Create a new folder by choosing File >> New >> New Folder from the menu and name it class1. Double click on its icon to change into the folder and create a new file called mgo.txt by choosing File >> New >> Text Document from the menu. Double click on the new text file you have just created and add a magnesium atom at fractional coordinate (0,0,0) and an oxygen atom at fractional coordinate (0.5,0.5,0.5) by typing the following. fractional Mg O ends A keyword the data assocaiated with it follows on the next lines The position of the Anion The position of the Cation Tells the program we have stopped giving it a block of data It is also possible to insert atoms in Cartesian coordinates, as we will see later in the class, however in simple bulk structures it is easier to use fractional coordinates. 2

3 Next add the information about the unit cell, MgO is cubic and has a cell parameter of 4.21Å. This goes above the fractional key word. Finally we need to add information about the space group, Fm-3m in this case. Once you have done that, the input file should look like this: cell Space full fm-3m 225 fractional Mg O ends The values of a, b, c, α, β, and γ for our unit cell FM-3M is the space group that represents a simple cubic lattice The additional information in the space line tells the program not to try and simplify the cell using symmetry and gives the reference number for the space group. Don t worry if the idea of space groups is new to you. All you need to know is that they are a way of defining the symmetry and position of the atoms in a unit cell. Finally, we need to add some keywords to tell the program what type of calculation we want to do and to define the force field we want to use. At this stage we only want to generate the crystal structure, so all you need to add to the bottom of your file is: Nopotential Check Start Stop No force field (or potential parameters) will be defined Just read in the input we give it then write it back out again We have finished giving input to the program so it can do any calcaultion we have asked for Gives us control of the computer back when the calculation has finished At this point you might want to check with a demonstrator you have set the file up correctly. 3

4 Save the file and rename it MgO.met. Assuming your computer is set up correctly all you need to do is double click on the file you have created and METADISE will run and generate your crystal structure. The program will only take a second or so to run and will produce several output files. The code*.out file is the main output file from METADISE and sum*.out is a summary of this file. Both can be opened in word pad or notepad. The remaining files display the crystal structure in formats that can be read by various visualisation packages and by METADISE itself (in the case of the.res files). The.xyz.car and.cif are all in a format that can be read by VIEWER-LITE. Double click on the aft*.car file and VIEWER-LITE should open displaying the MgO crystal you have just created. If you are not sure what the structure should look like, ask a demonstater to check your results. Experiment with using the viewer to manipulate the cell. For example you might try to change the display type or grow the crystal. Once you are happy with using the viewer to manipulate a crystal, close the window down and try to make a ceria (CeO 2 ) cell, which has the fluorite structure, by editing the mgo.met file you created above to reflect the following crystal cell information: Unit cell a = b = c = 5.51Å α = β = γ = 90, space group FM3-M (225) Fractional coordinates: Ce , O Once you have made the changes, save the file as ceo2.met and run METADISE again. If you have done everything correctly you should get another aft*.car file containing a ceria structure (as well as the other files METADISE produces). Again if you are not sure what the structure should look like, ask a demonstater to check your results for you. This procedure is always the starting point for building a model of a periodic solid. However, to ease the process there are numerous databases of experimentally determined crystal structures available online, for example. 4

5 2.2.2 Building a Simple Molecular Crystals It should also be noted at this point that we can also generate the structure of molecular crystals using METADISE, although this is not what the code was designed for and thus the process is less intuitive and there are far better codes available, designed more for this purpose. As an example however the the file urea.met on the course website will generate a crystal cell or urea (something we will look at in more detail in the next lab class). 2.3 Choosing a Potential Model Being able to generate the crystal structure of our system is only the first stage of the battle. We also need to choose a suitable potential model to describe the interactions in our system and calculate key properties such as energies, elastic constants and electrostatic constants. This will be the topic of the remainder of the class. We are now going to select the potential parameters required to model Ceria. At this point you might want to refer back to the section in your lecture notes on force fields and potential models. Just as when we were considering crystal structures there are various online data bases of potential parameters available, one of the best is maintained by the Royal Institution in London and can be found at 5

6 Open the input file you used to create the ceria structure above and change the keyword nopotential to potential and on the next line add the word ends. The details of the potential model will go between these two lines. First add the long-range Columbic interactions. This simply requires details of the atomic species in the cell and their charge. The keyword Buckingham is used to indicate how the short-range interactions will be defined. In our model we will assume the Ce Ce interaction is totally Columbic (a common assumption in these models) so we only need to add details of the Ce O and O O interactions. Once you have done this the potential section of your input file should look like this. potential keyword to indicate the potential model will follow species keyword to indicate a list of ionic species and charges will follow Ce 4.0 Ce 4+ O -2.0 O 2 ends The end of the list of ionic species Buckingham keyword to indicate a list of potential parameters will follow Ce O O O ends The end of the list of potential parameters ends The end of the potential model definition You will no doubt remember ( ) from the lecture course that the buckingham potential takes rij the form Φ ij = A ij exp ρ ij C ij which means we need to add the values of A, rho and r 6 C for the two potentials defined above. 6

7 Open the link to A periodic table should appear. Click on Ce (found at the left-hand end of the lanthanide series). There are several models containing Ce 4+ and O 2 listed and each will have its strengths and weaknesses. We are going to use the Grimes99 library. Double click on its link and copy and paste the parameters for O O and Ce O you find listed (Don t worry about references to cores and shells we aren t including these in our simple rigid-ion model). The five numbers on each line are the values of A in ev, ρ in Å, C in evå 6 and the range over which the interaction is to act in Å. Once you have added these parameters to your potential model, the final step is change the check keyword so it reads conp to request that METADISE performs an energy minimisation calculation to constant pressure. Once METADISE has completed open the code*.out file and scroll to the bottom of the file. If the calculation was successful you will find the phrase valid minimisation to constant pressure a few screens up from the bottom. DON T WORRY IF THE PHRASE error! must set mode, add either dislocation, bulk, surface, film, slab or nano THIS DOSE T REFER TO A PROBLEM WITH YOUR CALCULATION IGNORE IT! Below this you will find the lattice vectors of the relaxed system, the lattice energy and various bulk properties. These serve as a useful check on how well our chosen model reproduces the true behaviour of the system we are studying. The fin*.res file contains the coordinates of the relaxed system in METADISE input file format, useful as the starting point for additional calculations. Of course you can also view the relaxed structure in VIEWER-LITE. The aft*.car file contains the structure after minimisation and the bef*.car the initial structure we defined in the input file. 7

8 Question Look at the relaxed dimensions of the system (you can get this information from the code*.out file or the fin*.out file). By how much have the system dimensions changed during the simulation? What reasons might there be for any change you see? Based on this, comment on the validity of this simple model for studying bulk ceria. 2.4 Calculating Defect Energies Having built our model we can now actually do some simulations. In the next class we will look at how we perform Molecular dynamics simulations but these calculations, even with the advance of computing power, are slow. Energy minimization provides a faster alternative, however its disadvantage is that it is a static technique that totally disregards temperature. Ceria is an important component of commercial 3-way catalytic exhaust systems and thus an understanding of the stability and formation mechanism of defects, particularly oxygen vacancies is important and is something that can be studied routinely using energy minisation. Open the fin*.res file containing the relaxed structure of ceria. Notice that the system is now expressed in cartesian coordinates. To create an oxygen vacancy add the following block of commands to the file above the potential keyword: defect bulk1 O core vacancy Ends keyword used to add defects to the cell type of defect (this should be followed by the defect s coordinates) end of declaration of defects You will also need to add the coordinates of one of the oxygen atoms on the same line as O core vacancy, the easiest way to do this is to copy and paste them from the BASIS section above. Also change the conp keyword to conv, as we don t want the crystal structure to change during the minimisation. 8

9 Save the file as something new and run METADISE and check it completes OK. To calculate the energy required to create an oxygen vacancy, subtract the energy of this defective cell from the energy of the same cell without the defect. If you are unsure of what to do or need help ask one of the demonstrators. Repeat the process described above to create a Ce vacancy and calculate the energy to create an isolated Ce vacancy. The Shottky defect energy is the energy required to remove a complete formula unit from the crystal, as isolated defects, and recombine them an infinite distance from the crystal: (na x B y (n 1)A x B y + A x B y ) and is one of the most common intrinsic defect mechanisms found in simple ionic crystals. Using the lattice energy of CeO 2 and the energies to create Oxygen and Ceria vacancies you just calculated calculate the Shottky defect energy. HINT: You can calculate the energy of a reaction using a Gibbs energy cycle. Applying this to the general equation above would give the Shottky defect energy as: E shottky = (xe Avaca + ye Bvaca ) + E latt where E Avaca and E Bvaca are the formation energy of a A and B vacancy respectively and E latt is the lattice energy of ONE formula unit of A x B y. It is also usual to quote E shottky as an energy per defect so your answer should be divided by (x + y). If this makes no sense ask for help Question In the paper our potential model was taken from Grimes quotes the Shottky energy as being 3.53 ev/defect. How does this compare to the number you have just calculated? Can you account for the difference and thus suggest a way of achieving better agreement? 9

10 By adding the keyword grow x y z where x, y and z are integers above the start keyword you can increase the size of the simulation cell and thus reduce the defect concentration. Use this keyword to calculate how the energy to create an Oxygen vacancy, a Ce vacancy and hence the Shottky defect energy varies with increasing simulation cell size. Plot your results and determine the optimum size for the simulation cell (The smallest cell which gives results close to the converged value). Comment on these results. 3 Summary In this class we have looked at the information required to build a simple model of an ionic crystal and have used this model to compute some simple defect energies. You should now be able to: 1. Generate the unit cell of a crystal given its cell dimensions, space group and atomic coordinates. 2. Appreciate what is required to define the interaction between ions. 3. Calculate defect energies and understand the problems finite size effects introduce. In the next class we will use some of the models we have built in conjunction with the molecular dynamics program DL POLY 2. 10

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

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

Experiment 1: The Same or Not The Same?

Experiment 1: The Same or Not The Same? Experiment 1: The Same or Not The Same? Learning Goals After you finish this lab, you will be able to: 1. Use Logger Pro to collect data and calculate statistics (mean and standard deviation). 2. Explain

More information

Motion II. Goals and Introduction

Motion II. Goals and Introduction Motion II Goals and Introduction As you have probably already seen in lecture or homework, and if you ve performed the experiment Motion I, it is important to develop a strong understanding of how to model

More information

Chem 253. Tutorial for Materials Studio

Chem 253. Tutorial for Materials Studio Chem 253 Tutorial for Materials Studio This tutorial is designed to introduce Materials Studio 7.0, which is a program used for modeling and simulating materials for predicting and rationalizing structure

More information

Data Mining with the PDF-4 Databases. FeO Non-stoichiometric Oxides

Data Mining with the PDF-4 Databases. FeO Non-stoichiometric Oxides Data Mining with the PDF-4 Databases FeO Non-stoichiometric Oxides This is one of three example-based tutorials for using the data mining capabilities of the PDF-4+ database and it covers the following

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

AMS 132: Discussion Section 2

AMS 132: Discussion Section 2 Prof. David Draper Department of Applied Mathematics and Statistics University of California, Santa Cruz AMS 132: Discussion Section 2 All computer operations in this course will be described for the Windows

More information

Introduction to Computer Tools and Uncertainties

Introduction to Computer Tools and Uncertainties Experiment 1 Introduction to Computer Tools and Uncertainties 1.1 Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. To become familiar with

More information

Senior astrophysics Lab 2: Evolution of a 1 M star

Senior astrophysics Lab 2: Evolution of a 1 M star Senior astrophysics Lab 2: Evolution of a 1 M star Name: Checkpoints due: Friday 13 April 2018 1 Introduction This is the rst of two computer labs using existing software to investigate the internal structure

More information

Date: Problem Set # 1. Unit conversion is an important part of any scientific research. Please view the following link: c = (gh) α (3)

Date: Problem Set # 1. Unit conversion is an important part of any scientific research. Please view the following link: c = (gh) α (3) Problem Set # 1 Instructions: Numerical answers require units and appropriate numbers of significant digits. Remember to show your work! Review Problems: R-1. (3 points) For the function f(x) = 4x 3 6x

More information

Looking hard at algebraic identities.

Looking hard at algebraic identities. Looking hard at algebraic identities. Written by Alastair Lupton and Anthony Harradine. Seeing Double Version 1.00 April 007. Written by Anthony Harradine and Alastair Lupton. Copyright Harradine and Lupton

More information

Gravity: How fast do objects fall? Teacher Advanced Version (Grade Level: 8 12)

Gravity: How fast do objects fall? Teacher Advanced Version (Grade Level: 8 12) Gravity: How fast do objects fall? Teacher Advanced Version (Grade Level: 8 12) *** Experiment with Audacity and Excel to be sure you know how to do what s needed for the lab*** Kinematics is the study

More information

Calculating NMR Chemical Shifts for beta-ionone O

Calculating NMR Chemical Shifts for beta-ionone O Calculating NMR Chemical Shifts for beta-ionone O Molecular orbital calculations can be used to get good estimates for chemical shifts. In this exercise we will calculate the chemical shifts for beta-ionone.

More information

Interacting Galaxies

Interacting Galaxies Interacting Galaxies Contents Introduction... 1 Downloads... 1 Selecting Interacting Galaxies to Observe... 2 Measuring the sizes of the Galaxies... 5 Making a Colour Image in IRIS... 8 External Resources...

More information

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE)

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) PART 2: Analysis in ArcGIS (THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) Step 1: Start ArcCatalog and open a geodatabase If you have a shortcut icon for ArcCatalog on your desktop, double-click it to start

More information

Computer simulation of radioactive decay

Computer simulation of radioactive decay Computer simulation of radioactive decay y now you should have worked your way through the introduction to Maple, as well as the introduction to data analysis using Excel Now we will explore radioactive

More information

Experiment 1 Solutions: Equipotential Lines and Electric Fields

Experiment 1 Solutions: Equipotential Lines and Electric Fields MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Experiment 1 Solutions: Equipotential Lines and Electric Fields IN-LAB ACTIVITIES EXPERIMENTAL SETUP 1. Download the LabView file from the

More information

41. Sim Reactions Example

41. Sim Reactions Example HSC Chemistry 7.0 41-1(6) 41. Sim Reactions Example Figure 1: Sim Reactions Example, Run mode view after calculations. General This example contains instruction how to create a simple model. The example

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

Linear Motion with Constant Acceleration

Linear Motion with Constant Acceleration Linear Motion 1 Linear Motion with Constant Acceleration Overview: First you will attempt to walk backward with a constant acceleration, monitoring your motion with the ultrasonic motion detector. Then

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

Experiment 14 It s Snow Big Deal

Experiment 14 It s Snow Big Deal Experiment 14 It s Snow Big Deal OUTCOMES After completing this experiment, the student should be able to: use computer-based data acquisition techniques to measure temperatures. draw appropriate conclusions

More information

Math 261 Sampling Distributions Lab Spring 2009

Math 261 Sampling Distributions Lab Spring 2009 Math 261 Sampling Distributions Lab Spring 2009 Name: Purpose After completing this lab, you should be able to distinguish between the distribution of the population, distribution of the sample, and the

More information

In fact, we are going to be sneaky and use Hess s Law to determine the heat of magnesium combustion indirectly. Go to the website:

In fact, we are going to be sneaky and use Hess s Law to determine the heat of magnesium combustion indirectly. Go to the website: Chemistry 161 Please prepare your notebook though the data tables before class on Wednesday, October 27. Write an abstract and place it at the front of your individual report. The abstract and the report

More information

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands.

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. GIS LAB 7 The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. This lab will ask you to work with the Spatial Analyst extension.

More information

Physics 212E Spring 2004 Classical and Modern Physics. Computer Exercise #2

Physics 212E Spring 2004 Classical and Modern Physics. Computer Exercise #2 Physics 212E Spring 2004 Classical and Modern Physics Chowdary Computer Exercise #2 Launch Mathematica by clicking on the Start menu (lower left hand corner of the screen); from there go up to Science

More information

Lab #10 Atomic Radius Rubric o Missing 1 out of 4 o Missing 2 out of 4 o Missing 3 out of 4

Lab #10 Atomic Radius Rubric o Missing 1 out of 4 o Missing 2 out of 4 o Missing 3 out of 4 Name: Date: Chemistry ~ Ms. Hart Class: Anions or Cations 4.7 Relationships Among Elements Lab #10 Background Information The periodic table is a wonderful source of information about all of the elements

More information

Unit 5: Chemical Reactions. Chapter 11

Unit 5: Chemical Reactions. Chapter 11 Unit 5: Chemical Reactions Chapter 11 Objectives 35 Identify the five types of chemical reactions 36 Write word and chemical equations based on chemical reactions 37 Balance chemical equations 38 Predict

More information

Representations of Motion in One Dimension: Speeding up and slowing down with constant acceleration

Representations of Motion in One Dimension: Speeding up and slowing down with constant acceleration Representations of Motion in One Dimension: Speeding up and slowing down with constant acceleration Name: Group Members: Date: TA s Name: Apparatus: Aluminum track and supports, PASCO Smart Cart, two cart

More information

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 What is a linear equation? It sounds fancy, but linear equation means the same thing as a line. In other words, it s an equation

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

Creating Questions in Word Importing Exporting Respondus 4.0. Importing Respondus 4.0 Formatting Questions

Creating Questions in Word Importing Exporting Respondus 4.0. Importing Respondus 4.0 Formatting Questions 1 Respondus Creating Questions in Word Importing Exporting Respondus 4.0 Importing Respondus 4.0 Formatting Questions Creating the Questions in Word 1. Each question must be numbered and the answers must

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

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

More information

Molecular Modeling and Conformational Analysis with PC Spartan

Molecular Modeling and Conformational Analysis with PC Spartan Molecular Modeling and Conformational Analysis with PC Spartan Introduction Molecular modeling can be done in a variety of ways, from using simple hand-held models to doing sophisticated calculations on

More information

Preparation for the workshop. Part 1. Introduction to the Java applet

Preparation for the workshop. Part 1. Introduction to the Java applet ISODISPLACE Workshop Harold T. Stokes International School in the Use and Applications of the Bilbao Crystallographic Server June 2009, Lekeitio, Spain isodisplace is a tool for exploring the structural

More information

Lab 5: Calculating an equilibrium constant

Lab 5: Calculating an equilibrium constant Chemistry 162 The following write-up is inaccurate for the particular chemicals we are using. Please have all sections up through and including the data tables ready before class on Wednesday, February

More information

Lab 1 Uniform Motion - Graphing and Analyzing Motion

Lab 1 Uniform Motion - Graphing and Analyzing Motion Lab 1 Uniform Motion - Graphing and Analyzing Motion Objectives: < To observe the distance-time relation for motion at constant velocity. < To make a straight line fit to the distance-time data. < To interpret

More information

LAB 3: VELOCITY AND ACCELERATION

LAB 3: VELOCITY AND ACCELERATION Lab 3 - Velocity & Acceleration 25 Name Date Partners LAB 3: VELOCITY AND ACCELERATION A cheetah can accelerate from to 5 miles per hour in 6.4 seconds. A Jaguar can accelerate from to 5 miles per hour

More information

Computational Chemistry Lab Module: Conformational Analysis of Alkanes

Computational Chemistry Lab Module: Conformational Analysis of Alkanes Introduction Computational Chemistry Lab Module: Conformational Analysis of Alkanes In this experiment, we will use CAChe software package to model the conformations of butane, 2-methylbutane, and substituted

More information

Assignment 1: Molecular Mechanics (PART 2 25 points)

Assignment 1: Molecular Mechanics (PART 2 25 points) Chemistry 380.37 Fall 2015 Dr. Jean M. Standard September 2, 2015 Assignment 1: Molecular Mechanics (PART 2 25 points) In this assignment, you will perform some additional molecular mechanics calculations

More information

Potentials, periodicity

Potentials, periodicity Potentials, periodicity Lecture 2 1/23/18 1 Survey responses 2 Topic requests DFT (10), Molecular dynamics (7), Monte Carlo (5) Machine Learning (4), High-throughput, Databases (4) NEB, phonons, Non-equilibrium

More information

QUANTUM CHEMISTRY PROJECT 3: PARTS B AND C

QUANTUM CHEMISTRY PROJECT 3: PARTS B AND C Chemistry 460 Fall 2017 Dr. Jean M. Standard November 6, 2017 QUANTUM CHEMISTRY PROJECT 3: PARTS B AND C PART B: POTENTIAL CURVE, SPECTROSCOPIC CONSTANTS, AND DISSOCIATION ENERGY OF DIATOMIC HYDROGEN (20

More information

The data for this lab comes from McDonald Forest. We will be working with spatial data representing the forest boundary, streams, roads, and stands.

The data for this lab comes from McDonald Forest. We will be working with spatial data representing the forest boundary, streams, roads, and stands. GIS LAB 6 Using the Projection Utility. Converting Data to Oregon s Approved Lambert Projection. Determining Stand Size, Stand Types, Road Length, and Stream Length. This lab will ask you to work with

More information

LAB 3: WORK AND ENERGY

LAB 3: WORK AND ENERGY 1 Name Date Lab Day/Time Partner(s) Lab TA (CORRECTED /4/05) OBJECTIVES LAB 3: WORK AND ENERGY To understand the concept of work in physics as an extension of the intuitive understanding of effort. To

More information

Using SkyTools to log Texas 45 list objects

Using SkyTools to log Texas 45 list objects Houston Astronomical Society Using SkyTools to log Texas 45 list objects You can use SkyTools to keep track of objects observed in Columbus and copy the output into the Texas 45 observation log. Preliminary

More information

Zetasizer Nano-ZS User Instructions

Zetasizer Nano-ZS User Instructions Zetasizer Nano-ZS User Instructions 1. Activate the instrument computer by logging in to CORAL. If needed, log in to the local instrument computer Username: zetasizer. Password: zetasizer. 2. Instrument

More information

Tutorial on Visual Minteq 2.30 operation and input/output for simple problems related to acid/base ph and titrations.

Tutorial on Visual Minteq 2.30 operation and input/output for simple problems related to acid/base ph and titrations. Tutorial on Visual Minteq 2.30 operation and input/output for simple problems related to acid/base ph and titrations. To install Visual Minteq click on the following and follow the instructions: http://www.lwr.kth.se/english/oursoftware/vminteq/#download

More information

Calculating Bond Enthalpies of the Hydrides

Calculating Bond Enthalpies of the Hydrides Proposed Exercise for the General Chemistry Section of the Teaching with Cache Workbook: Calculating Bond Enthalpies of the Hydrides Contributed by James Foresman, Rachel Fogle, and Jeremy Beck, York College

More information

MAGNETITE OXIDATION EXAMPLE

MAGNETITE OXIDATION EXAMPLE HSC Chemistry 7.0 1 MAGNETITE OXIDATION EXAMPLE Pelletized magnetite (Fe 3 O 4 ) ore may be oxidized to hematite (Fe 2 O 3 ) in shaft furnace. Typical magnetite content in ore is some 95%. Oxidation is

More information

BUILDING BASICS WITH HYPERCHEM LITE

BUILDING BASICS WITH HYPERCHEM LITE BUILDING BASICS WITH HYPERCHEM LITE LAB MOD1.COMP From Gannon University SIM INTRODUCTION A chemical bond is a link between atoms resulting from the mutual attraction of their nuclei for electrons. There

More information

Math 31 Lesson Plan. Day 5: Intro to Groups. Elizabeth Gillaspy. September 28, 2011

Math 31 Lesson Plan. Day 5: Intro to Groups. Elizabeth Gillaspy. September 28, 2011 Math 31 Lesson Plan Day 5: Intro to Groups Elizabeth Gillaspy September 28, 2011 Supplies needed: Sign in sheet Goals for students: Students will: Improve the clarity of their proof-writing. Gain confidence

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department. Physics 8.01L IAP Experiment 3: Momentum and Collisions

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department. Physics 8.01L IAP Experiment 3: Momentum and Collisions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.01L IAP 2011 Experiment 3: Momentum and Collisions Purpose of the Experiment: In this experiment you collide a cart with a spring that

More information

Using the Stock Hydrology Tools in ArcGIS

Using the Stock Hydrology Tools in ArcGIS Using the Stock Hydrology Tools in ArcGIS This lab exercise contains a homework assignment, detailed at the bottom, which is due Wednesday, October 6th. Several hydrology tools are part of the basic ArcGIS

More information

Silica surface - Materials Studio tutorial. CREATING SiO 2 SURFACE

Silica surface - Materials Studio tutorial. CREATING SiO 2 SURFACE Silica surface - Materials Studio tutorial CREATING SiO 2 SURFACE Our goal surface of SiO2 6.948 Ǻ Import structure The XRD experiment gives us such parameters as: lattice parameters, symmetry group and

More information

Elastic and Inelastic Collisions

Elastic and Inelastic Collisions Elastic and Inelastic Collisions - TA Version Physics Topics If necessary, review the following topics and relevant textbook sections from Serway / Jewett Physics for Scientists and Engineers, 9th Ed.

More information

x y = 2 x + 2y = 14 x = 2, y = 0 x = 3, y = 1 x = 4, y = 2 x = 5, y = 3 x = 6, y = 4 x = 7, y = 5 x = 0, y = 7 x = 2, y = 6 x = 4, y = 5

x y = 2 x + 2y = 14 x = 2, y = 0 x = 3, y = 1 x = 4, y = 2 x = 5, y = 3 x = 6, y = 4 x = 7, y = 5 x = 0, y = 7 x = 2, y = 6 x = 4, y = 5 List six positive integer solutions for each of these equations and comment on your results. Two have been done for you. x y = x + y = 4 x =, y = 0 x = 3, y = x = 4, y = x = 5, y = 3 x = 6, y = 4 x = 7,

More information

DOAS measurements of Atmospheric Species

DOAS measurements of Atmospheric Species Practical Environmental Measurement Techniques: DOAS measurements of Atmospheric Species Last change of document: April 14, 2014 Supervisor: Dr. Andreas Richter, room U2090, tel 62103, and Dr. Folkard

More information

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011 Math 31 Lesson Plan Day 2: Sets; Binary Operations Elizabeth Gillaspy September 23, 2011 Supplies needed: 30 worksheets. Scratch paper? Sign in sheet Goals for myself: Tell them what you re going to tell

More information

LAB 2: INTRODUCTION TO MOTION

LAB 2: INTRODUCTION TO MOTION Lab 2 - Introduction to Motion 3 Name Date Partners LAB 2: INTRODUCTION TO MOTION Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise Objectives To explore how various motions are represented

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

Simulating Future Climate Change Using A Global Climate Model

Simulating Future Climate Change Using A Global Climate Model Simulating Future Climate Change Using A Global Climate Model Introduction: (EzGCM: Web-based Version) The objective of this abridged EzGCM exercise is for you to become familiar with the steps involved

More information

Designing a Quilt with GIMP 2011

Designing a Quilt with GIMP 2011 Planning your quilt and want to see what it will look like in the fabric you just got from your LQS? You don t need to purchase a super expensive program. Try this and the best part it s FREE!!! *** Please

More information

Standards-Based Quantification in DTSA-II Part II

Standards-Based Quantification in DTSA-II Part II Standards-Based Quantification in DTSA-II Part II Nicholas W.M. Ritchie National Institute of Standards and Technology, Gaithersburg, MD 20899-8371 nicholas.ritchie@nist.gov Introduction This article is

More information

ANSWER KEY. SECOND MIDTERM EXAM Chemistry April 2011 Professor Buhro

ANSWER KEY. SECOND MIDTERM EXAM Chemistry April 2011 Professor Buhro ANSWER KEY SECOND MIDTERM EXAM Chemistry 465 12 April 2011 Professor Buhro ANSWER KEY Signature ANSWER KEY Print Name Clearly ID Number: Information. This is a closed-book exam; no books, notes, other

More information

Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program

Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program When we perform an experiment, there are several reasons why the data we collect will tend to differ from the actual

More information

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates.

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates. Learning Goals Experiment 3: Force After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Find your center of mass by

More information

Physics 201 Lab 2: Statistics and Data Analysis Dr. Timothy C. Black Summer I, 2018

Physics 201 Lab 2: Statistics and Data Analysis Dr. Timothy C. Black Summer I, 2018 Physics 201 Lab 2: Statistics and Data Analysis Dr. Timothy C. Black Summer I, 2018 I. THEORETICAL DISCUSSION Data Reduction Theory: Data reduction theory furnishes techniques for mathematically, and hence

More information

Massachusetts Institute of Technology Department of Materials Science and Engineering

Massachusetts Institute of Technology Department of Materials Science and Engineering Massachusetts Institute of Technology Department of Materials Science and Engineering 3.05 Thermodynamics and Kinetics of Materials Fall 003 November 7, 003 We are looking at the incorporation of Al 3

More information

Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap

Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap Created by Patrick Florance and Jonathan Gale, Edited by Catherine Ressijac on March 26, 2018 If you have raster data

More information

Figure 2.1 The Inclined Plane

Figure 2.1 The Inclined Plane PHYS-101 LAB-02 One and Two Dimensional Motion 1. Objectives The objectives of this experiment are: to measure the acceleration due to gravity using one-dimensional motion, i.e. the motion of an object

More information

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide This page is intentionally left blank. SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide The ACTiSys IR Programmer and SuperCELL

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

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

pka AND MOLAR MASS OF A WEAK ACID

pka AND MOLAR MASS OF A WEAK ACID Experiment 10 pka AND MOLAR MASS OF A WEAK ACID Adapted by the Chemistry Faculty of Eastern Michigan University from EQUL 305,written by Richard C. Bell, Lebanon Valley College, published by Chemical Education

More information

Preparing a PDB File

Preparing a PDB File Figure 1: Schematic view of the ligand-binding domain from the vitamin D receptor (PDB file 1IE9). The crystallographic waters are shown as small spheres and the bound ligand is shown as a CPK model. HO

More information

Spin transport in Magnetic Tunnel Junctions

Spin transport in Magnetic Tunnel Junctions Spin transport in Magnetic Tunnel Junctions Tutorial on spin transport in Fe-MgO-Fe Version 2015.2 Spin transport in Magnetic Tunnel Junctions: Tutorial on spin transport in Fe-MgO-Fe Version 2015.2 Copyright

More information

NINE CHOICE SERIAL REACTION TIME TASK

NINE CHOICE SERIAL REACTION TIME TASK instrumentation and software for research NINE CHOICE SERIAL REACTION TIME TASK MED-STATE NOTATION PROCEDURE SOF-700RA-8 USER S MANUAL DOC-025 Rev. 1.3 Copyright 2013 All Rights Reserved MED Associates

More information

1 Newton s 2nd and 3rd Laws

1 Newton s 2nd and 3rd Laws Physics 13 - Winter 2007 Lab 2 Instructions 1 Newton s 2nd and 3rd Laws 1. Work through the tutorial called Newton s Second and Third Laws on pages 31-34 in the UW Tutorials in Introductory Physics workbook.

More information

LAB 6: WORK AND ENERGY

LAB 6: WORK AND ENERGY 89 Name Date Partners LAB 6: WORK AND ENERGY OBJECTIVES Energy is the only life and is from the Body; and Reason is the bound or outward circumference of energy. Energy is eternal delight. William Blake

More information

AP CHEMISTRY LAB RATES OF CHEMICAL REACTIONS (II)

AP CHEMISTRY LAB RATES OF CHEMICAL REACTIONS (II) PURPOSE: Observe a redox reaction. AP CHEMISTRY LAB RATES OF CHEMICAL REACTIONS (II) Apply graphing techniques to analyze data. Practice computer skills to develop a data table. Determine the order of

More information

Chemistry 112 Laboratory Experiment 5: Visualizing Molecular Orbitals: A MacSpartan Pro Experience (This experiment will be conducted in OR341)

Chemistry 112 Laboratory Experiment 5: Visualizing Molecular Orbitals: A MacSpartan Pro Experience (This experiment will be conducted in OR341) Chemistry 112 Laboratory Experiment 5: Visualizing Molecular Orbitals: A MacSpartan Pro Experience (This experiment will be conducted in OR341) Introduction In class we have discussed Lewis structures,

More information

August 7, 2007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION

August 7, 2007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION August 7, 007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION PURPOSE: This experiment illustrates the numerical solution of Laplace's Equation using a relaxation method. The results of the relaxation method

More information

Trouble-Shooting Coordinate System Problems

Trouble-Shooting Coordinate System Problems Trouble-Shooting Coordinate System Problems Written by Barbara M. Parmenter. Revised on October 2, 2018 OVERVIEW OF THE EXERCISE... 1 COPYING THE MAP PROJECTION EXERCISE FOLDER TO YOUR H: DRIVE OR DESKTOP...

More information

Students will explore Stellarium, an open-source planetarium and astronomical visualization software.

Students will explore Stellarium, an open-source planetarium and astronomical visualization software. page 22 STELLARIUM* OBJECTIVE: Students will explore, an open-source planetarium and astronomical visualization software. BACKGROUND & ACKNOWLEDGEMENTS This lab was generously provided by the Red Rocks

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

MATERIAL MECHANICS, SE2126 COMPUTER LAB 2 PLASTICITY

MATERIAL MECHANICS, SE2126 COMPUTER LAB 2 PLASTICITY MATERIAL MECHANICS, SE2126 COMPUTER LAB 2 PLASTICITY PART A INTEGRATED CIRCUIT An integrated circuit can be thought of as a very complex maze of electronic components and metallic connectors. These connectors

More information

Create Satellite Image, Draw Maps

Create Satellite Image, Draw Maps Create Satellite Image, Draw Maps 1. The goal Using Google Earth, we want to create and import a background file into our Adviser program. From there, we will be creating paddock boundaries. The accuracy

More information

LAB 1: MATLAB - Introduction to Programming. Objective:

LAB 1: MATLAB - Introduction to Programming. Objective: LAB 1: MATLAB - Introduction to Programming Objective: The objective of this laboratory is to review how to use MATLAB as a programming tool and to review a classic analytical solution to a steady-state

More information

LABORATORY 1: KINEMATICS written by Melissa J. Wafer '95 June 1993

LABORATORY 1: KINEMATICS written by Melissa J. Wafer '95 June 1993 LABORATORY 1: KINEMATICS written by Melissa J. Wafer '95 June 1993 The purpose of this exercise is to re-enforce what you have learned about kinematics in class and to familiarize you with computer resources

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

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

Experiment 3: Modeling the Solid State CH3500: Inorganic Chemistry, Plymouth State University

Experiment 3: Modeling the Solid State CH3500: Inorganic Chemistry, Plymouth State University Experiment 3: Modeling the Solid State CH3500: Inorganic Chemistry, Plymouth State University Adapted from Experiment 2. Solid State Structure and Properties, Teaching General Chemistry: A Materials Science

More information

Elastic and Inelastic Collisions

Elastic and Inelastic Collisions Physics Topics Elastic and Inelastic Collisions If necessary, review the following topics and relevant textbook sections from Serway / Jewett Physics for Scientists and Engineers, 9th Ed. Kinetic Energy

More information

Vector Analysis: Farm Land Suitability Analysis in Groton, MA

Vector Analysis: Farm Land Suitability Analysis in Groton, MA Vector Analysis: Farm Land Suitability Analysis in Groton, MA Written by Adrienne Goldsberry, revised by Carolyn Talmadge 10/9/2018 Introduction In this assignment, you will help to identify potentially

More information

Astro 3 Lab Exercise

Astro 3 Lab Exercise Astro 3 Lab Exercise Lab #4: Measuring Redshifts of Galaxies Dates: August 5 6 Lab Report due: 5 pm Friday August 15 Summer 2014 1 Introduction This project involves measuring the redshifts of distant

More information

Assignment 1 Physics/ECE 176

Assignment 1 Physics/ECE 176 Assignment 1 Physics/ECE 176 Made available: Thursday, January 13, 211 Due: Thursday, January 2, 211, by the beginning of class. Overview Before beginning this assignment, please read carefully the part

More information

DISCRETE RANDOM VARIABLES EXCEL LAB #3

DISCRETE RANDOM VARIABLES EXCEL LAB #3 DISCRETE RANDOM VARIABLES EXCEL LAB #3 ECON/BUSN 180: Quantitative Methods for Economics and Business Department of Economics and Business Lake Forest College Lake Forest, IL 60045 Copyright, 2011 Overview

More information

Physical Chemistry II Laboratory

Physical Chemistry II Laboratory Kuwata Spring 2003 Physical Chemistry II Laboratory The Rovibrational Spectra of H 35 Cl and H 37 Cl Using FTIR Write-Up Due Date: Thursday, April 17 (You may record spectra and write your reports in teams

More information