Tweak histograms and output
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user