Skip to content

Commit

Permalink
upload cifparser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chentao168 committed Sep 6, 2024
1 parent 98a6372 commit d01b25d
Show file tree
Hide file tree
Showing 78 changed files with 3,938 additions and 1,331 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ ABACUS 网站访问:
26. [如何在 ABACUS 中新增一个输入参数(v3.7.0 后)](develop-addinp2.md)
27. [如何在 ABACUS 中新增一个输入参数(截至 v3.5.3)](develop-addinp.md)
28. [C++ 程序设计的一些想法](develop-design.md)
29. [文件输出功能的实现代码结构设计建议:以 ABCUS CifParser 为例](develop-cifparser.md)

# 五、算法文档

Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* [ABACUS 全局数据结构和代码行数检测](develop-linedete.md)
* [性能分析工具:vtune 快速上手教程](develop-vtune.md)
* [以格点积分程序为例:一些代码开发习惯小贴士](develop-grid.md)
* [文件输出功能的实现代码结构设计建议:以 ABCUS CifParser 为例](develop-cifparser.md)
* [ABACUS 中的测试(一):测试的重要性](develop-test1.md)
* [ABACUS 中的测试(二):测试工具 gtest](develop-test2.md)
* [Introduction to ABACUS: Path to PW calculation - Part 1](develop-path1.md)
Expand Down
51 changes: 32 additions & 19 deletions _book/abacus-bader.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-candela.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-conv.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-dcu.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-dos.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-dpgen.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-elastic.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-gcc.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-gpu.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-hpc.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-intel.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-libri.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-md.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-nac1.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-nac2.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-nac3.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-namd.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-ofdft.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-oneapi.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-phonopy.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-pw.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-question.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-sdft.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-shengbte.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-sol.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-surface1.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-surface2.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-surface3.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-surface4.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-surface5.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-surface6.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-tddft.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-upf.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-uspex.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/abacus-wannier.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/algorithm-delta.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/algorithm-mix.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/algorithm-wannier.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/contribute.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/develop-C++.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/develop-addinp.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions _book/develop-addinp2.html

Large diffs are not rendered by default.

Loading

0 comments on commit d01b25d

Please sign in to comment.