1#ifndef MPQC_MATH_TENSOR_EXCEPTION_HPP
2#define MPQC_MATH_TENSOR_EXCEPTION_HPP
4#include "mpqc/utility/string.hpp"
5#include <util/misc/scexception.h>
13 template<
typename Rank,
typename Dim1,
typename Dim2>
16 "dimensions mismatch (" +
20 template<
typename Rank1,
typename Rank2,
typename Dim1,
typename Dim2>
24 "dimensions mismatch (" +
31 template<
typename Rank,
typename Index,
typename Begin,
typename End>
35 "outside the dimensions [" +
41 template<
typename Rank,
typename Range,
typename Begin,
typename End>
45 "outside the dimensions [" +
This is a sc::Exception specialization that keeps track of the ClassDesc for the MPQC object from whi...
Definition scexception.h:43
std::string string_cast(const T &value)
cast type T to string
Definition string.hpp:14
Contains new MPQC code since version 3.
Definition integralenginepool.hpp:37
Definition exception.hpp:12
Definition exception.hpp:30
Definition exception.hpp:40