Basis Sets, Electronic Properties, and Visualization

Size: px
Start display at page:

Download "Basis Sets, Electronic Properties, and Visualization"

Transcription

1 Basis Sets, Electronic Properties, and Visualization Goals of the Exercise - Perform common quantum chemical calculations using the Gaussian package. - Practice preparation, monitoring, and analysis of the calculations using Molden and a text viewer or editor. - Estimate the relevance of the results. - Assess the impact of method and basis set size on the quality of the results. - Compute and visualize canonical and localized molecular orbitals and derived properties like multipoles. - Compute and visualize electron density and electrostatic potential. - Discuss the correlation of electrostatic potential maps and chemical function. Geometry Optimization of Glycine using Hartree-Fock Please see the previous exercise on how to use the Molden program. Molden already contains initial geometry templates for alpha-amino acids. Open the Z-matrix editor, click on Substitute atom by Fragment, and then on Amino acid. Click on Add, pick the one for glycine and use this as initial geometry for the subsequent calculations. Note that the initial structure is based on a zwitterionic configuration. Now perform a sequence of HF-calculations to compute the total energy (select Single Point as job type) for this geometry for the following sequence of basis sets: STO-3G, 4-31G, 6-31G, 6-31+G*, 6-311G, cc-pvdz, aug-cc-pvtz (Special note: for the cc-pv?z basis sets, also replace the 6D 10F keywords with 5D 7F. Those basis sets are not meant to be converted to a cartesian representation.). A few hints for the calculations: - After you log into your account, create a subdirectory for the project with "mkdir Exercise3" and change into that directory with "cd Exercise3". - Don't use file or directory names that contain special characters other than '.', '_' or '-'. They - especially blanks - will cause trouble sooner or later. - Make sure that each job input file has a descriptive file name, so you can easily find it and maintain a list for calculations and result summaries in a 00README.txt file. You can edit the file using programs GUI editors like "gedit" or "emacs", or text mode editors like "vi".

2 - Some of the basis sets that are not defined in the Molden Submit Job GUI, so you have to copy a.inp file for a different basis set, edit the basis set name in the file, save it and then submit the job manually via "g98sub job_name". - You can view the output of the calculations (the.lis file) using the aforementioned text editors, or "more", "less", or "view/gview". Using these so-called pager programs is usually more efficient, especially for large files. since they have no editing function. - The total number of basis functions is printed in the.log file, as is the total amount of time consumed. - You can also use Molden to extract some properties from the calculation by simply executing: "molden job_name.lis &". It will show you the geometry and when clicking on the SCF Conv. button, the change of the total energy during SCF convergence is shown. Now create an input file to perform a geometry optimization at HF level with an STO-3G basis set, but don't submit the job. After renaming the <jobname>.com file <jobname>.inp, load the <jobname>.inp file generated by Molden into a text editor and insert a new line: %Chk=myjobname.chk as the second line of the file (best you match the name of the.chk file and the.inp to have the same root). This will instruct Gaussian to create and maintain a so-called checkpoint file throughout the calculation, which contains all essential parameters of the calculation. Make sure that you never use the same name for two calculations running in the same directory, or else your results will be bogus. Submit the calculation using g98sub, and when it is done running, visualize the result of the calculation by loading the.lis file into Molden. What happens to the initial structure? As a next step, load the geometry optimization calculation into Molden and advance to the optimal configuration. Go to the ZMAT editor and prepare a new.inp file, but use a larger basis set (e.g. 6-31G) and re-optimize the geometry optimized with STO-3G. How much do geometry and total energy change? When you use checkpoint files, you can bypass the need for writing a new input file with Molden. Instead create an input that looks like this (note the empty lines, including the one at the end): %Chk=mycheckfile.chk #P HF/6-31G Opt Geom=(Check) Guess=(Read) # GFINPUT IOP(6/7=3) 6D 10F This is a job using a checkpoint file 0 1 And copy the checkpoint file of the previous calculation that matches the name in the.inp file. This will read the geometry and the wavefunction from the last calculation into the new job and use them as initial conditions. That should speed up the calculation massively compared to starting from scratch. Try a few more basis sets and discuss how much improvement for geometry and total energy you get, and how much additional computation effort this is costing you. Inclusion of Electron Correlation Perform a geometry optimization of a glycine molecule using Møller-Plesset second order perturbation theory (MP2) and a 6-31G** basis set. When starting from scratch, this

3 calculation will be more time consuming than the corresponding Hartree-Fock calculation (why?), so you have to employ a strategy to reduce the time until you get the desired result. Make a copy of the resulting geometry (e.g. by writing and copying a checkpoint file) since we will be using it as a reference for future calculations. Now perform a single-point calculation (no optimization) based on the stored configuration using the Quadratic CI (Keyword: QCISD) method to include dynamic electron correlation. Take note of the energy, but make sure you pick the right value, as the calculation will contain multiple energies, one for each step of the calculation. Comparing two Conformers Create a new input for the zwitterionic glycine conformation from the internal template, but then modify the last entry in the Z-matrix (a hydrogen atom) to: H And optimize this geometry with HF/STO-3G, MP2/6-31G**. What is the difference to the previously found optimal geometries? We have found two (local) minima in the potential hypersurface. To decide which one is most likely the global minimum, perform a QCISD/6-31G** single point calculation using the MP2 optimized geometry in the same way as before. What are the differences in energy? Which unit is this energy difference in? Convert it to a more commonly used unit like kj or kcal. One more note about the calculations: the efficiency of SCF and particularly post-scf calculation can be influenced by the amount of memory allocated to the calculation. The default is very moderate but sufficient for most calculations. It can be increased by adding a line %Mem=500Mb, %Mem=1000Mb, or %Mem=2000Mb before or after the %Chk line. All calculations should complete without adding or changing %Mem. Calculation and Interpretation of Canonical and Localized Orbitals Perform a "good" geometry optimization for a single water molecule and use that geometry for the following calculations. Perform a single point calculation using Hartree-Fock and the STO-3G basis set and load the resulting.log file into Molden. Now click on the Dens. Mode button to change to the interface that allows inspection of the electron structure and related data in space. By default Molden picks the "HOMO" to display. Click on the Orbital button and select the orbital with the lowest energy instead. Why does it show a density for this orbital and not for the HOMO? Now click on the Space button and select a "Contour Value" of 0.2. This will render the same orbital in a more familiar, space-filling way rather than plotting the density along a given plane. Go back to the MO number 5 (the HOMO) and look at it in this representation. What can you derive from the shape of these molecular orbitals about which kind of (atomic) orbitals constitute the main contributions. Have a look at the.log file of the calculation and look for "Molecular Orbital Coefficients" and examine the following lines. This segment of the output file gives you the corresponding breakdown in numbers. This information is

4 subsequently used for the "Mulliken Population Analysis" to estimate partial atomic charges. The SCF calculation produces the so-called "canonical" orbitals, but they do not correlate very well to the chemical picture of bonding through electron pairs and the existence of lone pairs. This can, however, be approximated by a unitary transformation between the occupied orbitals. This will change how the molecular orbitals are decomposed into the atomic orbitals of the basis set, but not change the total electron density distribution or many electron wavefunction. As a consequence the localized orbitals no longer diagonalize the Fock matrix and the energy eigenvalues that are (still) displayed along them, have no meaning. To compute the localized orbitals, we first need to generate a checkpoint file with the full matrix of all orbitals. For that purpose take the input for the previous calculation and insert a %Chk line and add the keyword NOSYMM to the "Route" section of the input, the part that determines which calculation to do. After the calculation has completed copy the input file to a new name and replace the "Route" section with #P GUESS=(READ,LOCAL,ONLY) NOSYMM POP=FULL CHECKBASIS GFINPUT IOP(6/7=3) 6D 10F. Run this calculation and visualize the resulting.log file in Molden. How do the orbitals that you can see now correspond to your understanding of the chemical bonds in a water molecule? Calculation and Visualization of the Electrostatic Potential For the interpretation of the physical and chemical properties of a molecule, it can be useful to compute and visualize the electrostatic potential on the "outside" of a molecule. The surface of a molecule can be derived from the electron density: one computes an isosurface, a surface that connects point with the same density at a low reference value. Secondly one computes the local electrostatic potential at this isosurface and color codes the surface with this value. This is most easily done by computing all values on a regular (cubic) grid and then using a visualization software that computes isosurface and color mapping on the fly based on so-called "cube" files containing those gridded data sets. To generate the cube files with Gaussian, you need a checkpoint file from you calculation. This needs to be converted into a "formatted" variant using 'formchk name.chk'. The resulting 'name.fchk' file is used as input to the 'cubegen' utility that will generate the cubefile. To generate a density cube file do: cubegen 0 density=scf name.fchk name-dens.cube and to generate a matching electrostatic potential cube file do: cubegen 0 potential=scf name.fchk name-pot.cube The resulting two cube files can be loaded into VMD ( vmd name-pot.cube name-dens.cube ) and then visualized by: - adding an Isosurface representation (Graphics->Representations, Create Rep and switch "Drawing Method" from Lines to Isosurface - use the following settings in "Draw Style": Vol: name-dens.cube, Draw: Solid Surface, Isovalue: 0.02, Coloring Method: Volume / 0: name-pot.cube - and the following settings in the "Trajectory" tab: Color Scale Data Rang: , followed by clicking on Set. - images can be saved using File->Render->Snapshot and then saving the file in the ImageMagick viewer in the desired format under the desired name, higher quality images can be produced using the TachyonInternal setting, which will regenerate the image using the integrated raytracing library. Warning: This setting should only be used for final images, as it can be quite time consuming to render complex scenes.

5 Homework Questions: 1) Prepare a table and graph that illustrates the correlation between the size of the basis set and the duration of the glycine HF calculations. Prepare a similar graph of the final value of the total energy as a function of the basis set. Explain the patterns you see based on what you know about basis sets. 2) Describe what happened to the zwitterionic structure of glycine when it was optimized. Why do you think this happened? 3) Make a table comparing the energies of the two conformers of glycine. Based on the calculations that you did, what is your best estimate of the difference in energy between these two conformers (use chemically relevant units, not Hartree)? Compare your results to the experimental findings from: S. J. McGlone, P. S. Elmes, R. D. Brown, P. D. Godfrey, J. Mol. Struc , (1999). 4) Which atomic orbital(s) make up the HOMO of water, according to your Hartree-Fock calculation? Which atomic orbital(s) make up the lowest energy orbital of water, according to your Hartree-Fock calculation? 5) Describe the 5 occupied localized orbitals for water. (Note that these are a unitary transformation of the canonical orbitals.) 6) Describe the electronstatic potential map of water. Based on this calculation, how would you expect two water molecules to interact with one another?

Viewing Gaussian Structures with GaussView (GaussView Version: 3.09)

Viewing Gaussian Structures with GaussView (GaussView Version: 3.09) Viewing Gaussian Structures with GaussView (GaussView Version: 3.09) In GaussView, there are several ways to visualize structures from a Gaussian output file. The log file, checkpoint file, and formatted

More information

CHEM /12/01 INSTRUCTIONS FOR AB-INITIO CALCULATIONS Prepared by: Dr. Cynthia HARWOOD, Ahu AKIN, Prof. Tim KEIDERLING

CHEM /12/01 INSTRUCTIONS FOR AB-INITIO CALCULATIONS Prepared by: Dr. Cynthia HARWOOD, Ahu AKIN, Prof. Tim KEIDERLING CHEM 542 10/12/01 INSTRUCTIONS FOR AB-INITIO CALCULATIONS Prepared by: Dr. Cynthia HARWOOD, Ahu AKIN, Prof. Tim KEIDERLING SETTLING IN: - Type your login name : Chem542 and press Enter - Type your password

More information

Open new file: File New Create MolGroup. Double Click at Ring Fragment Select Benzene Click at new window

Open new file: File New Create MolGroup. Double Click at Ring Fragment Select Benzene Click at new window Chem 4320 Working in GaussView: N N Open new file: File New Create MolGroup Double Click at Ring Fragment Select Benzene Click at new window Double Click Element Fragment on the Builder Click on nitrogen

More information

Materials Simulations using Gaussian 09. Eunhwan Jung

Materials Simulations using Gaussian 09. Eunhwan Jung Materials Simulations using Gaussian 09 Eunhwan Jung 1 INTRODUCTION 2 Information of Gaussian Gaussian website www.gaussian.com Gaussian Online Manual http://www.gaussian.com/g_tech/g_ur/g09help.htm Gaussian

More information

SOFWARE INSTRUCTIONS

SOFWARE INSTRUCTIONS SOFWARE INSTRUCTIONS Content ELF with TopMod09... 2 Gaussian... 2 Hartree-Fock or DFT... 2 Post Hartree-Fock... 2 TopMod09... 2 1. grid09... 3 2. bas09... 3 3. pop09... 4 4. sbf_to_cube... 4 MANUAL...

More information

Visualizing Results when GaussView and Gaussian are Installed on Different Machines

Visualizing Results when GaussView and Gaussian are Installed on Different Machines Visualizing Results when GaussView and Gaussian are Installed on Different Machines Joseph W. Ochterski, Ph.D. help@gaussian.com copyright c 2000, Gaussian, Inc. June 21, 2000 Abstract The purpose of this

More information

APBS electrostatics in VMD

APBS electrostatics in VMD APBS electrostatics in VMD The VMD molecular graphics software package provides support for both the execution of APBS and the visualization of the resulting electrostatic potentials. Documentation on

More information

APPENDIX 2. Density Functional Theory Calculation of Vibrational Frequencies with Gaussian 98W 1

APPENDIX 2. Density Functional Theory Calculation of Vibrational Frequencies with Gaussian 98W 1 APPENDIX 2 Density Functional Theory Calculation of Vibrational Frequencies with Gaussian 98W 1 This appendix describes the use of Gaussian 98W software for calculating vibrational frequencies for the

More information

How to run computations using GaussView on PC and Gaussian03 on Hamilton with ITS machines

How to run computations using GaussView on PC and Gaussian03 on Hamilton with ITS machines How to run computations using GaussView on PC and Gaussian03 on Hamilton with ITS machines Set up of the FTP(file transfer protocol) Program: Use winscp Start > Durham Network > winscp404 Log into hamilton.

More information

G A M E S S - U K USER S GUIDE and REFERENCE MANUAL Version 8.0 June 2008

G A M E S S - U K USER S GUIDE and REFERENCE MANUAL Version 8.0 June 2008 CONTENTS i Computing for Science (CFS) Ltd., CCLRC Daresbury Laboratory. Generalised Atomic and Molecular Electronic Structure System G A M E S S - U K USER S GUIDE and REFERENCE MANUAL Version 8.0 June

More information

(1) Utility for specification of SIMOMM layers in WinGamess/Tinker(MM3) SIMOMM and automatic generation of input file for the calculation.

(1) Utility for specification of SIMOMM layers in WinGamess/Tinker(MM3) SIMOMM and automatic generation of input file for the calculation. ----- Ver.10.9.9 ----- July 22, 2007 (1) Utility for specification of SIMOMM layers in WinGamess/Tinker(MM3) SIMOMM and automatic generation of input file for the calculation. Select "SIMOMM Layers" in

More information

Basic Q- Chem Calcula/ons using IQmol

Basic Q- Chem Calcula/ons using IQmol Basic Q- Chem Calcula/ons using IQmol Outline IQmol: ge7ng started; Hartree- Fock, DFT, MP2, CCSD calcula/ons; Geometry op/miza/on and vibra/onal analysis; Visualiza/on of molecular orbitals and densi/es;

More information

1 Møller-Plesset correlation corrections

1 Møller-Plesset correlation corrections 1 Møller-Plesset correlation corrections 1.1 Introduction One important approximation made in the Hartree-Fock model is that, for each electron, the interaction of this electron with the other electrons

More information

by Benjamin J. Lynch March 21, 2006

by Benjamin J. Lynch March 21, 2006 by Benjamin J. Lynch March 21, 2006 Outline Background Capabilities SCF/DFT MP2 FCI MR-CI, MR-AQCC CCSD(T) DFT/HDFT Input Output Resource considerations Background Maintained by H.-J. Werner and P.J. Knowles

More information

Homology Modeling Professional for HyperChem Release Notes

Homology Modeling Professional for HyperChem Release Notes Homology Modeling Professional for HyperChem Release Notes This document lists additional information about Homology Modeling Professional for HyperChem. Current Revision Revision H1 (Version 8.1.1) Current

More information

Refmac tutorial. Download tutorial file from the website:

Refmac tutorial. Download tutorial file from the website: Refmac tutorial Download tutorial file from the website: www.ysbl.york.ac.uk/refmac/refmac_tutorial.tar.gz Find the file (It should be in the Download directory). Create a subdirectory where you usually

More information

MPQC: Performance Analysis and Optimization

MPQC: Performance Analysis and Optimization MPQC: Performance Analysis and Optimization Abhinav Sarje, Samuel Williams and David H. Bailey Computational Research Division Lawrence Berkeley National Laboratory, Berkeley, CA {asarje,swilliams,dhb}@lbl.gov

More information

Manual for Aroma 1.0 OS: Linux, Mac, Windows

Manual for Aroma 1.0 OS: Linux, Mac, Windows Manual for Aroma 1.0 OS: Linux, Mac, Windows Contents 1. Aroma: Introduction 2 2. Getting Started 2 3. Usage 4 4. Input 5 5. Keywords 6 6. Outputs 15 7. Illustrations 17 8. Appendix 22 This program should

More information

MolIso - A Program for Color Mapped Iso-surfaces

MolIso - A Program for Color Mapped Iso-surfaces MolIso - A Program for Color Mapped Iso-surfaces by Christian B. Hübschle Version 2.0 2 Contents Contents 1 Purpose 3 2 License 3 3 Installation 3 4 Menu Structure 3 5 Keyboard Shortcuts 5 6 INI-File Keywords

More information

CSC Spring School Visualising Your Results. An Introduction to VMD

CSC Spring School Visualising Your Results. An Introduction to VMD CSC Spring School 2015 Visualising Your Results An Introduction to VMD Michael Patzschke Institute for Resource Ecology HZDR 12.03.2015 The Code VMD visualizing molecular dynamics Developed by Theoretical

More information

Lab III: MD II & Analysis Linux & OS X. In this lab you will:

Lab III: MD II & Analysis Linux & OS X. In this lab you will: Lab III: MD II & Analysis Linux & OS X In this lab you will: 1) Add water, ions, and set up and minimize a solvated protein system 2) Learn how to create fixed atom files and systematically minimize a

More information

Introduc)on*to*IQmol:*Part*I* Shirin*Faraji,*Ilya*Kaliman,*and*Anna*Krylov*

Introduc)on*to*IQmol:*Part*I* Shirin*Faraji,*Ilya*Kaliman,*and*Anna*Krylov* Introduc)on*to*IQmol:*Part*I* Shirin*Faraji,*Ilya*Kaliman,*and*Anna*Krylov* 1 Resources Written by Dr. Andrew Gilbert Keep yourself up to date with IQmol website: http://iqmol.org IQmol Youtube channel:

More information

CHM 579 LAB 2B: MOLECULAR DYNAMICS SIMULATION OF WATER IN GROMACS

CHM 579 LAB 2B: MOLECULAR DYNAMICS SIMULATION OF WATER IN GROMACS CHM 579 LAB 2B: MOLECULAR DYNAMICS SIMULATION OF WATER IN GROMACS In this lab you will learn the basics of using the GROningen MAchine for Chemical Simulations (GROMACS) package. The first system to study

More information

Castep Workshop 2007: Session 1

Castep Workshop 2007: Session 1 Castep Workshop 2007: Session 1 1 Login Before we start, you will have to log into the server that we are going to run Castep. Please follow the instructions given at the beginning of this practical session.

More information

Visualisation of biomolecules with VMD

Visualisation of biomolecules with VMD Visualisation of biomolecules with VMD Visualisation Programs: Name Organisation Link vmd U Illinois http://www.ks.uiuc.edu/research/vmd/ jmol OpenScience http://jmol.sourceforge.net/ Pymol Schroedinger

More information

Lab III: MD II & Analysis Linux & OS X. In this lab you will:

Lab III: MD II & Analysis Linux & OS X. In this lab you will: Lab III: MD II & Analysis Linux & OS X In this lab you will: 1) Add water, ions, and set up and minimize a solvated protein system 2) Learn how to create fixed atom files and systematically minimize a

More information

QMIC program descriptions Appendix H. QMIC Programs

QMIC program descriptions Appendix H. QMIC Programs QMIC program descriptions Appendix H. QMIC Programs The Quantum Mechanics in Chemistry (QMIC) programs whose source and executable ver sions are provided along with the text are designed to be pedagogical

More information

PyMOL is a molecular visualization tool. There are many such tools available both commercially and publicly available:

PyMOL is a molecular visualization tool. There are many such tools available both commercially and publicly available: Workshop #1: PyMOL PyMOL is a molecular visualization tool. There are many such tools available both commercially and publicly available: PyMOL (www.pymol.org) Swiss-PdbViewer (spdbv.vital-it.ch) RasMol

More information

Gaussian03 and Gaussview Presentation Anita Orendt Center for High Performance Computing University of Utah anita.orendt@utah.edu April 24, 2008 http://www.chpc.utah.edu 4/29/08 http://www.chpc.utah.edu

More information

think of the molecular atoms or ligands L

think of the molecular atoms or ligands L 2 nd year Crystal and olecular Architecture course The Octahedral Point Group As an inorganic or materials chemist the octahedral point group is one of the most important, Figure o a vast number of T or

More information

Assignment 4: Molecular Dynamics (50 points)

Assignment 4: Molecular Dynamics (50 points) Chemistry 380.37 Fall 2015 Dr. Jean M. Standard November 2, 2015 Assignment 4: Molecular Dynamics (50 points) In this assignment, you will use the Tinker molecular modeling software package to carry out

More information

Using HyperChem for CH 463. Chun Park

Using HyperChem for CH 463. Chun Park Using HyperChem for CH 463 Chun Park Using HyperChem for CH 463 1 st Edition Written by Chun Park Oregon State University Table of Contents Introduction 1 Chapter 1 Getting Started 2 Starting HyperChem...

More information

Pratical course Theoretical Chemistry CO on Palladium Dr. Carine MICHEL

Pratical course Theoretical Chemistry CO on Palladium Dr. Carine MICHEL Pratical course Theoretical Chemistry CO on Palladium adsorption energies vibrations diffusion path Dr. Carine MICHEL carine.michel@ens-lyon.fr Introduction This hands-on session aims at providing you

More information

ConfSearch: A conformational search program. Manual

ConfSearch: A conformational search program. Manual 1 ConfSearch: A conformational search program Manual Rubén Meana-Pañeda and Donald G. Truhlar Department of Chemistry, Chemical Theory Center, and Supercomputing Institute University of Minnesota, Minneapolis,

More information

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview Chapter 888 Introduction This procedure generates D-optimal designs for multi-factor experiments with both quantitative and qualitative factors. The factors can have a mixed number of levels. For example,

More information

Scalar Visualization

Scalar Visualization Scalar Visualization Visualizing scalar data Popular scalar visualization techniques Color mapping Contouring Height plots outline Recap of Chap 4: Visualization Pipeline 1. Data Importing 2. Data Filtering

More information

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i GLIDE static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, int *refcoreatoms){int ncoreat = :vector mappings; PhpCoreMapping mapping; for COMMON(glidelig).

More information

Gaussian G09 Scaling Benchmarks

Gaussian G09 Scaling Benchmarks Systems: Gaussian G9 Scaling Benchmarks Jemmy Hu SHARCNET June-July, 29 Name CPUs/node RAM/node OS Interconnect Saw 8 (2 quad-core), 6. GB HP Linux XC 4 InfiniBand Xeon @ 3. GHz Narwhal Silky Hound 4 (2

More information

Materials Modelling MPhil

Materials Modelling MPhil Materials Modelling MPhil COURSE MP5: MESOSCALE AND MULTISCALE MODELLING COMPUTING CLASS 1 31/1/2007 14:00-16:00 Dissipative particle dynamics using Materials Studio 4.0 1 Aims and objectives Dissipative

More information

Advanced Visualization for Chemistry

Advanced Visualization for Chemistry Advanced Visualization for Chemistry Part 9 Tools in depth Mario Valle March 7 8, 2006 Plan 1. Introduce two tools 1. STM3 the tool used at CSCS (more developer oriented) 2. VMD widely used free tool (more

More information

Docking Study with HyperChem Release Notes

Docking Study with HyperChem Release Notes Docking Study with HyperChem Release Notes This document lists additional information about Docking Study with HyperChem family, Essential, Premium Essential, Professional, Advanced, Ultimat, and Cluster.

More information

TmoleX. A Graphical User Interface to the. Quantum Chemistry Program Package. User manual

TmoleX. A Graphical User Interface to the. Quantum Chemistry Program Package. User manual TmoleX A Graphical User Interface to the TURBOMOLE Quantum Chemistry Program Package User manual COSMOlogic GmbH & Co. KG Imbacher Weg 46 51379 Leverkusen, Germany Phone +49-2171-363-668 Fax +49-2171-731-689

More information

an exceptional performance/price ratio are fully configured for parallel computation

an exceptional performance/price ratio are fully configured for parallel computation WHO ARE WE? (PQS) manufactures parallel computers with integrated software for high-performance computational chemistry. Our offerings have an exceptional performance/price ratio are fully configured for

More information

VMD Key Features of Recent Release

VMD Key Features of Recent Release VMD 1.8.7 Key Features of Recent Release John Stone Research/vmd/ Quick Summary of Features Broader platform support Updated user interfaces Accelerated analysis, rendering, display: multi-core CPUs, GPUs

More information

TmoleX. A Graphical User Interface to the. Quantum Chemistry Program Package. Tutorial

TmoleX. A Graphical User Interface to the. Quantum Chemistry Program Package. Tutorial TmoleX A Graphical User Interface to the TURBOMOLE Quantum Chemistry Program Package Tutorial COSMOlogic GmbH & Co. KG Burscheider Str. 515 D-51381 Leverkusen, Germany Phone +49-2171-363-668 Fax +49-2171-731-689

More information

HANDS-ON TUTORIAL ON THE QUANTUM-ESPRESSO PACKAGE

HANDS-ON TUTORIAL ON THE QUANTUM-ESPRESSO PACKAGE HANDS-ON TUTORIAL ON THE QUANTUM-ESPRESSO PACKAGE POST PROCESSING OF DATA: Density of states: DOS and PDOS Charge density and bonding charge STM image simulation Cagliari September 2005 Guido Fratesi and

More information

Using ACES II and ACES III

Using ACES II and ACES III Using ACES II and ACES III Dr. Anthony Yau HPTi / PET CCM presented at the DoD HPCMP UGC 06 What is ACES? Advanced Concepts in Electronic Structure computational chemistry package ab initio correlated

More information

AutoIMD User s Guide

AutoIMD User s Guide AutoIMD User s Guide AutoIMD version 1.7 Jordi Cohen, Paul Grayson March 9, 2011 Theoretical Biophysics Group University of Illinois and Beckman Institute 405 N. Mathews Urbana, IL 61801 Contents 1 Introduction

More information

Practical 10: Protein dynamics and visualization Documentation

Practical 10: Protein dynamics and visualization Documentation Practical 10: Protein dynamics and visualization Documentation Release 1.0 Oliver Beckstein March 07, 2013 CONTENTS 1 Basics of protein structure 3 2 Analyzing protein structure and topology 5 2.1 Topology

More information

User Manual Copyright Cepos InSilico Ltd

User Manual Copyright Cepos InSilico Ltd User Manual 2007. Copyright Cepos InSilico Ltd Impressum Copyright 2009 by CEPOS InSilico Ltd. The Old Vicarage 132 Bedford Road Kempston BEDFORD, MK42 8BQ www.ceposinsilico.com Manual Timothy Clark Layout

More information

Analysis and Visualization Algorithms in VMD

Analysis and Visualization Algorithms in VMD 1 Analysis and Visualization Algorithms in VMD David Hardy Research/~dhardy/ NAIS: State-of-the-Art Algorithms for Molecular Dynamics (Presenting the work of John Stone.) VMD Visual Molecular Dynamics

More information

TensorMol Documentation

TensorMol Documentation TensorMol Documentation Release 0.1 K. Yao, J. E. Herr, J. Parkhill Jan 10, 2018 Contents: 1 About TensorMol 3 2 Tutorials 5 2.1 Input/Output and Logging......................................... 5 2.2

More information

Introduction to Linux

Introduction to Linux Introduction to Linux The command-line interface A command-line interface (CLI) is a type of interface, that is, a way to interact with a computer. Window systems, punched cards or a bunch of dials, buttons

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

INTRODUCTION TO CHEMDRAW ULTRA 12.0

INTRODUCTION TO CHEMDRAW ULTRA 12.0 INTRODUCTION TO CHEMDRAW ULTRA 12.0 ITEC107 - Introduction to Computing for Pharmacy 1 Objectives Why use ChemDraw Open, view, save and close a document Exploring the user-interface and toolbars Analyzing

More information

A First Introduction to Scientific Visualization Geoffrey Gray

A First Introduction to Scientific Visualization Geoffrey Gray Visual Molecular Dynamics A First Introduction to Scientific Visualization Geoffrey Gray VMD on CIRCE: On the lower bottom left of your screen, click on the window start-up menu. In the search box type

More information

Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave

Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave Menu Set Hot Keys F2 F3 F4 F5 Animation Modeling Dynamics Rendering Transformation / Manipulator Hot Keys Q W E R T Y Select Tool Move Tool

More information

Version 1.1 October 2017 Teaching Subset v5.39

Version 1.1 October 2017 Teaching Subset v5.39 1 Visualisations Version 1.1 October 2017 Teaching Subset v5.39 Table of Contents Example 1. Generating Structure Views... 2 Generating a Simple Molecular View... 2 Generating a Packing Diagram... 4 Displaying

More information

NX Fixed Plane Additive Manufacturing Help

NX Fixed Plane Additive Manufacturing Help NX 11.0.2 Fixed Plane Additive Manufacturing Help Version #1 1 NX 11.0.2 Fixed Plane Additive Manufacturing Help June 2, 2017 Version #1 NX 11.0.2 Fixed Plane Additive Manufacturing Help Version #1 2 Contents

More information

Simple REFMAC tutorials

Simple REFMAC tutorials Simple REFMAC tutorials Prerequisites: To use this tutorial you need to have ccp4. For jelly body, automatic and local ncs restraints, occupancy refinement you need to have the latest version of ccp4-6.2

More information

Verification of Laminar and Validation of Turbulent Pipe Flows

Verification of Laminar and Validation of Turbulent Pipe Flows 1 Verification of Laminar and Validation of Turbulent Pipe Flows 1. Purpose ME:5160 Intermediate Mechanics of Fluids CFD LAB 1 (ANSYS 18.1; Last Updated: Aug. 1, 2017) By Timur Dogan, Michael Conger, Dong-Hwan

More information

Gabedit. Version By Abdul-Rahman ALLOUCHE

Gabedit. Version By Abdul-Rahman ALLOUCHE Gabedit By Abdul-Rahman ALLOUCHE Laboratoire de Spectrométrie Ionique et Moléculaire - UMR 5579 CNRS et Université Claude Bernard Lyon1 Copyright (C) 2002 2007 Abdul Rahman ALLOUCHE http://gabedit.sourceforge.net

More information

TmoleX. A Graphical User Interface to the. Quantum Chemistry Program Package. User manual

TmoleX. A Graphical User Interface to the. Quantum Chemistry Program Package. User manual TmoleX A Graphical User Interface to the TURBOMOLE Quantum Chemistry Program Package User manual COSMOlogic GmbH & Co. KG Imbacher Weg 46 51379 Leverkusen, Germany Phone +49-2171-363-668 Fax +49-2171-731-689

More information

Ing. Mario Valle CSCS Data Analysis Group

Ing. Mario Valle CSCS Data Analysis Group Ing. Mario Valle CSCS Data Analysis Group An introduction to the molecular visualization toolkit STM4 Agenda Why STM4? STM4 architecture AVS/Express concepts STM4 modules overview STM4 quick tour Agenda

More information

Tutorial 1: Welded Frame - Problem Description

Tutorial 1: Welded Frame - Problem Description Tutorial 1: Welded Frame - Problem Description Introduction In this first tutorial, we will analyse a simple frame: firstly as a welded frame, and secondly as a pin jointed truss. In each case, we will

More information

Phonons and Spectroscopy Tutorial

Phonons and Spectroscopy Tutorial Phonons and Spectroscopy Tutorial The aims of this tutorial session is to introduce you to running larger-scale CASTEP jobs on supercomputer clusters, creation of input files for and setup of CASTEP jobs,

More information

Running Gaussian in a Combined Cray PVP and T3E Environment

Running Gaussian in a Combined Cray PVP and T3E Environment Running Gaussian in a Combined Cray PVP and T3E Environment Carlos P. Sosa and John E. Carpenter Chemistry Applications, Silicon Graphics, Inc./Cray Research, Eagan, MN 55121 cpsosa@cray.com and jec@cray.com

More information

Lead Discovery 5.2. User Guide. Powered by TIBCO Spotfire

Lead Discovery 5.2. User Guide. Powered by TIBCO Spotfire User Guide Powered by TIBCO Spotfire Last Modified: July 26, 2013 Table of Contents 1. Introduction... 5 2. Loading Data... 6 2.1. Opening an SDFile... 6 2.2. Importing a ChemDraw for Excel File... 6 2.3.

More information

Miroslav Kohout. STR-module for Avizo. User s Guide. Springer

Miroslav Kohout. STR-module for Avizo. User s Guide. Springer Miroslav Kohout STR-module for Avizo User s Guide Springer Contents 1 Visualization with the STR module for Avizo...................... 1 1.1 Avizo module installation....................................

More information

This is called the vertex form of the quadratic equation. To graph the equation

This is called the vertex form of the quadratic equation. To graph the equation Name Period Date: Topic: 7-5 Graphing ( ) Essential Question: What is the vertex of a parabola, and what is its axis of symmetry? Standard: F-IF.7a Objective: Graph linear and quadratic functions and show

More information

ME 475 Modal Analysis and Optimization of a Tapered Beam

ME 475 Modal Analysis and Optimization of a Tapered Beam ME 475 Modal Analysis and Optimization of a Tapered Beam Objectives: To optimize the shape of a tapered beam to minimize the mass, while holding the first three natural frequencies above those of the baseline

More information

Analyzing J-Coupling Files With Python

Analyzing J-Coupling Files With Python Analyzing J-Coupling Files With Python Prepared By: Toby Turney Reviewed By: Anthony S. Serianni February 2016 Objective This tutorial provides instructions on how to analyze a grid of DFT-derived J- coupling

More information

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i MAESTRO static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, int *refcoreatoms){int ncoreat = :vector mappings; PhpCoreMapping mapping; for COMMON(glidelig).

More information

VMD Documentation. Mehrdad Youse (CCIT Visualization Group)

VMD Documentation. Mehrdad Youse (CCIT Visualization Group) VMD Documentation Mehrdad Youse (CCIT Visualization Group) May 22, 2017 Abstract In this documentation, the basic and intermediate documentation of VMD molecular dynamics visualization software from University

More information

ACES III User Guide. ACES III Documentation. Quantum Theory Project University of Florida Gainesville, FL 32605

ACES III User Guide. ACES III Documentation. Quantum Theory Project University of Florida Gainesville, FL 32605 ACES III User Guide ACES III Documentation Quantum Theory Project University of Florida Gainesville, FL 32605 Contributors to the software: R. J. Bartlett, E. Deumens, N. Flocke, T. Hughes, N. Jindal,

More information

Introduction to Scientific Visualization

Introduction to Scientific Visualization Introduction to Scientific Visualization Erik Brisson ebrisson@bu.edu Topics Introduction Visualization techniques Scientific data domains Software packages and workflow Conclusion What is sci-vis? Could

More information

Simulation of Flow Development in a Pipe

Simulation of Flow Development in a Pipe Tutorial 4. Simulation of Flow Development in a Pipe Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D turbulent fluid flow in a pipe. The pipe networks are common

More information

CS612 - Algorithms in Bioinformatics

CS612 - Algorithms in Bioinformatics Spring 2017 Visualization and Representation October 11, 2017 The PDB File Format Modeling and Visualization of Protein Structures Computer graphics, scientific visualization and geometry to create a 3-D

More information

IBM Rational Rhapsody Gateway Add On. User Guide

IBM Rational Rhapsody Gateway Add On. User Guide User Guide Rhapsody IBM Rational Rhapsody Gateway Add On User Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

Curves & Splines. Assignment #3. Overview & Objectives. Due Dates. CPSC 453 Fall 2018 University of Calgary

Curves & Splines. Assignment #3. Overview & Objectives. Due Dates. CPSC 453 Fall 2018 University of Calgary Curves & Splines Assignment #3 CPSC 453 Fall 2018 University of Calgary Overview & Objectives The main objective of this third assignment in CPSC 453 is to learn to work with Bézier curves and splines.

More information

OpenMX Tutorial. First trial On the manual Recommended trials OpenMX Viewer. Taisuke Ozaki (ISSP, Univ. of Tokyo)

OpenMX Tutorial. First trial On the manual Recommended trials OpenMX Viewer. Taisuke Ozaki (ISSP, Univ. of Tokyo) OpenMX Tutorial First trial On the manual Recommended trials OpenMX Viewer Taisuke Ozaki (ISSP, Univ. of Tokyo) The Winter School on DFT: Theories and Practical Aspects, Dec. 19-23, CAS. First trial Login

More information

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011)

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011) UoW HPC Quick Start Information Technology Services University of Wollongong ( Last updated on October 10, 2011) 1 Contents 1 Logging into the HPC Cluster 3 1.1 From within the UoW campus.......................

More information

Abaqus/CAE (ver. 6.12) Vibrations Tutorial

Abaqus/CAE (ver. 6.12) Vibrations Tutorial Abaqus/CAE (ver. 6.12) Vibrations Tutorial Problem Description The two dimensional bridge structure, which consists of steel T sections, is simply supported at its lower corners. Determine the first 10

More information

Lab Activity #2- Statistics and Graphing

Lab Activity #2- Statistics and Graphing Lab Activity #2- Statistics and Graphing Graphical Representation of Data and the Use of Google Sheets : Scientists answer posed questions by performing experiments which provide information about a given

More information

Repetition Using the End of File Condition

Repetition Using the End of File Condition Repetition Using the End of File Condition Quick Start Compile step once always javac Scan4.java mkdir labs cd labs Execute step mkdir 4 java Scan4 cd 4 cp /samples/csc/156/labs/4/*. Submit step emacs

More information

VMD hands on. Rogelio Rodríguez-Sotres, FQ, UNAM. Marzo 2016

VMD hands on. Rogelio Rodríguez-Sotres, FQ, UNAM. Marzo 2016 VMD hands on Rogelio Rodríguez-Sotres, FQ, UNAM. Marzo 2016 VMD tiene dos forma de control Las formas gráficas que son múltiples y extensibles La ventana de TCL/Tk que es un interprete de un lenguaje llamado

More information

IMPLEMENTING MacGAMESS AND MacMolPlt ON A MAC G4

IMPLEMENTING MacGAMESS AND MacMolPlt ON A MAC G4 Proceedings of the South Dakota Academy of Science, Vol. 80 (2001) 155 IMPLEMENTING MacGAMESS AND MacMolPlt ON A MAC G4 Andrew W. Aspaas and Arlen Viste Department of Chemistry Augustana College Sioux

More information

Advanced Graphics: NOMAD Summer. Interactive analysis and visualization of complex datasets

Advanced Graphics: NOMAD Summer. Interactive analysis and visualization of complex datasets NOMAD Summer A hands-on course on tools for novel-materials discovery September 25-29, 2017, Berlin Advanced Graphics: Interactive analysis and visualization of complex datasets Michele Compostella Markus

More information

CS4023 Week04 Lab Exercise

CS4023 Week04 Lab Exercise CS4023 Week04 Lab Exercise Lab Objective: We will use this lab to log in to our Linux accounts and to look at some simple programs that perform a few elementary system calls. By the end of the lab we will

More information

Virtual NanoLab. Tutorial. Version

Virtual NanoLab. Tutorial. Version Virtual NanoLab Tutorial Version 2014.2 Virtual NanoLab: Tutorial Version 2014.2 Copyright 2008 2014 QuantumWise A/S Atomistix ToolKit Copyright Notice All rights reserved. This publication may be freely

More information

Microscopic Measurement

Microscopic Measurement Microscopic Measurement Estimating Specimen Size : The area of the slide that you see when you look through a microscope is called the " field of view ". If you know the diameter of your field of view,

More information

Department of Chemistry and Supercomputer Institute, University of Minnesota,

Department of Chemistry and Supercomputer Institute, University of Minnesota, 1 Manual MLGAUSS version 3.0 Yan Zhao, Rubén Meana-Pañeda, and Donald G. Truhlar Department of Chemistry and Supercomputer Institute, University of Minnesota, Minneapolis, MN 55455-0431 Program Version:

More information

Appendix Building Alkyl Semibenzoquinone Structures

Appendix Building Alkyl Semibenzoquinone Structures WARNING NOTICE: The experiments described in these materials are potentially hazardous and require a high level of safety training, special facilities and equipment, and supervision by appropriate individuals.

More information

St John s Curriculum Overview Year 8

St John s Curriculum Overview Year 8 St John s Curriculum Overview Year 8 Introduction Subject title Mathematics During the course of the year students will build upon their knowledge Setting arrangements Time allowance each fortnight Students

More information

AutoDock Virtual Screening: Raccoon & Fox Tools

AutoDock Virtual Screening: Raccoon & Fox Tools AutoDock Virtual Screening: Raccoon & Fox Tools Stefano Forli Ruth Huey The Scripps Research Institute Molecular Graphics Laboratory 10550 N. Torrey Pines Rd. La Jolla, California 92037-1000 USA 3 December

More information

Wiener index of chemical trees from its subtree

Wiener index of chemical trees from its subtree Available online at www.derpharmachemica.com Scholars Research Library Der Pharma Chemica, 014, 6(5):35-4 (http://derpharmachemica.com/archive.html) Wiener index of chemical trees from its subtree M. Yamuna

More information

5.1 Any Way You Slice It

5.1 Any Way You Slice It SECONDARY MATH III // MODULE 5 MODELING WITH GEOMETRY 5.1 Students in Mrs. Denton s class were given cubes made of clay and asked to slice off a corner of the cube with a piece of dental floss. Jumal sliced

More information

IBM Rational Rhapsody Gateway Add On. User Manual

IBM Rational Rhapsody Gateway Add On. User Manual User Manual Rhapsody IBM Rational Rhapsody Gateway Add On User Manual License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

ChemFinder for Office 17.0 User Guide

ChemFinder for Office 17.0 User Guide User Guide Table of Contents Chapter 1: ChemFinder for Office 1 The user interface (UI) 1 Selecting files to search 2 Searching by chemical structure 3 Searching by multiple properties 4 Browsing search

More information

TmoleX. A Graphical User Interface to the. Quantum Chemistry Program Package. User manual

TmoleX. A Graphical User Interface to the. Quantum Chemistry Program Package. User manual TmoleX A Graphical User Interface to the TURBOMOLE Quantum Chemistry Program Package User manual COSMOlogic GmbH & Co. KG Burscheider Str. 515 D-51381 Leverkusen, Germany Phone +49-2171-363-668 Fax +49-2171-731-689

More information