Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 10, 2023
1 parent 9215b12 commit 96b19da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iTPS/finite_temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void iTPS<tensor>::finite_temperature() {
for (int debug_n = 0; debug_n < Tn[debug_site_i].local_size(); ++debug_n) {
mptensor::Index idx = Tn[debug_site_i].global_index(debug_n);
Tn[debug_site_i].get_value(idx, v);
std::cerr << "DEBUG Tn " << debug_n << " ";
for (int d = 0; d < idx.size(); ++d) {
std::cerr << idx[d] << " ";
}
Expand Down

0 comments on commit 96b19da

Please sign in to comment.