WebMO Home Page
   Features
   Pro Features
   Enterprise Features
   Compare Features
   System Requirements
   Screen Shots
   Working Demo
   Support
   Support Forum
   Testimonials
   Revision History
   Mailing List
   Example Uses
   License Info
   Pricing
   Buy WebMO Pro
   Obtain Free License
   Download
WebMO - Computational chemistry on the WWW
Recent news

WebMO 8.0 is now available for free download!

WebMO 8.0 Pro and Enterprise have a variety of additional features and is available for purchase.

WebMO can now be installed on Windows, Mac, and Unix servers!

July 4, 2008
Q-Chem 2.X Installation Instructions for Linux

  1. Obtain a Q-Chem license
    Q-Chem is a commercial software product, and a license must be purchased from www.q-chem.com. A CD-ROM with Q-Chem binaries will be mailed to the customer.
  2. Mount CD-ROM
    # mount /mnt/cdrom
  3. Install Q-Chem software
    # cd /mnt/cdrom
    # ./INSTALL.sh
    Answer prompts, accepting defaults where appropriate. Some changes might be:
    • Choose serial installation of Q-Chem
    • Set upper memory limit to less than maximum amount of avilable memory, e.g., for 512MB of memory, set upper memory limit to 256.
    # umount /mnt/cdrom
  4. Obtain and install license key
    Email the file /usr/local/qchem/license.data to license@q-chem.com. The returned email will have an attached file qchem.license.dat.computer_name.txt. Copy this file to
        /usr/local/qchem/aux/license/qchem.license.dat
  5. Set up Q-Chem environment
    $ cd ~
    $ mkdir qchem
    $cd qchem
    % vi qchemsetup
        i (to enter insert mode)
              QC=/usr/local/qchem; export QC
              if [ -e $QC/bin/qchem.setup.sh ] ; then
              . $QC/bin/qchem.setup.sh
              fi
        :wq (to quit and save)
  6. Run a test job
    $ cd ~/qchem
    $ source qchemsetup
    $ cp -p /usr/local/qchem/samples/HF_water.in .
    $ cp -p /usr/local/qchem/samples/HF_water.ref .
    qchem HF_water.in HF_water.out
    diff HF_water.ref HF_water.out

Copyright © 2004, WebMO, LLC, all rights reserved.