quantum_basis icon indicating copy to clipboard operation
quantum_basis copied to clipboard

Exact diagonalization library for general models

Results 9 quantum_basis issues
Sort by recently updated
recently updated
newest added

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