Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f82f18c
Refactor(output-json): Implement the json namespace of abacus paramet…
grysgreat Nov 17, 2023
ba3f612
move para_json from module _io into module_base in last commit
grysgreat Nov 17, 2023
5008eab
fix a bug
grysgreat Nov 17, 2023
4a6ca57
fix some bug
grysgreat Nov 20, 2023
f0f9bb9
fix bugs
grysgreat Nov 20, 2023
8ab01a8
fix bugs
grysgreat Nov 20, 2023
ca6c447
fix some bug
grysgreat Nov 21, 2023
72527f8
add obj
grysgreat Nov 21, 2023
b7dec09
adjust
grysgreat Nov 21, 2023
09e3365
add namespace in module_md-test
grysgreat Nov 21, 2023
902d6b1
add app in module_relax test
grysgreat Nov 21, 2023
c932511
modify Input file path
grysgreat Nov 21, 2023
e944d3c
Some suggestions in the comments have been revised
grysgreat Nov 21, 2023
fe65054
change device_g to device
grysgreat Nov 21, 2023
4c9237b
adjust structure of read_in node, add delete null node in read_in_file
grysgreat Nov 23, 2023
f3ce691
fix a bug
grysgreat Nov 23, 2023
cb77a02
fix bug
grysgreat Nov 23, 2023
67d674f
fix some bugs
grysgreat Nov 23, 2023
1a5a0de
add json valid test and add para
grysgreat Nov 25, 2023
83c6ee9
fix conflict
grysgreat Nov 25, 2023
fd279ec
fix a bug
grysgreat Nov 25, 2023
4ea82da
fix a bug
grysgreat Nov 25, 2023
9806d90
fix test rely bugs
grysgreat Nov 25, 2023
4e9cc74
fix 2 bugs
grysgreat Nov 26, 2023
ccb836e
fix conflict
grysgreat Nov 26, 2023
f0fbbfe
fix a bug
grysgreat Nov 26, 2023
d78a059
adjust some comment and deleat KPT_infos and stru_infos nodes
grysgreat Nov 30, 2023
1282520
Merge branch 'develop' into abacus_json
grysgreat Nov 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ OBJS_BASE=abfs-vector3_order.o\
cubic_spline.o\
spherical_bessel_transformer.o\
mixing_data.o\
para_json.o\
mixing.o\
plain_mixing.o\
pulay_mixing.o\
broyden_mixing.o\


OBJS_CELL=atom_pseudo.o\
atom_spec.o\
pseudo.o\
Expand Down
1 change: 1 addition & 0 deletions source/module_base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ add_library(
formatter_table.cpp
formatter_contextfmt.cpp
module_mixing/mixing_data.cpp
para_json.cpp
module_mixing/mixing.cpp
module_mixing/plain_mixing.cpp
module_mixing/pulay_mixing.cpp
Expand Down
Loading