ezff.interfaces.qchem - Interface to QChem¶
Interface to Q-Chem, the ab initio quantum chemistry package
-
ezff.interfaces.qchem.read_atomic_charges(outfilename)[source]¶ Read-in a multiple partially-converged structures from a PES scan (including bond-scans, angle-scans and dihedral-scans)
Parameters: outfilename (str) – Single filename for stdoutfrom the QChem PES scan job or a list of filenames forstdoutfiles from partial QChem PES scan jobsReturns: xtaltrajectory object with structures and converged energies along the PES scan as individual snapshots
-
ezff.interfaces.qchem.read_energy(outfilename)[source]¶ Read-in a multiple partially-converged structures from a PES scan (including bond-scans, angle-scans and dihedral-scans)
Parameters: outfilename (str) – Single filename for stdoutfrom the QChem PES scan job or a list of filenames forstdoutfiles from partial QChem PES scan jobsReturns: xtaltrajectory object with structures and converged energies along the PES scan as individual snapshots
-
ezff.interfaces.qchem.read_structure(outfilename)[source]¶ Read-in a multiple partially-converged structures from a PES scan (including bond-scans, angle-scans and dihedral-scans)
Parameters: outfilename (str) – Single filename for stdoutfrom the QChem PES scan job or a list of filenames forstdoutfiles from partial QChem PES scan jobsReturns: xtaltrajectory object with structures and converged energies along the PES scan as individual snapshots