mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-12 11:17:07 +01:00
some work on baryons
This commit is contained in:
@ -250,7 +250,7 @@ const int Nt_inv{ full_tdil ? 1 : TI }
|
||||
|
||||
class BFieldIO: Serializable{
|
||||
public:
|
||||
using BaryonTensorSet = Eigen::Tensor<Complex, 7>;
|
||||
using BaryonTensorSet = Eigen::Tensor<ComplexD, 6>;
|
||||
GRID_SERIALIZABLE_CLASS_MEMBERS(BFieldIO, BaryonTensorSet, BField );
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user