get_overlap_ab_from_qcschema#

get_overlap_ab_from_qcschema(qcschema)[ソース]#

Builds the alpha-beta spin orbital overlap matrix from a QCSchema instance.

パラメータ:

qcschema (QCSchema) – the QCSchema object from which to build the problem.

例外:

AttributeError – when the overlap or MO coefficients are missing.

戻り値:

The overlap matrix as a 2-dimensional numpy array or None if the overlap is equal to the identity matrix.

戻り値の型:

ndarray | None