Struct JobCheckResult¶
- Defined in File job_checker.h 
Struct Documentation¶
- 
struct JobCheckResult¶
- Complete result information for a single job status check. - This structure contains all information gathered during job status checking for a single Gaussian log file. It includes the determined status, any error messages found, and lists of related files that should be moved together. - Files¶- Gaussian calculations typically generate multiple files: - .log: Main output file with results and status 
- .gau: Input file used for the calculation 
- .chk: Checkpoint file with intermediate data 
- .fchk: Formatted checkpoint file (sometimes) 
 - All related files are moved together to maintain calculation integrity. - Public Functions - 
inline JobCheckResult()¶
- Default constructor creating unknown status result.