LatticeQCD / SIMULATeQCD

SIMULATeQCD is a multi-GPU Lattice QCD framework that makes it easy for physicists to implement lattice QCD formulas while still providing competitive performance.
https://latticeqcd.github.io/SIMULATeQCD/
MIT License
30 stars 12 forks source link

RHMC cleanup #122

Open clarkedavida opened 1 year ago

clarkedavida commented 1 year ago

I may add more things. I'm cleaning up the formatting stuff right now while adding some documentation, but the other changes require testing so I'm going to postpone them to a different commit.

clarkedavida commented 1 year ago
clarkedavida commented 1 year ago
clarkedavida commented 1 year ago
    //this is only a placeholder function for testing, real implementation is in HISQ force! REMOVE for production!
    void make_f0(Spinorfield<floatT, onDevice, Even, HaloDepthSpin> &phi, std::vector <floatT> rat_coeff);

This is in our integrator.h... What do I do?

I'm adding a bunch of you guys b/c I want your perspectives on some of the stuff I'm putting in here.

clarkedavida commented 1 year ago