Skip to content

Commit 7c0ac55

Browse files
committed
Refactor: Move Stochastic_Chebyshev to a math lib
Chebyshev now is a template class and is able to treate float numbers.
1 parent 9766c3e commit 7c0ac55

File tree

14 files changed

+987
-840
lines changed

14 files changed

+987
-840
lines changed

source/Makefile.Objects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ unk_overlap_pw.o \
5959
berryphase.o \
6060
sto_iter.o\
6161
sto_wf.o\
62+
sto_func.o\
6263
sto_hchi.o\
63-
sto_che.o\
6464
sto_forces.o\
6565
sto_stress_pw.o
6666

@@ -81,6 +81,7 @@ math_integral.o\
8181
math_ylmreal.o\
8282
mathzone_add1.o\
8383
math_bspline.o\
84+
math_chebyshev.o\
8485
integral.o \
8586
polint.o \
8687
sph_bessel.o \

source/module_base/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ add_library(
1616
math_polyint.cpp
1717
math_sphbes.cpp
1818
math_ylmreal.cpp
19-
math_bspline.cpp
19+
math_bspline.cpp
20+
math_chebyshev.cpp
2021
mathzone.cpp
2122
mathzone_add1.cpp
2223
matrix.cpp

0 commit comments

Comments
 (0)