turborvb icon indicating copy to clipboard operation
turborvb copied to clipboard

Quantum Monte Carlo package, TurboRVB

Results 22 turborvb issues
Sort by recently updated
recently updated
newest added

Some debug flags some of them was called __DEBUG and some _DEBUG. Now they are all _DEBUG.

I am not a fan of a big changes but this is a big one. Many things are intertwined and was hard to deliver them separately. 1. `Makefun.f90` was (partly)...

enhancement
refactoring

There is an issuel with header files of cublas and cusolver when compiled with cuda 12. So its not possible to comile TurboRVB with cuda 12. For the time being...

Fix problem with OpenMP. CPU only.

What I am doing right now are: - Adding intent(in, out, inout) statements, - Adding use only statements, and - Switching the bracket convention to the star convention in the...

refactoring

Hi @addman2, While I was refactoring, I noticed that the exactly same subroutine name "zsktrs" is used in - zsktrs_qp.f90, and - zsktrs.f90. They both are included in CMakeLists.txt. Do...

bug

Cmake fails in directories that contains space in name. I have problem with cmake and ctest while building and testing turborvb. Majority of test fails, when directory contains space in...

bug

Add test for DMC run (not LRDMC)

enhancement

- Additional tests should be implemented.

enhancement

- Add comments in the codes with the ford format (Clarify meanings of variables.) - Use only. - Use Intent(in), Intent(out), Intent(inout) - Improve the outputs - Integrate all subroutines...

enhancement