Skip to content

Commit 0dfcb8d

Browse files
committed
Implement structural updates and optimizations across multiple modules
1 parent 9397ce2 commit 0dfcb8d

File tree

5 files changed

+9854
-19
lines changed

5 files changed

+9854
-19
lines changed

.github/workflows/add_pages_doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
build:
11+
if: github.repository == 'deepmodeling/DeePTB'
1112
runs-on: ubuntu-22.04
1213
steps:
1314
- uses: actions/checkout@v3

docs/quick_start/hands_on/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ A quick Example
33
=================================================
44

55
.. toctree::
6-
sktb_hands_on
7-
e3tb_hands_on
8-
tutorial1_base_sk
6+
tutorial1_base_sk
7+
tutorial2_data
8+
tutorial3_train_si

docs/quick_start/hands_on/tutorial1_base_sk.ipynb

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,7 @@
55
"id": "c7fed360",
66
"metadata": {},
77
"source": [
8-
"# DeePTB Tutorial 1: deeptb-sk baseline model [v2.2] "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"id": "f57bae34",
14-
"metadata": {},
15-
"source": [
16-
"<div style=\"color:black; background-color:#FFF3E9; border: 1px solid #FFE0C3; border-radius: 10px; margin-bottom:1rem\">\n",
17-
" <p style=\"margin:1rem; padding-left: 1rem; line-height: 2.5;\">\n",
18-
" Author: <a style=\"font-weight:normal\" href=\"mailto:guqq@ustc.edu.cn\">Gu, Qiangqiang 顾强强 📨 </a></b></i><br/>\n",
19-
" Date: 2025-04-20<br/>\n",
20-
" Protocol:<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.</a></i><br/>\n",
21-
" Quick Start:Click the <span style=\"background-color:rgb(85, 91, 228); color:white; padding: 3px; border-radius: 5px;box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); font-size:0.75rem;\">Start Connection</span> button,then wait a moment to begin.\n",
22-
" </p>\n",
23-
"</div>"
8+
"# Tutorial 1: deeptb-sk baseline model"
249
]
2510
},
2611
{

docs/quick_start/hands_on/tutorial2_data.ipynb

Lines changed: 6179 additions & 0 deletions
Large diffs are not rendered by default.

docs/quick_start/hands_on/tutorial3_train_si.ipynb

Lines changed: 3670 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)