diff --git a/src/type.hpp b/src/type.hpp index f95c0ca..7a365a7 100644 --- a/src/type.hpp +++ b/src/type.hpp @@ -1,6 +1,9 @@ +#pragma once #include /// the datatype for all template instantiations using dtype = std::complex; +constexpr static dtype Imag(0, 1.0); + // template // using Tensor = std::shared_ptr>;