QCInputSet¶
- class atomate2.qchem.sets.base.QCInputSet(qcinput, optional_files=None)[source]¶
Bases:
InputSet
A class to represent a QChem input file as a QChem InputSet.
- Parameters:
qcinput (QCInput) – A QCInput object
optional_files (dict | None) – Any other optional input files supplied as a dict of
{filename: object}
. The objects should follow standard pymatgen conventions in implementing anas_dict()
andfrom_dict()
method.