Skip to content

Commit a61cc4b

Browse files
committed
rename rdmft_cal_hamilt.cpp to rdmft_pot_mat.cpp
1 parent 799a381 commit a61cc4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/Makefile.Objects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,5 +732,5 @@ OBJS_TENSOR=tensor.o\
732732

733733
OBJS_RDMFT=rdmft.o\
734734
rdmft_tools.o\
735-
rdmft_cal_hamilt.o\
735+
rdmft_pot_mat.o\
736736
update_state_rdmft.o\

source/module_rdmft/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(ENABLE_LCAO)
44
OBJECT
55
rdmft.cpp
66
rdmft_tools.cpp
7-
rdmft_cal_hamilt.cpp
7+
rdmft_pot_mat.cpp
88
update_state_rdmft.cpp
99
)
1010
endif()

source/module_rdmft/rdmft_cal_hamilt.cpp renamed to source/module_rdmft/rdmft_pot_mat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace rdmft
2020
{
2121

22-
//! @brief This file is to get each potential matrix, 'V' represents the potential matrix
22+
//! @brief This file is to get each potential matrix in NAOs, 'V' represents the potential matrix
2323

2424

2525
template <typename TK, typename TR>

0 commit comments

Comments
 (0)