Zhentao Wang (汪臻涛)

Results 10 issues of Zhentao Wang (汪臻涛)

This pull request changes only the file "arpack.hpp" ## Pull request purpose For complex eigenvalue routines, the Ritz value options "LR", "SR", "LI", "SI" were not provided in the C++...

The matrix storage can be distributed among different nodes by using PETSc, making the ~50 spin-1/2 problems feasible. https://www.mcs.anl.gov/petsc/index.html

enhancement

when changing schedule of one loop, another loop executed much earlier changes speed, unbelievable...

question

For the following pattern, Lin Table failed to build. Need smarter labeling. x x x x o x x x x (horizontal axis for ia, vertical axis for ib. "o"...

enhancement

motivated by Lauchli's chapter in Lacroix's book, similar to the divide and conquer idea.

enhancement

the basis with bits is not a good representation for dilute problems.

enhancement

Currently using bubble sort to count the "-" sign generated by lattice transformation. Need replace with quick sort in the future.

enhancement

Motivated by HPhi project: http://qlms.github.io/HPhi/index_en.html

enhancement

1. For single thread, the speed is slower than the binary generated directly by makefile 2. For openmp, some machine scales correctly; some even slows down. At the same time,...

bug