From 40dadb63e816b9378ed2ffeeca4bfdba31f016c4 Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Thu, 9 Jun 2022 14:50:31 +0200 Subject: [PATCH] change in traits.h for compatibility with NRVec as quantum register --- la_traits.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/la_traits.h b/la_traits.h index 5c82ab7..866528d 100644 --- a/la_traits.h +++ b/la_traits.h @@ -349,6 +349,9 @@ template \ struct LA_traits_aux, scalar_false> { \ typedef C elementtype; \ typedef X producttype; \ +typedef C PAIRTYPE[2]; \ +typedef C QUADRUPLETYPE[4]; \ +typedef X SUBMATRIXTYPE; \ typedef typename LA_traits::normtype normtype; \ typedef X::realtype> realtype; \ typedef X::complextype> complextype; \