Finding the conical intersection between the excited and ground state in a protonated schiff base with Gaussian09.
To learn how to use the program by yourself or maybe extend
your knowledge beyond the scope of this tutorial one can check out the
links on
the following
site.
To start a calculation we basically need four things:
In this practical we will locate the minimum energy conical intersection. At this point, the energy gap in the branching space space is zero, while the gradients in the 3N-8 dimensional seam space are zero as well. We will not go into details about the optimization algorithm that we will use to optimize the MECI, but details can be found in Bearpark et al. Chem. Phys. Lett. 223 (1994) 269.
The files needed for this practical can be downloaded as an
archive here and unpacked by typing
tar xzvf conical.tar.gz
gview.exe
Click on the R (fragment) symbol button and select an ethene unit (6th element in top row).
Select the window with the blue background and click in it.
You will see a ethene molecule there now.
Select the main window and click on the the element buttom and select a bare nitrogen atom.
Now select the window in which the ethene is waiting and click on one of the carbon atoms. This atom should become a nitrogen.
Now we have the starting structure for our purposes and we will start by optimizing its geometry in the electronic ground state in the next step.
We will use Pople's 6-31G basis set to expand the molecular orbitals in. G stands for "Gaussian", so a GTO basis with 6 gaussian functions for the inner (non-valence) electrons and 4 (3+1) for the valence electrons is used.
From the menu in the main window in gaussview, select from the menu the Calculate item.
From the drop down list choose Gaussian Calculation Setup. This opens an interface in which we can setup the calculations
For the geometry optimization at the CASSCF level with 2 electrons in 2 orbitals, which are expanded in the 6-31G basisset, we need to configure the tabs as follows:
Job Type
%chk=/home/gegroenh/im_S0.chk # opt casscf(2,2)/6-31g geom=connectivity Title Card Required 1 1 C -1.86956513 1.60869563 0.00000000 H -2.46315013 2.53273363 0.00000000 H -2.46318113 0.68468163 -0.00002200 H 0.04993587 0.68465763 -0.00001900 H 0.04996687 2.53270963 0.00002600 N -0.54364913 1.60869563 0.00000000 1 2 1.0 3 1.0 6 2.0 2 3 4 6 1.0 5 6 1.0 6
g09 im.com
After the calculation is complete, you can open the output .log or .chk in gaussian. Click on the file tab in the main gaussview window and choose open file and select the im.log file.
Next, we want to understand what happens if this molecule absorbs a photon.
Take the optimized ground state structure by opening the .log or.chk file of the previous geometry optimization. From the menu in the main window in Gaussview, select Calculate item again and choose Gaussian Calculation Setup. Job Type
Select the Link 0 tab.
Click Retain to store the setup parameters. Now select the main window and choose the file tab and save the file. Again, invent your own filename. I used im_S1.com. The saved file should look like:
%chk=/home/gegroenh/im_S1.chk # 6-31g geom=connectivity casscf(2,2,nroot=2) Title Card Required 1 1 C -0.67850745 0.00000000 0.00000214 H -1.21382920 -0.92768533 -0.00000877 H -1.21382929 0.92768533 0.00002371 H 1.13693295 0.85144265 0.00001049 H 1.13693288 -0.85144264 -0.00002024 N 0.60354820 0.00000000 -0.00000258 1 2 1.0 3 1.0 6 2.0 2 3 4 6 1.0 5 6 1.0 6
g09 im_S1.com
Have a look at the orbitals as well. You need to open the .chk file and click on the orbital button. This opens a new window. Here, you first need to render the orbitals in the tab. Then you can select the orbitals in the right window.
What kind of orbitals are these?
From the main gaussview window open the log or chk file of the previous excited state energy calculation.
Then, select the main window and click the torsion-manipulation button.
Click four atoms that define the torsion (or dihedral) angle around the double bond.
After selecting the fourth atom, a slider window opens.
With the slider you can change to central torsion angle. Set it around 45 degrees.
We will now setup the calculations. Open the Gaussian Calculation Setup window again.
Job Type
Select the Link 0 tab.
%chk=/home/gegroenh/im_CI.chk # 6-31g geom=connectivity casscf(2,2,nroot=2) opt=conical Title Card Required 1 1 C -0.67850745 0.00000000 0.00000214 H -1.21382862 -0.91434259 0.15677690 H -1.21382987 0.91434372 -0.15676205 H 1.13693348 0.83919195 0.14391019 H 1.13693235 -0.83919183 -0.14391993 N 0.60354820 0.00000000 -0.00000258 1 2 1.0 3 1.0 6 2.0 2 3 4 6 1.0 5 6 1.0 6
g09 im_CI.com
What is the energy of the twisted structure? How much is it compared to the FC point? How large is the energy gap between the excited and ground state at the conical intersection?
Open the log file with a viewer, such as less or emacs. Scroll to the last MSCSF cycle. Gaussian prints information about the branching space vectors, the gradient difference vector and derivative coupling vectors. Only displacements along these (cartesian) vectors can lift the degeneracy. When projected onto the 2D subspace spanned by these vectors, the adiabatic surfaces look like a double cone touching at the conical intersection. The vectors can be visualized as shown here.
Gradient difference vector
Derivative Coupling vector
Since the enery of the conical intersection is lower, the system can access the conical intersection and decay to the ground state. Since the twisted structure has a higher energy structure on ground state than the minimum energy geometry (by how much? Hint: at the CI the ground and excited state are degenerate), a photon absorption can thus help to bring about an isomerization.
In this exercise there is no chemical difference between the cis and trans isomers. To keep track of the isomerization you can substitute one of the protons on the nitrogen and one of the protons on the carbon by methyl groups and repeat the exercise (optional).