esipy.readfchk¶
Module Contents¶
Classes¶
Builds a PySCF Mole object from a Gaussian FCHK file. |
|
Builds a PySCF MeanField object from a Gaussian FCHK file. |
|
Functions¶
|
|
|
|
|
|
|
|
|
Generate a PySCF-compatible basis dict from a PySCF-derived FCHK object. |
|
Convenience function to read FCHK and return Mole2 and MeanField2 objects. |
Attributes¶
- class esipy.readfchk.Mole2(path)[source]¶
Builds a PySCF Mole object from a Gaussian FCHK file.
- class esipy.readfchk.MeanField2(path, mole2)[source]¶
Builds a PySCF MeanField object from a Gaussian FCHK file.
- Parameters
mole2 (Mole2) –
