Skip to content

Commit

Permalink
Refactor: removal of ORB_control (#4620)
Browse files Browse the repository at this point in the history
* clean up ORB_control

* clean up unused variable

* add __MPI macro for parallel function

* [pre-commit.ci lite] apply automatic fixes

* further slim down ORB_control

* fix typo

* remove unnecessary variables in ORB_control

* remove ORB_control in esolver_ks_lcao

* [pre-commit.ci lite] apply automatic fixes

* remove ORB_control

* [pre-commit.ci lite] apply automatic fixes

* fix merge issue

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
  • Loading branch information
jinzx10 and pre-commit-ci-lite[bot] authored Jul 11, 2024
1 parent 43357d1 commit dd3718b
Show file tree
Hide file tree
Showing 26 changed files with 223 additions and 594 deletions.
1 change: 0 additions & 1 deletion source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ OBJS_NEIGHBOR=sltk_adjacent_set.o\

OBJS_ORBITAL=ORB_atomic.o\
ORB_atomic_lm.o\
ORB_control.o\
ORB_gaunt_table.o\
ORB_nonlocal.o\
ORB_nonlocal_lm.o\
Expand Down
1 change: 0 additions & 1 deletion source/module_basis/module_ao/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ if(ENABLE_LCAO)
OBJECT
ORB_atomic.cpp
ORB_atomic_lm.cpp
ORB_control.cpp
ORB_gaunt_table.cpp
ORB_nonlocal.cpp
ORB_nonlocal_lm.cpp
Expand Down
331 changes: 0 additions & 331 deletions source/module_basis/module_ao/ORB_control.cpp

This file was deleted.

Loading

0 comments on commit dd3718b

Please sign in to comment.