LatticeQCD / AnalysisToolbox

A set of Python tools for statistically analyzing data. This includes aspects of lattice QCD applications related to QCD phenomenology.
MIT License
22 stars 4 forks source link

DiracEigenvals test #57

Open clarkedavida opened 5 months ago

clarkedavida commented 5 months ago

This test seems to be broken. In particular it seems like it's computing the correct eigenvalues, but it computes several copies of those eigenvalues for some reason and gives back a 2-d numpy array. This becomes a problem when we need to plot.

Jishnu, can you have a look at the code and see why this is happening? I couldn't figure it out.