tensor: support for complex (anti)hermitian tensors

This commit is contained in:
2025-11-18 17:30:58 +01:00
parent 417a7d1d1a
commit 20a61e2fb9
5 changed files with 101 additions and 36 deletions

2
t.cc
View File

@@ -4030,6 +4030,7 @@ cout <<"Error = "<<(xx-x).norm()<<endl;
}
if(0)
{
//check symmetrizer/antisymmetrizer in general case
@@ -4067,6 +4068,7 @@ cout <<"xx = "<<xx.shape<< " "<<xx.names<<endl;
cout <<"Error = "<<(xx-xxx).norm()<<endl;
}
if(0)
{
int r=4;