G03
The Gaussian 03 Quantum Chemistry Program


Gaussian 03 is an ab initio quantum chemistry package.

Gaussian 03 is capable of predicting many properties of molecules and reactions, in the gas phase and solution, including

Using Gaussian 03 requires that you be in the C shell or T shell. You can check your shell by typing

        echo $SHELL
      
If the value is /bin/csh or /bin/tcsh, then you are OK.

CSH or TCSH shell users will want to modify their .login file to include the following commands:

        setenv g03root /usr/local
        setenv GAUSS_SCRDIR /scratch/"your_user_id"
        source $g03root/g03/bsd/g03.login
      
where /usr/local is the location of the g03 source directory, and /scratch/"your_user_id" is the default Gaussian 03 scratch directory. Each user needs to set up such a scratch directory once by changing directory to /scratch and using the mkdir command to make a subdirectory.

Note that Gaussian 03 is a proprietary program, and that access to the executable is strictly limited.

If Gaussian 03 is used in research that is to be published, it is the researcher's obligation to acknowledge the program with a citation that includes

Related Data and Programs:

Gaussian 98 is an earlier version of Gaussian 03.

Reference:

  1. http://www.gaussian.com, the Gaussian web site.
  2. http://www.gaussian.com/gnews.htm, the Gaussian newsletter.
  3. http://www.gaussian.com/g_ur/g03mantop.htm, the Gaussian 03 online help manual;
  4. Michael J Frisch, Alice B Nielsen,
    Gaussian 03 Programmer's Reference,
    Gaussian, Inc.
  5. Aeleen Frisch, Michael J Frisch, Gary W Trucks,
    Gaussian 03 User's Reference,
    Gaussian, Inc.
  6. GaussView 3.0 User's Reference,
    Gaussian, Inc.
  7. J E Foresman and A E Frisch,
    Exploring Chemistry with Electronic Structure Methods,
    Gaussian, Inc.

Examples and Tests:

You can go up one level to the EXAMPLES page.


Last modified on 05 January 2006.