From f17433ec5163b55a5406237d9aab68ebe0d56ab2 Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Mon, 10 Nov 2025 17:01:32 +0100 Subject: [PATCH] comment in permutation.h --- permutation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/permutation.h b/permutation.h index 4ae2916..4400bd3 100644 --- a/permutation.h +++ b/permutation.h @@ -339,6 +339,7 @@ public: }; //not extremely efficient but compactly represented via young operators +//could also be done by modifying NRPerm list_all to store/not store the parity template PermutationAlgebra symmetrizer(int n) {