File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
3030option (ENABLE_LCAO "Enable LCAO algorithm" ON )
3131option (USE_ELPA "Enable ELPA for LCAO" ON )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments