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
2 changes: 1 addition & 1 deletion src/linalg/Lanczos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ namespace cytnx {
cytnx_error_msg(true, "[ERROR][Lanczos] 'which' should be 'LM', 'LA', 'SA'", "\n");
}

// If the operator is complex hermaitian, just call Arnoldi algorthm since there is no
// If the operator is complex Hermitian, just call Arnoldi algorthm since there is no
// specific routine for complex Hermitian operaton in arpack.
if (Type.is_complex(Hop->dtype())) {
try {
Expand Down
Loading
Loading