File: coarse_precious.h

package info (click to toggle)
aces3 3.0.6-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 82,460 kB
  • sloc: fortran: 225,647; ansic: 20,413; cpp: 4,349; makefile: 953; sh: 137
file content (13 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This should list the minimum number of files needed to restart a geometry
 * optimization or finite difference calculation.
 */
const char *coarse_precious[] = {
 "ZMAT.BAS", /* basis set cache */
 "JOBARC", /* job archive */
 "JAINDX", /* JOBARC metadata */
 "OPTARC", /* geom opt archive */
 "OPTARCBK", /* true geom opt archive in numerical geom opt calc */
 "DIPDER", /* dipole derivatives for vib freq intensities */
 "" /* must be NULL terminated */
};