Scine::Sparrow
5.0.0
Library for fast and agile quantum chemical calculations with semiempirical methods.
|
#include "AtomPairOverlap.h"
#include <Utils/DataStructures/MatrixWithDerivatives.h>
#include <Utils/Scf/MethodInterfaces/OverlapCalculator.h>
#include <Utils/Typenames.h>
Go to the source code of this file.
Classes | |
class | Scine::Sparrow::nddo::OverlapMatrix |
This class computes the whole overlap matrix and returns it in lower diagonal form. The basis function overlap, as well as its first and second order derivatives with respect to the nuclear cartesian coordinates is calculated. It inherits from OverlapCalculator in order to make this class compatible with its polymorphic useage. More... | |