File OverlapCalculator.h

Copyright

This code is licensed under the 3-clause BSD license.

Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.

See LICENSE.txt for details.

namespace Scine

This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.

This header contains alias definitions defining which classes to use for the different degrees of derivatives.

namespace Utils
class OverlapCalculator
#include <OverlapCalculator.h>

Abstract class for the calculation of the overlap matrix.

Public Functions

virtual ~OverlapCalculator()
virtual void calculateOverlap(Utils::derivOrder highestRequiredOrder) = 0

Calculate the overlap matrix upd to highestRequiredOrder.

virtual const MatrixWithDerivatives &getOverlap() const = 0
virtual void reset() = 0