Correct typo in S(q,t) exec

このコミットが含まれているのは:
J.-S. Caux 2019-12-09 08:54:36 +01:00
コミット 694578be19
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -66,7 +66,7 @@ int main(int argc, char* argv[])
while (RAW_infile.peek() != EOF) {
RAW_infile >> omega >> iK >> FF >> dev >> label;
for (int it = 0; it < Npts_t; ++it)
for (int it = 0; it <= Npts_t; ++it)
FT[it][iK] += FF * FF * exp(II * omega * tlattice[it]);
}
RAW_infile.close();