From 4fdb1b3ab700ba7cc36aa29267cf7d10c2b9ac2a Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Wed, 2 Jul 2025 17:55:53 +0200 Subject: [PATCH] note --- tensor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tensor.h b/tensor.h index a8df619..8d2afef 100644 --- a/tensor.h +++ b/tensor.h @@ -42,6 +42,7 @@ // //@@@permutation of individual indices - chech the indices in sym groups remain adjacent, calculate result's shape, loopover the result and permute using unwind_callback //@@@todo - implement index names - flat vector of names, and contraction by named index list +//@@@todo grassmann product and support for RDM and cumulat stuff namespace LA {