In this tutorial we will perform a geometry optimization using various QM simulation software packages. We will perform a geometry optimization and single point energy calculation for the molecule 1-methylcylohexene using GAMESS, Orca, and CP2K QM software.
Software needed to complete this tutorial:
Obtain the initial structure for 1-methylcylohexene. One way to get an initial structure is to sketch the chemical structure of the molecule using the online JME Editor.
You can then get the SMILES format and save this to a text file called 1-methylcyclohexene.smi
We can then use Open Babel to convert the SMILES string into a 3D structure that we will save in pdb format:
and we can convert this pdb file into a GAMESS input file: convert to input file
In this section we will optimize the geometry of the 1-methylcyclohexene molecule using the B3LPY DFT functional and 6-31+G(d,p) basis set using GAMESS.
Here the $CONTRL group indicates SCFTYPE=RHF for a closed-shell molecule, RUNTYPE=OPTIMIZE for a geometry optimization, ICHARG=0 specifies the charge is 0, and MULT=1 specifies the multiplicity. NPRINT=-5 specifies that only minimal output is produced. The DFT type is also specified in the $CONTRL section. With DFTTYP=NONE (default), an ab initio (Hartree Fock) calculation will be performed rather than density functional theory. In this case we will use DFTTYPE=B3LYP to select for the B3LYP hybrid method.
We specify the basis set with the $BASIS group section in which we define N-31G type basis by GBASIS=N31 with the N in N-31G type basis set by NGAUSS=6. We also define a single (d) function on heavy atoms by NDFUNC=1, a single (p) function on hydrogens by NPFUNC=1, and a single (+) diffuse sp shell on heavy atoms by DIFFSP=.TRUE. Finally, we specify to use the DFT-D3(BJ) dispersion correction with $DFT IDCVER=4.
The input file to run the geometry optimization should look like this:
To run the geometry optimization type:
where 01 is the version number and 4 specifies to use 4 compute processes.
Basic usage of GAMESS is:
GAMESS reports energy values in Hartree units (1 Hartree = 627.51 kcal/mol). You can use the Unix command grep to display relevant lines:
For 1-methylcyclohexene the final energy after 12 iterations is -273.8239986. To improve the accuracy we can choose a different basis set or a different DFT method using the optimized geometry as as the starting coordinates.
Geometry optimization can also be performed in CP2K. CP2K requires a basis set file.
The crystal structure of the inhibitor bound in the active site will be used as a test of our docking procedure. Select residue STI and save the residue as a pdb:
GAMESS reports energy values in Hartree units (1 Hartree = 627.51 kcal/mol). You can use the Unix command grep to display relevant lines:
Copy the coordinates from the geometry optimization EQUILIBRIUM GEOMETRY LOCATED runtyp=energy mplevl=4 to enable MP4(SDQ) single point calculation
locate RESULTS OF MOLLER-PLESSET 4TH ORDER CORRECTION ARE