FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for source/source_hsolver - AroundPeking/abacus-develop · GitHub
AroundPeking
/
abacus-develop
Public
forked from
deepmodeling/abacus-develop
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
abacus-develop
source
source_hsolver
on
develop
User selector
Datepicker
Commit history
Commits on Apr 19, 2026
Identified the problem : The double-precision real versions of the wrapper functions xhegvd_wrapper and xheevd_wrapper were always defined, but they were only used when __LCAO was defined. (#7255)
Show description for 7a6e784
mohanchen
and
abacus_fixer
authored
7a6e784
View commit details
Copy full SHA for 7a6e784
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
Fix(hsolver): verify output stream open in genelpa matrix save helpers (#7175)
Show description for bf3fb24
chaomianpkp
authored
bf3fb24
View commit details
Copy full SHA for bf3fb24
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
Refactor: split `timer::tick()` to `timer::start()` and `timer::end()` (#7020)
Show description for 370e67c
linpeize
and
PeizeLin
authored
370e67c
View commit details
Copy full SHA for 370e67c
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
Refactor: add nullptr for uninitialized pointer (#7069)
Show description for 3cab0f0
linpeize
and
PeizeLin
authored
3cab0f0
View commit details
Copy full SHA for 3cab0f0
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
add const for variable functions (#7037)
Show description for a84c95b
authored
a84c95b
View commit details
Copy full SHA for a84c95b
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
Stabilize RI RPA/EXX and Ewald EXX method merge on develop (#7019)
Show description for 3f9e462
authored
3f9e462
View commit details
Copy full SHA for 3f9e462
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
Refactor: add `nullptr` for uninitialized pointer (#7027)
Show description for 81c5067
linpeize
and
PeizeLin
authored
81c5067
View commit details
Copy full SHA for 81c5067
View code at this point
Browse repository at this point
Commits on Mar 13, 2026
Refactor device parameter in esolver_ks_pw (#7016)
Show description for a10e537
mohanchen
and
abacus_fixer
authored
a10e537
View commit details
Copy full SHA for a10e537
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
Esolver refactor for LCAO and pw (#7012)
Show description for 58cc834
mohanchen
and
abacus_fixer
authored
58cc834
View commit details
Copy full SHA for 58cc834
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
Use a unified hpsi_func/spsi_func for all ks_solvers (#7002)
Cstandardlib
authored
5d834e9
View commit details
Copy full SHA for 5d834e9
View code at this point
Browse repository at this point
Commits on Mar 7, 2026
Refactor: remove dependence of Tensor for cg interface (#7000)
Show description for 51e2a78
Cstandardlib
authored
51e2a78
View commit details
Copy full SHA for 51e2a78
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
Tests: Simplify MODULE_HSOLVER test to reduce time consumption (#6980)
Show description for 9ac67b3
Cstandardlib
authored
9ac67b3
View commit details
Copy full SHA for 9ac67b3
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
Update CMakefile, refactor some files in source_io (#6959)
Show description for 6647d6a
mohanchen
and
abacus_fixer
authored
6647d6a
View commit details
Copy full SHA for 6647d6a
View code at this point
Browse repository at this point
Commits on Feb 7, 2026
Refactor: support modern cuSOLVERMp with NCCL (#6951)
Show description for 06fb968
dzzz2001
authored
06fb968
View commit details
Copy full SHA for 06fb968
View code at this point
Browse repository at this point
Commits on Feb 4, 2026
Fix GPU single precision energy error in dav_subspace solver (#6946)
Show description for be3b24c
authored
be3b24c
View commit details
Copy full SHA for be3b24c
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
Refactor: Device module modernization and GPU initialization consolidation (Useful information for GPU coding) (#6936)
Show description for 14746d3
dzzz2001
and
claude
authored
14746d3
View commit details
Copy full SHA for 14746d3
View code at this point
Browse repository at this point
Commits on Jan 28, 2026
Fix some initialization problems (#6921)
Show description for 484ccfe
mohanchen
and
abacus_fixer
authored
484ccfe
View commit details
Copy full SHA for 484ccfe
View code at this point
Browse repository at this point
Commits on Jan 27, 2026
Reorganize the pw module source files (#6913)
Show description for beae8b2
mohanchen
and
abacus_fixer
authored
beae8b2
View commit details
Copy full SHA for beae8b2
View code at this point
Browse repository at this point
Commits on Jan 25, 2026
Try to delete global.h, the use of which is harmful for the whole package (#6898)
Show description for 7008a78
mohanchen
and
abacus_fixer
authored
7008a78
View commit details
Copy full SHA for 7008a78
View code at this point
Browse repository at this point
Commits on Jan 23, 2026
change col_major to row_major (#6885)
dzzz2001
authored
175ad10
View commit details
Copy full SHA for 175ad10
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
Update LAPACK solver (#6870)
Critsium-xy
authored
88bdd3b
View commit details
Copy full SHA for 88bdd3b
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
Fix: skip MPI test for lapack UT (#6861)
dyzheng
authored
ed0b428
View commit details
Copy full SHA for ed0b428
View code at this point
Browse repository at this point
Fix cudaErrIllegalAddress by using correct device pointer (#6862)
Cstandardlib
authored
880cd2f
View commit details
Copy full SHA for 880cd2f
View code at this point
Browse repository at this point
Commits on Jan 13, 2026
Fix: correct nvc++ compiler compatibility issues (#6854)
Show description for f96f14e
dzzz2001
authored
f96f14e
View commit details
Copy full SHA for f96f14e
View code at this point
Browse repository at this point
Commits on Jan 10, 2026
[Refactor] Complete rework of diago_lapack (#6843)
Show description for 8ec123c
Critsium-xy
authored
8ec123c
View commit details
Copy full SHA for 8ec123c
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
Add average iterative diagonalization step output (#6795)
Show description for 35844eb
Cstandardlib
authored
35844eb
View commit details
Copy full SHA for 35844eb
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
[Fix]Enable abacus to be compiled with CXX 17 & CUDA 13 (#6777)
Show description for ce25b0d
ZhouXY-PKU
authored
ce25b0d
View commit details
Copy full SHA for ce25b0d
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
[Refactor] Support different CUDA versions in one single cuda_compat.h (#6770)
Show description for 2f150d3
Cstandardlib
authored
2f150d3
View commit details
Copy full SHA for 2f150d3
View code at this point
Browse repository at this point
Commits on Dec 3, 2025
Update some names of deepks tests and refactor some ofdft codes (#6754)
Show description for a38ba1b
mohanchen
authored
a38ba1b
View commit details
Copy full SHA for a38ba1b
View code at this point
Browse repository at this point
Commits on Dec 2, 2025
refactor the call of initialization of charge density (#6744)
Show description for 3b58709
mohanchen
authored
3b58709
View commit details
Copy full SHA for 3b58709
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
Remove GlobalC::dftu (#6694)
Show description for c3eb4e6
mohanchen
and
ZhouXY-PKU
authored
c3eb4e6
View commit details
Copy full SHA for c3eb4e6
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
Fix DM in PEXSI (#6689)
Show description for dad7304
mohanchen
and
ZhouXY-PKU
authored
dad7304
View commit details
Copy full SHA for dad7304
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
Add new blas/lapack interfaces (#6658)
Show description for efbf84e
Cstandardlib
and
mohanchen
authored
efbf84e
View commit details
Copy full SHA for efbf84e
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
Remove DM from elecstate (#6675)
Show description for e12c403
mohanchen
authored
e12c403
View commit details
Copy full SHA for e12c403
View code at this point
Browse repository at this point
Commits on Oct 27, 2025
Fix: fix declarations of some BLAS and LAPACK functions. (#6637)
Show description for cd52ac3
dzzz2001
authored
cd52ac3
View commit details
Copy full SHA for cd52ac3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL