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:
@ -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
|
||||
|
||||
/******************************************************************************
|
||||
|
Reference in New Issue
Block a user