mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-15 02:05:37 +00:00
Turning off the final sort for now
This commit is contained in:
parent
25d4c175c3
commit
b0ba651654
@ -1025,7 +1025,9 @@ until convergence
|
|||||||
//exit(-1);
|
//exit(-1);
|
||||||
// ConvRotate2( Nk, Nm, Qt, evec, eval,eval2,Iconv,Nconv);
|
// ConvRotate2( Nk, Nm, Qt, evec, eval,eval2,Iconv,Nconv);
|
||||||
#endif
|
#endif
|
||||||
_sort.push(eval,evec,Nconv);
|
// Skip sorting, as it doubles the memory usage(!) and can be avoided by diagonalizing "right away"
|
||||||
|
|
||||||
|
// _sort.push(eval,evec,Nconv);
|
||||||
|
|
||||||
std::cout<<GridLogMessage << "\n Converged\n Summary :\n";
|
std::cout<<GridLogMessage << "\n Converged\n Summary :\n";
|
||||||
std::cout<<GridLogMessage << " -- Iterations = "<< Nconv << "\n";
|
std::cout<<GridLogMessage << " -- Iterations = "<< Nconv << "\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user