Commit bd6677a
authored
add jupyter to toml files (#283)
* feat: Add dptbplas example
>
> This commit introduces a new example demonstrating the integration of DeePTB with TBPLaS for calculating the AC conductivity of crystalline silicon using two different methods:
>
> 1. **Lindhard function method:** An accurate but computationally expensive method performed in k-space.
> 2. **TBPM method:** A linear-scaling method performed in real-space on a supercell, suitable for large and complex systems.
>
> The example includes a Jupyter notebook (deeptb_tbplas.ipynb) that walks through the calculation process for both methods, along with the necessary input files (conv2.vasp and mix.latest.pth).
>
> This example serves as a tutorial for users to understand the workflow of using DeePTB models with TBPLaS and to explore the effects of different computational parameters on the results.
* docs: add TBPlaS tutorial and update index
* docs: 添加 GEMINI 文档,概述项目结构和使用说明
* feat: Introduce `uv` for dependency management and centralize installation logic into `install.sh` while updating Dockerfiles and documentation.
* feat: explicitly specify the Python executable for `uv sync` and print it during installation.
* feat: add validation for install script variant parameter
* feat: Add several new Python package dependencies and update the lock file.1 parent e777f1f commit bd6677a
3 files changed
+1834
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
0 commit comments