Tweak histograms and output

This commit is contained in:
J.-S. Caux
2020-09-17 06:39:25 +02:00
parent 15e9fdb5d4
commit 9ba99f945a
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ int main(int argc, char* argv[])
if (nfound == 0) {
cout << "Didn't find any contributing state." << endl;
return(1)
return(1);
}
for (int i = 0; i < npts; ++i) {
+2 -1
View File
@@ -884,7 +884,8 @@ namespace ABACUS {
LiebLin_Bethe_State spstate;
if (!refine) { // obtain the sps from discretized TBA
spstate = Canonical_Saddle_Point_State (c_int, L, N, whichDSF == 'Z' ? 0.0 : kBT);
//spstate = Canonical_Saddle_Point_State (c_int, L, N, whichDSF == 'Z' ? 0.0 : kBT);
spstate = Canonical_Saddle_Point_State (c_int, L, N, kBT);
}
else { // read it from the sps file
// Check that the sps has the right number of Ix2: