Chen Nuo

Results 24 comments of Chen Nuo

> ![Image](https://github.com/user-attachments/assets/06e9ec14-5af8-4d87-bf0e-1de9f3f8512c) > > Another one This is CPU lcao, different from the first PW GPU. The PW_OW_GPU is undergoing a refactor process and still has bug when output wfc...

I have submitted a PR #6022 to pop warning for failed mat decomposition in genelpa `elpa_new_complex.cpp`. Does it help in this case?

@kirk0830 The `pseudo_rcut` parameter does have a strong impact on the results on some certain pseudo libraries(PseudoDojo v0.4), and I found that it will yield rather different results when setting...

@kirk0830 According to @zhubonan and acwf-related discussions of aiida team, for PseudoDojo the long-range data beyond a certain radius are not relavent and may contain errors. This part of data...

We are currently working with [Automated Interactive Infrastructure and Database for Computational Science — AiiDA documentation](https://www.aiida.net/) and its ABACUS plugin [MCresearch/aiida-abacus: AiiDA plugin for ABACUS](https://github.com/MCresearch/aiida-abacus). AiiDA makes it easy to...

Some test results comparing EOS of ABACUS to Quantum Espresso trimming PseudoDojo-v0.4 at 6.0 Bohr. 1. pseudo_rcut = default ![Image](https://github.com/user-attachments/assets/99aa2f26-6425-48ee-ad5d-5b4950af5090) 2. pseudo_rcut = 6.0 ![Image](https://github.com/user-attachments/assets/2b86a55b-bc02-4961-9ab1-3a5557c90366) Tests show that `pseudo_mesh` has...

I'll try to create a PR to change `hpsi_func` interface in `hsolver` to solve this issue.

As suggested by @Qianruipku, sometimes one may want to store the result of HX in a temporary array. We will have a further discussion on this.

I will try to refactor `hpsi_func` to be called as hpsi(X, HX, leading dimension, n_vectors), where X and HX are exactly the address to read and write from, so that...