File MethodsTypesHelper.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
namespace AutomaticDifferentiation

Typedefs

using DerivativeType = typename Derivative3DImpl<o>::ValueType

Templated type for a derivative.

using DerivativeContainerType = typename DerivativeContainer3DImpl<o>::ValueType

Templated type for a derivative container.

Variables

constexpr derivOrder UnderlyingOrder = UnderlyingOrderImpl<O>::o

Template variable for the derivative order corresponding to a derivative type.