Skip to content

Commit d3c9d3f

Browse files
committed
solve some comments
1 parent b18e20d commit d3c9d3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ option(ENABLE_FLOAT_FFTW "Enable using single-precision FFTW library." OFF)
2525
# option(ENABLE_DEEPKS "Enable the DeePKS algorithm" OFF)
2626
# option(ENABLE_MLKEDF "Enable the Machine-Learning-based KEDF for OFDFT" OFF)
2727

28-
option(ENABLE_MLALGO "Enable the Machine-Learning for OFDFT" OFF)
28+
option(ENABLE_MLALGO "Enable the machine learning algorithms" OFF)
2929

3030
option(ENABLE_LCAO "Enable LCAO algorithm" ON)
3131
option(USE_ELPA "Enable ELPA for LCAO" ON)

docs/advanced/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ CEREAL_DIR = /usr/local/include/cereal
191191

192192

193193
##------------------- OPTIONAL LIBS ---------------------------------
194-
## To use ML4DFT: set ENABLE_MLALGO = ON, and set LIBTORCH_DIR and LIBNPY_DIR
194+
## To use MLALGO: set ENABLE_MLALGO = ON, and set LIBTORCH_DIR and LIBNPY_DIR
195195

196196
## To use LIBXC: set LIBXC_DIR which contains include and lib/libxc.a (>5.1.7)
197197
## To use DeePMD: set DeePMD_DIR LIBTORCH_DIR and TensorFlow_DIR

source/Makefile.vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CEREAL_DIR = /usr/local/include/cereal
5555

5656

5757
##------------------- OPTIONAL LIBS ---------------------------------
58-
## To use ML4DFT: set ENABLE_MLALGO = ON, and define LIBTORCH_DIR and LIBNPY_DIR
58+
## To use MLALGO: set ENABLE_MLALGO = ON, and define LIBTORCH_DIR and LIBNPY_DIR
5959
## To use LIBXC: set LIBXC_DIR which contains include and lib/libxc.a (>5.1.7)
6060
## To use DeePMD: set DeePMD_DIR LIBTORCH_DIR and TensorFlow_DIR
6161
## To use LibRI: set LIBRI_DIR and LIBCOMM_DIR

0 commit comments

Comments
 (0)