Introduction to Computational Quantum Chemistry Practical Lesson 1: Molecular Builders & Single Point Calculations Martin Novák (NCBR) Builders and SPs October 11, 2016 1/14 Available builders on Wolf cluster • Avogadro • + fast • + free • + forcefield preoptimization • Gabedit • + aligning structures in coordinate system • - relatively slow • Gaussview • + generating specific distances/angles/dihedrals • + aligning molecules • - commercial • Nemesis • No idea Martin Novák (NCBR) Builders and SPs □ SP - = 5 -Oc\o October 11, 2016 2/14 Structure files • The most widely used in QM are XYZ and Z-matrices • Cube files: • Grid of points with specific values of a given quality o Electron density Electrostatic potential, Laplacian of el. density • Generated from Gaussian wavefunction • Wavefunction files: • Gaussian: (Formatted) checkpoint o ADF: TAPEs • Turbomole: mos Martin Novák (NCBR) Builders and SPs October 11, 2016 3/14 Practical task I: Gaussian • Prepare input file for calculations: Most builders can generate the file for you (usually has to be edited) • You can write it yourself from scratch General suffix is either ".com" or ".gjf" • Use: • 2 cores • 3 GB of memory • Save the wavefunction • Gaussian manual: http://www.gaussian.com/g_tech/gO 9ur.htm • Add gaussian module • g09 input.com □ Builders and SPs October 11, 2016 4/14 Gaussian logfile • Read the logfile, see the structure, extract information • qmutil: nifty module to extract data from gaussian output • extract-gopt-ene logfile • extract-gopt-xyz logfile • extract-gdrv-ene logfile • extract-gdrv-xyz logfile • extract-xyz-str xyzfile framenumber © extract-xyz-numstr xyzfile Martin Novák (NCBR) Builders and SPs □ Si ► < ! ► < October Gaussian checkpoint • Stores wavefunction in binary • Convert into ASCII file: • formchk -3 file.chk • Can be read by gaussview 1 • Analysis of orbitals, electron density • Export into cubefiles (ASCII grid files) 1A bug in Gaussview: Change word "independent" to "independant". = i 1 mnovak@wolf #!/bin/bash module add turbomole:7.00 jobex -ri -c 1024 > dft.out Martin Novák (NCBR) Builders and SPs □ SP - = 5 -Oc\o October 11, 2016 10/14 Turbomole output File Contens dft.out Optimization procedure energy Energies of steps gradient Gradients of steps mos Molecular orbitals freq.out Output from aoforce program Martin Novák (NCBR) Builders and SPs □ SP - = 5 -Oc\o October 11, 2016 11/14 Practical task III: ADF • Only software using Slater-type orbitals • Up to 2-component relativistic effects (ZORA+SpinOrbit) • Awful output file structure • Extremely fast and efficient • ADF GUI: adfview • Very bad memory handling Martin Novák (NCBR) Builders and SPs □ SP - = 5 -Oc\o October 11, 2016 12/14 Preparing ADF input • Using GUI (the easiest way) • Write from scratch • Keywords in blocks: ATOMS* SYMMETRY NOSYMM XC* BASIS* SAVE TAPE21 NOPRINT LOGFILE definition of geometry in xyz Switch off all symmetry DFT functional Basis set Save wavef unction Do not print input into logfile Section terminated by END keyword Manual pages: http : //www. scm.com/Doc/Doc2014/ADF/ ADFUsersGuide/pagel.html Martin Novák (NCBR) Builders and SPs □ SP - = 5 -Oc\o October 11, 2016 13/14 Running ADF • adf < input.adf > output.out Martin Novák (NCBR) Builders and SPs October 11, 2016 14/14