Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 874 Bytes

custodian.nwchem.handlers.md

File metadata and controls

34 lines (22 loc) · 874 Bytes
layout title nav_exclude
default
custodian.nwchem.handlers.md
true

custodian.nwchem.handlers module

This module implements error handlers for Nwchem runs. Currently tested only for B3LYP DFT jobs.

class custodian.nwchem.handlers.NwchemErrorHandler(output_filename=’mol.nwout’)

Bases: ErrorHandler

Error handler for Nwchem Jobs. Currently tested only for B3LYP DFT jobs generated by pymatgen.

Initializes with an output file name.

  • Parameters

    output_filename (str) – This is the file where the stdout for nwchem is being redirected. The error messages that are checked are present in the stdout. Defaults to “mol.nwout”, which is the default redirect used by custodian.nwchem.jobs .NwchemJob.

check()

Check for errors.

correct()

Correct errors