Add S(q,t) executable for Heis

This commit is contained in:
J.-S. Caux
2019-12-06 16:27:39 +01:00
parent 8793035aa1
commit aec7c206da
4 changed files with 142 additions and 1 deletions
+1
View File
@@ -156,6 +156,7 @@ namespace ABACUS {
DP ommin, DP ommax, int Nom, DP gwidth, DP normalization, DP denom_sum_K);
void Write_K_File (DP Length, int iKmin, int iKmax);
void Write_Omega_File (int Nout_omega, DP omegamin, DP omegamax);
void Write_Time_File (int Nt, DP tmin, DP tmax);
// Smoothen with gaussian width scaled with two-particle bandwidth
DP Smoothen_RAW_into_SF_LiebLin_Scaled (std::string prefix, DP L, int N, int iKmin, int iKmax, int DiK, DP ommin, DP ommax, int Nom, DP width, DP normalization);