pairinteraction
A Rydberg Interaction Calculator
eigen_assertion.hpp File Reference
#include <cpptrace/cpptrace.hpp>
+ Include dependency graph for eigen_assertion.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define eigen_assert(X)
 

Macro Definition Documentation

◆ eigen_assert

#define eigen_assert (   X)
Value:
if (!(X)) { \
throw cpptrace::runtime_error("<EIGEN> Assertion " EIGEN_MAKESTRING( \
X) " failed at " __FILE__ ":" EIGEN_MAKESTRING(__LINE__)); \
}

Definition at line 11 of file eigen_assertion.hpp.