Class EvalExprTA

Inheritance Relationships

Base Type

Class Documentation

class EvalExprTA : public sequant::EvalExpr

This class extends the EvalExpr class by adding a annot() method so that it can be used to evaluate using TiledArray.

Public Functions

template<typename ...Args, typename = std::enable_if_t<std::is_constructible_v<EvalExpr, Args...>>>
inline EvalExprTA(Args&&... args)
inline auto const &annot() const noexcept