The following files may be required, depending upon the keywords set in pathdata:
energy frequency pgorder itx ity itz
for each minimum, where energy is the potential energy (as calculated by OPTIM), frequency is the natural log of the product of positive eigenvalues from the mass-weighted Hessian (used to evaluate partition functions and rates constants), pgorder is the order of the point group, and itx, ity, itz are the (sorted) eigenvalues of the inertia tensor. The order of entries in min.data must agree with the min.A, min.B and points.min files.
energy frequency pgorder min1 min2 itx ity itz
where the entries are the same as for the minima, with the addition of min1 and min2, which identify the minima that the transition state connects. This file must be consistent with points.ts (see below).
#!/bin/csh |
#PBS -q h4 |
cd $PBS_O_WORKDIR |
cat $PBS_NODEFILE >& output |
wc output > nodes.info |
cat $PBS_NODEFILE > > nodes.info |
echo $USER > > nodes.info |
/home/bin/pathsample > >& output |
The min.data, ts.data, points.min and points.ts files are updated by PATHSAMPLE as new minima and transition states are found.