Skip to content

Commit 0703637

Browse files
authored
Merge branch 'develop' into ci/ccache-actions-cache
2 parents fe418ab + 3b22343 commit 0703637

519 files changed

Lines changed: 1090 additions & 1078 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

python/pyabacus/src/ModuleBase/py_base_math.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "source_base/math_sphbes.h"
55
#include "source_base/math_integral.h"
6-
#include "source_base/spherical_bessel_transformer.h"
6+
#include "source_base/sph_bessel_tf.h"
77

88
#include "../utils/pybind_utils.h"
99

source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ list(APPEND device_srcs
566566
source_hamilt/module_xc/kernels/xc_functional_op.cpp
567567
source_pw/module_pwdft/kernels/cal_density_real_op.cpp
568568
source_pw/module_pwdft/kernels/mul_potential_op.cpp
569-
source_pw/module_pwdft/kernels/vec_mul_vec_complex_op.cpp
569+
source_pw/module_pwdft/kernels/vec_mul_cx_op.cpp
570570
source_pw/module_pwdft/kernels/exx_cal_energy_op.cpp)
571571

572572
if(USE_CUDA)

0 commit comments

Comments
 (0)