File Typenames.hΒΆ
A file containing definitions of classes that are just different names.
- 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
Typedefs
-
using
Displacement
= Eigen::RowVector3d
-
using
DisplacementCollection
= Eigen::Matrix<double, Eigen::Dynamic, 3, Eigen::RowMajor>
-
using
ElementTypeCollection
= std::vector<ElementType>
-
using
Gradient
= Eigen::RowVector3d
-
using
GradientCollection
= Eigen::Matrix<double, Eigen::Dynamic, 3, Eigen::RowMajor>
-
using
HessianMatrix
= Eigen::MatrixXd
-
using
Dipole
= Eigen::RowVector3d
-
using
DipoleGradient
= Eigen::Matrix<double, Eigen::Dynamic, 3, Eigen::RowMajor>
-
using
Position
= Eigen::RowVector3d
-
using
PositionCollection
= Eigen::Matrix<double, Eigen::Dynamic, 3, Eigen::RowMajor>
-
using
-
namespace