Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/BlockFermionicUniTensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1887,11 +1887,11 @@ namespace cytnx {
boost::intrusive_ptr<UniTensor_base> out(tmp);
return out;

} // does it contract all the bond?
} // does it contract all the bonds?

cytnx_error_msg(true, "something wrong!%s", "\n");

} // does it contract all the bond?
} // does it contract all the bonds?
};

void BlockFermionicUniTensor::Transpose_() {
Expand Down
4 changes: 2 additions & 2 deletions src/BlockUniTensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1206,11 +1206,11 @@ namespace cytnx {
boost::intrusive_ptr<UniTensor_base> out(tmp);
return out;

} // does it contract all the bond?
} // does it contract all the bonds?

cytnx_error_msg(true, "something wrong!%s", "\n");

} // does it contract all the bond?
} // does it contract all the bonds?
};

void BlockUniTensor::Transpose_() {
Expand Down
2 changes: 1 addition & 1 deletion src/RegularGncon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ namespace cytnx {
// this->tensors[i].relabel_(old_labels[i]);
// }

// 6. permute accroding to pre-set labels:
// 6. permute according to pre-set labels:
if (TOUT_labels.size()) {
out.permute_(TOUT_labels, TOUT_iBondNum);
}
Expand Down
Loading
Loading