8 #ifndef SPARROW_ATOMPAIROVERLAP_H
9 #define SPARROW_ATOMPAIROVERLAP_H
32 template<Utils::DerivativeOrder O>
35 using Value3D = Utils::AutomaticDifferentiation::Value3DType<O>;
37 Eigen::Matrix<Value3D, Eigen::Dynamic, Eigen::Dynamic>
41 Eigen::Matrix<Value3D, Eigen::Dynamic, Eigen::Dynamic> getInitialBlock(
const Utils::AtomicGtos& pA,
49 #endif // SPARROW_ATOMPAIROVERLAP_H
This class computes a block of the overlap matrix for two atoms. The actual calculation is done by th...
Definition: AtomPairOverlap.h:33