Mod:scan
From ChemWiki
Revision as of 07:47, 6 August 2008 by Rzepa (Talk | contribs) (→Submitting more accurate calculations to the Departmental SCAN Cluster)
Contents
Submitting calculations to the Departmental SCAN Cluster
The Chemistry department runs a SCAN (Supercomputer at Night) system, whereby teaching computers which would otherwise only idle in the middle of the night, can be used to run more time consuming calculations than is possible interactively on a single computer whilst sitting in front of it.One far more reliable and quantitative way of modelling a molecule is to subject it to quantum mechanical modelling using Density Functional theory. In practice, this is implemented here using a program called Gaussian 03. The procedure to submit such a job is as follows:
Creating an Input file
- After you have optimised your sketched molecule using ChemBio3D or Gaussview, as described previously, your will have a Gaussian input file saved in your H: drive by default.
- The file will have to be edited before it can be submitted. You can do this either with Gaussview as the program, but a much simpler method is to open the file (pentahelicene.gjf in this example) using eg the Windows Wordpad editor. This is invoked simply by double clicking on the file. Remove any existing lines starting with % or # and replace them with one of the following single lines (the second example also results in the vibrational frequences and from these the entropy being computed, and hence the zero-point and free-energy corrected value, ΔG). This latter option will take significantly longer however.
# B3LYP/6-31G(d) opt
or
# B3LYP/6-31G(d) opt freq
to produce a file that looks like the one shown on the right.
- For a molecule the size of e.g. pentahelicene, the calculation will take about 4-5 hours overnite. If for some reason, your molecule is taking longer, you can always reduce the size of the basis set to e.g. B3LYP/3-21G*, or submit the job on a Friday, when it will have the entire weekend available to it. If you want greater accuracy (but for longer computing time), try e.g. # B3LYP/cc-pVTZ opt freq.
Submitting the Input file
- You will have to login as yourself. You can submit as many jobs as you wish through this mechanism, but you must prepare the input (.gjf) file for each first. The SCAN operates during the period 23.00-07.30 overnight, during which time around 40 computers will be processing jobs. In addition we expect that arond 4 computers will also run continuously during the day as well. If a job is not completed during the overnight period, it will be scheduled to run again (from the beginning) the next night. For this reason, you should only schedule jobs that can complete in an 8 hour window. In practice this means submitting molecules only a little bit larger than pentahelicene.
- After you are logged in you should organise your jobs by project. Create a suitable new project, then select New job, the Application (currently only Gaussian) the Project, and press continue.
- You now have to find the Gaussian input file, as prepared above. You should Browse to drive H: to find this file. Add a description which will help you identify the job.
- The job will be added to your list of jobs, andyou can view its status (but this depends on there being a vacant machine in the Condor pool).
- When the job has completed, click on the Job List link. This will show all available outputs. Download the program Log file (this will help you chart whether the calculation was successfull) or the Gaussian Formatted Checkpoint file onto the desktop of the computer you are using, and the file should open up Gaussview, where the molecule can be viewed and checked. You can use the latter file to e.g. plot molecular orbitals for the molecule, view vibrational modes, etc. Full details of these procedures are described in the Gaussview manuals.

