Skip to content

Commit 77bad35

Browse files
authored
Refactor: make module_lr/AX a general AO-to-MO transformer (#5834)
* rename parameters * core change: support occ-occ and virt-virt * rename the function * rename the files
1 parent f4c792c commit 77bad35

File tree

14 files changed

+630
-568
lines changed

14 files changed

+630
-568
lines changed

source/Makefile.Objects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ VPATH=./src_global:\
6969
./module_ri:\
7070
./module_parameter:\
7171
./module_lr:\
72-
./module_lr/AX:\
72+
./module_lr/ao_to_mo_transformer:\
7373
./module_lr/dm_trans:\
7474
./module_lr/operator_casida:\
7575
./module_lr/potentials:\
@@ -725,8 +725,8 @@ OBJS_TENSOR=tensor.o\
725725

726726
OBJS_LR=lr_util.o\
727727
lr_util_hcontainer.o\
728-
AX_parallel.o\
729-
AX_serial.o\
728+
ao_to_mo_parallel.o\
729+
ao_to_mo_serial.o\
730730
dm_trans_parallel.o\
731731
dm_trans_serial.o\
732732
dmr_complex.o\

source/module_lr/AX/AX.h

Lines changed: 0 additions & 65 deletions
This file was deleted.

source/module_lr/AX/AX_parallel.cpp

Lines changed: 0 additions & 117 deletions
This file was deleted.

source/module_lr/AX/AX_serial.cpp

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)