1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Herm Op update

This commit is contained in:
Peter Boyle 2024-04-16 15:39:27 -04:00
parent 5147a42818
commit 9fd41882d2

View File

@ -165,10 +165,10 @@ public:
assert(0); assert(0);
}; };
void Op (const Field &in, Field &out){ void Op (const Field &in, Field &out){
assert(0); HermOp(in,out);
} }
void AdjOp (const Field &in, Field &out){ void AdjOp (const Field &in, Field &out){
assert(0); HermOp(in,out);
} }
void HermOpAndNorm(const Field &in, Field &out,RealD &n1,RealD &n2){ void HermOpAndNorm(const Field &in, Field &out,RealD &n1,RealD &n2){
HermOp(in,out); HermOp(in,out);