1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

separated final 2pt Contraction

This commit is contained in:
ferben
2019-02-19 17:22:30 +00:00
parent 6ebb32ffbf
commit 4522f1e831
6 changed files with 241 additions and 3 deletions

View File

@ -200,6 +200,14 @@ public:
};
class BFieldIO: Serializable{
public:
using BaryonTensorSet = Eigen::Tensor<Complex, 6>;
GRID_SERIALIZABLE_CLASS_MEMBERS(BFieldIO,
BaryonTensorSet, BField
);
};
END_MODULE_NAMESPACE // Grid
/******************************************************************************