8 #ifndef SPARROW_ATOMPAIROVERLAP_H 
    9 #define SPARROW_ATOMPAIROVERLAP_H 
   31 template<Utils::DerivativeOrder O>
 
   34   using Value3D = Utils::AutomaticDifferentiation::Value3DType<O>;
 
   36   Eigen::Matrix<Value3D, Eigen::Dynamic, Eigen::Dynamic>
 
   40   Eigen::Matrix<Value3D, Eigen::Dynamic, Eigen::Dynamic> getInitialBlock(
const Utils::AtomicGtos& pA,
 
   48 #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:32