1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-05-10 12:35:57 +01:00

Correct mass

This commit is contained in:
Peter Boyle 2021-11-17 21:40:04 +00:00
parent 44b0988f9b
commit 1257c9f2f0

View File

@ -98,7 +98,7 @@ int main(int argc, char **argv) {
const int Ls = 12; const int Ls = 12;
Real beta = 2.25; Real beta = 2.25;
Real light_mass = 0.002; Real light_mass = 0.004;
Real strange_mass = 0.02661; Real strange_mass = 0.02661;
Real pv_mass = 1.0; Real pv_mass = 1.0;
RealD M5 = 1.8; RealD M5 = 1.8;