GO2I is a simple little program that reads a Gaussian9x output file and parses the archive entry at the end to create an input file of the compound with exactly the same structure. This program certainly isn't rocket science, but it is a handy little tool that I use regularly.
Obtaining GO2I
Installing GO2I
gunzip go2i.tar
tar -xvf go2i.tar
If gunzip is not installed on your system, please consult
Installing and Running gzip/gunzip. When this file
is untarred, four files will be extracted. The names of these
files and their contents are listed below.
| File | Contents |
|---|---|
| GO2I | This is the executable program (if not executable use the command chmod +x GO2I). |
| Si2H2.out | A sample Gaussian94 output file. |
| Si2H2.com | The resulting Gaussian9x input file that was generated by GO2I from Si2H2.out. |
| readme.1st | A small note reminding you how to run GO2I. |
Now that you have unloaded GO2I to your system, here is all you need to do to run the program.
GO2I Gaussian_output new_Gaussian_inputFor example, the file Si2H2.out was shipped along with GO2I, so you can enter the command
GO2I Si2H2.out Si2H2.inpThis causes the final structure in Si2H2.out to be written as the input file Si2H2.inp. To check that the program worked correctly, you can compare Si2H2.inp with the supplied file Si2H2.com using the command
diff Si2H2.inp Si2H2.comThere should be no difference in these files.
I hope this simple program makes your life a little easier.
Disclaimer
Please note that this free package is distributed "as is" and comes with no
explicit or implicit warranties. The program author is to be held blameless
for any actions that occur while running the package.
� 1999 Brian T. Luke, Ph.D.