Scine::Sparrow
5.0.0
Library for fast and agile quantum chemical calculations with semiempirical methods.
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
DipoleMomentCalculator.h
Go to the documentation of this file.
1
8
#ifndef SPARROW_DIPOLEMOMENTCALCULATOR_H
9
#define SPARROW_DIPOLEMOMENTCALCULATOR_H
10
11
#include <
Utils/Typenames.h
>
12
13
namespace
Scine {
14
namespace
Sparrow {
15
20
class
DipoleMomentCalculator
{
21
public
:
22
virtual
Eigen::RowVector3d calculate()
const
= 0;
23
virtual
~
DipoleMomentCalculator
() =
default
;
24
};
25
26
}
// namespace Sparrow
27
}
// namespace Scine
28
29
#endif // SPARROW_DIPOLEMOMENTCALCULATOR_H
Typenames.h
Scine::Sparrow::DipoleMomentCalculator
Interface for the calculation of the electrical dipole moment in a semiempirical method.
Definition:
DipoleMomentCalculator.h:20
src
Sparrow
Sparrow
Implementations
DipoleMomentCalculator.h
Generated by
1.8.5