From 36a93040a347a2c41754351c0f2a8b7b4838f903 Mon Sep 17 00:00:00 2001 From: chentao168 Date: Sat, 16 Nov 2024 16:14:44 +0800 Subject: [PATCH] upload pyabacus --- README.md | 6 + SUMMARY.md | 4 + _book/abacus-bader.html | 60 +- _book/abacus-candela.html | 60 +- _book/abacus-chg.html | 60 +- _book/abacus-conv.html | 60 +- _book/abacus-dcu.html | 60 +- _book/abacus-dos.html | 60 +- _book/abacus-dpgen.html | 60 +- _book/abacus-dpmd.html | 60 +- _book/abacus-elastic.html | 60 +- _book/abacus-elf.html | 60 +- _book/abacus-gcc.html | 60 +- _book/abacus-gpu-lcao.html | 60 +- _book/abacus-gpu.html | 60 +- _book/abacus-hpc.html | 60 +- _book/abacus-intel.html | 60 +- _book/abacus-libri.html | 60 +- _book/abacus-md.html | 60 +- _book/abacus-nac1.html | 60 +- _book/abacus-nac2.html | 60 +- _book/abacus-nac3.html | 60 +- _book/abacus-namd.html | 60 +- _book/abacus-ofdft.html | 60 +- _book/abacus-oneapi.html | 60 +- _book/abacus-pdos.html | 60 +- _book/abacus-phonopy.html | 60 +- _book/abacus-pw.html | 60 +- _book/abacus-question.html | 60 +- _book/abacus-sdft.html | 60 +- _book/abacus-sdft_cond.html | 60 +- _book/abacus-shengbte.html | 60 +- _book/abacus-sol.html | 60 +- _book/abacus-surface1.html | 60 +- _book/abacus-surface2.html | 60 +- _book/abacus-surface3.html | 60 +- _book/abacus-surface4.html | 60 +- _book/abacus-surface5.html | 60 +- _book/abacus-surface6.html | 60 +- _book/abacus-tddft.html | 60 +- _book/abacus-upf.html | 60 +- _book/abacus-uspex.html | 60 +- _book/abacus-wannier.html | 60 +- _book/algorithm-delta.html | 60 +- _book/algorithm-mix.html | 60 +- _book/algorithm-wannier.html | 60 +- _book/contribute.html | 60 +- _book/develop-C++.html | 60 +- _book/develop-ESolver.html | 60 +- _book/develop-HContainer.html | 116 +- _book/develop-HSolver.html | 60 +- _book/develop-addinp.html | 60 +- _book/develop-addinp2.html | 60 +- _book/develop-cifparser.html | 60 +- _book/develop-design.html | 60 +- _book/develop-dox.html | 60 +- _book/develop-format.html | 60 +- _book/develop-formatter2.html | 60 +- _book/develop-grid.html | 60 +- _book/develop-input.html | 60 +- _book/develop-issue.html | 60 +- _book/develop-linedete.html | 60 +- _book/develop-path1.html | 60 +- _book/develop-path10.html | 60 +- _book/develop-path11.html | 60 +- _book/develop-path2.html | 60 +- _book/develop-path3.html | 60 +- _book/develop-path4.html | 60 +- _book/develop-path5.html | 60 +- _book/develop-path6.html | 60 +- _book/develop-path7.html | 60 +- _book/develop-path8.html | 60 +- _book/develop-path9.html | 60 +- _book/develop-pyabacus1.html | 1800 +++++++++++++++++++++++++++++ _book/develop-pyabacus2.html | 1874 +++++++++++++++++++++++++++++++ _book/develop-pyabacus3.html | 1991 +++++++++++++++++++++++++++++++++ _book/develop-rule.html | 60 +- _book/develop-sm1.html | 60 +- _book/develop-sm2.html | 60 +- _book/develop-test1.html | 60 +- _book/develop-test2.html | 60 +- _book/develop-vtune.html | 60 +- _book/index.html | 68 +- _book/news.html | 60 +- _book/search_plus_index.json | 2 +- develop-HContainer.md | 57 +- develop-pyabacus1.md | 99 ++ develop-pyabacus2.md | 169 +++ develop-pyabacus3.md | 277 +++++ 89 files changed, 10935 insertions(+), 148 deletions(-) create mode 100644 _book/develop-pyabacus1.html create mode 100644 _book/develop-pyabacus2.html create mode 100644 _book/develop-pyabacus3.html create mode 100644 develop-pyabacus1.md create mode 100644 develop-pyabacus2.md create mode 100644 develop-pyabacus3.md diff --git a/README.md b/README.md index a927d22d..f2e3c59b 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,12 @@ ABACUS 网站访问: 12. [Introduction to ABACUS: Path to PW calculation - Part 11](develop-path11.md) 13. [Introduction to ABACUS: Path to PW calculation - Summary Final](develop-sm2.md) +## 4.6 Pyabacus 介绍 + +1. [Pyabacus 文档一:用户手册](develop-pyabacus1.md) +2. [Pyabacus 文档二:HSolver 模块](develop-pyabacus2.md) +3. [Pyabacus 文档三:开发者指南](develop-pyabacus3.md) + # 五、算法文档 1. [电荷密度混合算法介绍](algorithm-mix.md) diff --git a/SUMMARY.md b/SUMMARY.md index 000da869..585452b1 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -93,6 +93,10 @@ * [Introduction to ABACUS: Path to PW calculation - Part 10](develop-path10.md) * [Introduction to ABACUS: Path to PW calculation - Part 11](develop-path11.md) * [Introduction to ABACUS: Path to PW calculation - Summary Final](develop-sm2.md) + * Pyabacus 介绍 + * [Pyabacus 文档一:用户手册](develop-pyabacus1.md) + * [Pyabacus 文档二:HSolver 模块](develop-pyabacus2.md) + * [Pyabacus 文档三:开发者指南](develop-pyabacus3.md) * 算法文档 * [最大局域化 Wannier 函数方法简介](algorithm-wannier.md) * [电荷密度混合算法介绍](algorithm-mix.md) diff --git a/_book/abacus-bader.html b/_book/abacus-bader.html index 40bace72..c9936cc0 100644 --- a/_book/abacus-bader.html +++ b/_book/abacus-bader.html @@ -1429,6 +1429,64 @@ + + + + + + + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + + + +
  • + +
  • + + + + + Pyabacus 介绍 + + + + + +