Skip to content

Commit 609a88a

Browse files
authored
Merge pull request #80 from deepmodeling/update/2025.01.30
Best-of update: 2025.01.30
2 parents af29ba2 + 80f7f59 commit 609a88a

File tree

4 files changed

+102
-62
lines changed

4 files changed

+102
-62
lines changed

β€ŽREADME.md

+54-54
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
5151
```
5252
git clone https://github.com/deepmodeling/deepmd-kit
5353
```
54-
- [PyPi](https://pypi.org/project/deepmd-kit) (πŸ“₯ 6.8K / month):
54+
- [PyPi](https://pypi.org/project/deepmd-kit) (πŸ“₯ 6.1K / month):
5555
```
5656
pip install deepmd-kit
5757
```
58-
- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (πŸ“₯ 1.4M Β· ⏱️ 24.12.2024):
58+
- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (πŸ“₯ 1.5M Β· ⏱️ 24.12.2024):
5959
```
6060
conda install -c conda-forge deepmd-kit
6161
```
62-
- [npm](https://www.npmjs.com/package/deepmd-kit) (πŸ“₯ 25 / month):
62+
- [npm](https://www.npmjs.com/package/deepmd-kit) (πŸ“₯ 29 / month):
6363
```
6464
npm install deepmd-kit
6565
```
@@ -70,12 +70,12 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
7070
</details>
7171
<details><summary><b><a href="https://github.com/deepmodeling/abacus-develop">ABACUS</a></b> (πŸ₯‡26 Β· ⭐ 180) - An electronic structure package based on either plane wave basis or numerical atomic orbitals. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
7272

73-
- [GitHub](https://github.com/deepmodeling/abacus-develop) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 140 Β· πŸ“‹ 2.1K - 5% open Β· ⏱️ 23.01.2025):
73+
- [GitHub](https://github.com/deepmodeling/abacus-develop) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 140 Β· πŸ“‹ 2.1K - 5% open Β· ⏱️ 30.01.2025):
7474

7575
```
7676
git clone https://github.com/deepmodeling/abacus-develop
7777
```
78-
- [Conda](https://anaconda.org/conda-forge/abacus) (πŸ“₯ 280K Β· ⏱️ 27.12.2024):
78+
- [Conda](https://anaconda.org/conda-forge/abacus) (πŸ“₯ 300K Β· ⏱️ 27.12.2024):
7979
```
8080
conda install -c conda-forge abacus
8181
```
@@ -87,7 +87,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
8787
```
8888
git clone https://github.com/deepmodeling/dpgen
8989
```
90-
- [PyPi](https://pypi.org/project/dpgen) (πŸ“₯ 980 / month):
90+
- [PyPi](https://pypi.org/project/dpgen) (πŸ“₯ 820 / month):
9191
```
9292
pip install dpgen
9393
```
@@ -96,18 +96,18 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
9696
conda install -c conda-forge dpgen
9797
```
9898
</details>
99-
<details><summary><b><a href="https://github.com/deepmodeling/dpdata">dpdata</a></b> (πŸ₯‡24 Β· ⭐ 200 Β· πŸ“ˆ) - A Python package for manipulating atomistic data of software in computational science. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
99+
<details><summary><b><a href="https://github.com/deepmodeling/dpdata">dpdata</a></b> (πŸ₯‡24 Β· ⭐ 200) - A Python package for manipulating atomistic data of software in computational science. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
100100

101101
- [GitHub](https://github.com/deepmodeling/dpdata) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 130 Β· πŸ“¦ 140 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 21.01.2025):
102102

103103
```
104104
git clone https://github.com/deepmodeling/dpdata
105105
```
106-
- [PyPi](https://pypi.org/project/dpdata) (πŸ“₯ 18K / month):
106+
- [PyPi](https://pypi.org/project/dpdata) (πŸ“₯ 15K / month):
107107
```
108108
pip install dpdata
109109
```
110-
- [Conda](https://anaconda.org/conda-forge/dpdata) (πŸ“₯ 87K Β· ⏱️ 22.01.2025):
110+
- [Conda](https://anaconda.org/conda-forge/dpdata) (πŸ“₯ 88K Β· ⏱️ 22.01.2025):
111111
```
112112
conda install -c conda-forge dpdata
113113
```
@@ -118,48 +118,48 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
118118
</details>
119119
<details><summary><b><a href="https://github.com/deepmodeling/dpdispatcher">dpdispatcher</a></b> (πŸ₯ˆ22 Β· ⭐ 48) - generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
120120

121-
- [GitHub](https://github.com/deepmodeling/dpdispatcher) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 53 Β· πŸ“¦ 55 Β· πŸ“‹ 81 - 22% open Β· ⏱️ 14.01.2025):
121+
- [GitHub](https://github.com/deepmodeling/dpdispatcher) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 53 Β· πŸ“¦ 55 Β· πŸ“‹ 81 - 22% open Β· ⏱️ 28.01.2025):
122122

123123
```
124124
git clone https://github.com/deepmodeling/dpdispatcher
125125
```
126-
- [PyPi](https://pypi.org/project/dpdispatcher) (πŸ“₯ 3.6K / month):
126+
- [PyPi](https://pypi.org/project/dpdispatcher) (πŸ“₯ 3.3K / month):
127127
```
128128
pip install dpdispatcher
129129
```
130130
- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (πŸ“₯ 20K Β· ⏱️ 30.12.2024):
131131
```
132132
conda install -c conda-forge dpdispatcher
133133
```
134-
- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (πŸ“₯ 120K Β· ⏱️ 30.08.2024):
134+
- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (πŸ“₯ 120K Β· ⏱️ 30.01.2025):
135135
```
136136
docker pull dptechnology/dpdispatcher
137137
```
138138
</details>
139-
<details><summary><b><a href="https://github.com/deepmodeling/reacnetgenerator">reacnetgenerator</a></b> (πŸ₯ˆ21 Β· ⭐ 76) - an automatic reaction network generator for reactive molecular dynamics simulation. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
139+
<details><summary><b><a href="https://github.com/deepmodeling/reacnetgenerator">reacnetgenerator</a></b> (πŸ₯ˆ21 Β· ⭐ 77) - an automatic reaction network generator for reactive molecular dynamics simulation. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
140140

141-
- [GitHub](https://github.com/deepmodeling/reacnetgenerator) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 39 Β· πŸ“¦ 3 Β· πŸ“‹ 130 - 4% open Β· ⏱️ 17.01.2025):
141+
- [GitHub](https://github.com/deepmodeling/reacnetgenerator) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 39 Β· πŸ“¦ 3 Β· πŸ“‹ 130 - 4% open Β· ⏱️ 26.01.2025):
142142

143143
```
144144
git clone https://github.com/deepmodeling/reacnetgenerator
145145
```
146-
- [PyPi](https://pypi.org/project/reacnetgenerator) (πŸ“₯ 8.6K / month):
146+
- [PyPi](https://pypi.org/project/reacnetgenerator) (πŸ“₯ 10K / month):
147147
```
148148
pip install reacnetgenerator
149149
```
150-
- [Conda](https://anaconda.org/conda-forge/reacnetgenerator) (πŸ“₯ 490K Β· ⏱️ 06.01.2025):
150+
- [Conda](https://anaconda.org/conda-forge/reacnetgenerator) (πŸ“₯ 510K Β· ⏱️ 06.01.2025):
151151
```
152152
conda install -c conda-forge reacnetgenerator
153153
```
154154
</details>
155155
<details><summary><b><a href="https://github.com/deepmodeling/dargs">dargs</a></b> (πŸ₯ˆ19 Β· ⭐ 5) - Argument processing for the deep modeling project. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
156156

157-
- [GitHub](https://github.com/deepmodeling/dargs) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 3 Β· πŸ“¦ 130 Β· πŸ“‹ 9 - 22% open Β· ⏱️ 14.01.2025):
157+
- [GitHub](https://github.com/deepmodeling/dargs) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 3 Β· πŸ“¦ 130 Β· πŸ“‹ 9 - 22% open Β· ⏱️ 28.01.2025):
158158

159159
```
160160
git clone https://github.com/deepmodeling/dargs
161161
```
162-
- [PyPi](https://pypi.org/project/dargs) (πŸ“₯ 33K / month):
162+
- [PyPi](https://pypi.org/project/dargs) (πŸ“₯ 25K / month):
163163
```
164164
pip install dargs
165165
```
@@ -168,7 +168,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
168168
conda install -c conda-forge dargs
169169
```
170170
</details>
171-
<details><summary><b><a href="https://github.com/deepmodeling/dflow">dflow</a></b> (πŸ₯ˆ18 Β· ⭐ 66) - Dflow is a Python framework for constructing scientific computing workflows (e.g. concurrent learning workflows).. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
171+
<details><summary><b><a href="https://github.com/deepmodeling/dflow">dflow</a></b> (πŸ₯ˆ18 Β· ⭐ 67) - Dflow is a Python framework for constructing scientific computing workflows (e.g. concurrent learning workflows).. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
172172

173173
- [GitHub](https://github.com/deepmodeling/dflow) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 26 Β· πŸ“‹ 36 - 38% open Β· ⏱️ 15.01.2025):
174174

@@ -203,7 +203,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
203203
```
204204
git clone https://github.com/deepmodeling/dpgen2
205205
```
206-
- [PyPi](https://pypi.org/project/dpgen2) (πŸ“₯ 370 / month):
206+
- [PyPi](https://pypi.org/project/dpgen2) (πŸ“₯ 340 / month):
207207
```
208208
pip install dpgen2
209209
```
@@ -214,43 +214,43 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
214214
</details>
215215
<details><summary><b><a href="https://github.com/deepmodeling/APEX">APEX</a></b> (πŸ₯ˆ16 Β· ⭐ 26) - APEX: Alloy Properties EXplorer using simulations. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
216216

217-
- [GitHub](https://github.com/deepmodeling/APEX) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 18 Β· πŸ“¦ 4 Β· πŸ“‹ 9 - 11% open Β· ⏱️ 09.01.2025):
217+
- [GitHub](https://github.com/deepmodeling/APEX) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 19 Β· πŸ“¦ 4 Β· πŸ“‹ 9 - 11% open Β· ⏱️ 09.01.2025):
218218

219219
```
220220
git clone https://github.com/deepmodeling/APEX
221221
```
222-
- [PyPi](https://pypi.org/project/apex-flow) (πŸ“₯ 1.7K / month):
222+
- [PyPi](https://pypi.org/project/apex-flow) (πŸ“₯ 1.6K / month):
223223
```
224224
pip install apex-flow
225225
```
226226
</details>
227-
<details><summary><b><a href="https://github.com/deepmodeling/dpgui">DP-GUI</a></b> (πŸ₯ˆ16 Β· ⭐ 7 Β· πŸ“ˆ) - A web-based GUI for user inputs. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
227+
<details><summary><b><a href="https://github.com/deepmodeling/dpgui">DP-GUI</a></b> (πŸ₯ˆ16 Β· ⭐ 7) - A web-based GUI for user inputs. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
228228

229229
- [GitHub](https://github.com/deepmodeling/dpgui) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 5 Β· πŸ“¦ 10 Β· ⏱️ 30.12.2024):
230230

231231
```
232232
git clone https://github.com/deepmodeling/dpgui
233233
```
234-
- [PyPi](https://pypi.org/project/dpgui) (πŸ“₯ 15K / month):
234+
- [PyPi](https://pypi.org/project/dpgui) (πŸ“₯ 12K / month):
235235
```
236236
pip install dpgui
237237
```
238238
</details>
239-
<details><summary><b><a href="https://github.com/deepmodeling/DeePTB">DeePTB</a></b> (πŸ₯ˆ15 Β· ⭐ 59) - DeePTB: A deep learning package for tight-binding approach with ab initio accuracy. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
239+
<details><summary><b><a href="https://github.com/deepmodeling/DeePTB">DeePTB</a></b> (πŸ₯ˆ15 Β· ⭐ 60) - DeePTB: A deep learning package for tight-binding approach with ab initio accuracy. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
240240

241241
- [GitHub](https://github.com/deepmodeling/DeePTB) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 16 Β· πŸ“¦ 2 Β· πŸ“‹ 38 - 23% open Β· ⏱️ 01.01.2025):
242242

243243
```
244244
git clone https://github.com/deepmodeling/DeePTB
245245
```
246-
- [PyPi](https://pypi.org/project/dptb) (πŸ“₯ 320 / month):
246+
- [PyPi](https://pypi.org/project/dptb) (πŸ“₯ 300 / month):
247247
```
248248
pip install dptb
249249
```
250250
</details>
251-
<details><summary><b><a href="https://github.com/deepmodeling/jax-fem">JAX-FEM</a></b> (πŸ₯ˆ14 Β· ⭐ 330) - Differentiable Finite Element Method with JAX. <code><a href="http://bit.ly/2M0xdwT">GPL-3.0</a></code></summary>
251+
<details><summary><b><a href="https://github.com/deepmodeling/jax-fem">JAX-FEM</a></b> (πŸ₯ˆ14 Β· ⭐ 340) - Differentiable Finite Element Method with JAX. <code><a href="http://bit.ly/2M0xdwT">GPL-3.0</a></code></summary>
252252

253-
- [GitHub](https://github.com/deepmodeling/jax-fem) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 48 Β· πŸ“¦ 3 Β· πŸ“‹ 44 - 59% open Β· ⏱️ 13.12.2024):
253+
- [GitHub](https://github.com/deepmodeling/jax-fem) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 50 Β· πŸ“¦ 3 Β· πŸ“‹ 45 - 57% open Β· ⏱️ 13.12.2024):
254254

255255
```
256256
git clone https://github.com/deepmodeling/jax-fem
@@ -260,14 +260,14 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
260260
pip install jax-fem
261261
```
262262
</details>
263-
<details><summary><b><a href="https://github.com/deepmodeling/DMFF">DMFF</a></b> (πŸ₯ˆ13 Β· ⭐ 160 Β· πŸ’€) - DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable.. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
263+
<details><summary><b><a href="https://github.com/deepmodeling/DMFF">DMFF</a></b> (πŸ₯ˆ13 Β· ⭐ 170 Β· πŸ’€) - DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable.. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
264264

265265
- [GitHub](https://github.com/deepmodeling/DMFF) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 45 Β· πŸ“‹ 27 - 40% open Β· ⏱️ 12.01.2024):
266266

267267
```
268268
git clone https://github.com/deepmodeling/DMFF
269269
```
270-
- [Conda](https://anaconda.org/conda-forge/dmff) (πŸ“₯ 1.4K Β· ⏱️ 06.01.2024):
270+
- [Conda](https://anaconda.org/conda-forge/dmff) (πŸ“₯ 1.5K Β· ⏱️ 06.01.2024):
271271
```
272272
conda install -c conda-forge dmff
273273
```
@@ -279,7 +279,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
279279
```
280280
git clone https://github.com/deepmodeling/rid-kit
281281
```
282-
- [PyPi](https://pypi.org/project/rid-kit) (πŸ“₯ 600 / month):
282+
- [PyPi](https://pypi.org/project/rid-kit) (πŸ“₯ 590 / month):
283283
```
284284
pip install rid-kit
285285
```
@@ -291,7 +291,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
291291
```
292292
git clone https://github.com/deepmodeling/deepmodeling_sphinx
293293
```
294-
- [PyPi](https://pypi.org/project/deepmodeling_sphinx) (πŸ“₯ 3.1K / month):
294+
- [PyPi](https://pypi.org/project/deepmodeling_sphinx) (πŸ“₯ 2.7K / month):
295295
```
296296
pip install deepmodeling_sphinx
297297
```
@@ -311,19 +311,19 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
311311
```
312312
git clone https://github.com/deepmodeling/dpti
313313
```
314-
- [PyPi](https://pypi.org/project/dpti) (πŸ“₯ 150 / month):
314+
- [PyPi](https://pypi.org/project/dpti) (πŸ“₯ 140 / month):
315315
```
316316
pip install dpti
317317
```
318318
</details>
319-
<details><summary><b><a href="https://github.com/deepmodeling/args">args</a></b> (πŸ₯‰10 Β· ⭐ 2 Β· πŸ“‰) - DeepModeling dargs arguments generation. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
319+
<details><summary><b><a href="https://github.com/deepmodeling/args">args</a></b> (πŸ₯‰10 Β· ⭐ 2) - DeepModeling dargs arguments generation. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
320320

321321
- [GitHub](https://github.com/deepmodeling/args) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“¦ 5 Β· ⏱️ 30.12.2024):
322322

323323
```
324324
git clone https://github.com/deepmodeling/args
325325
```
326-
- [npm](https://www.npmjs.com/package/@deepmodeling/args) (πŸ“₯ 150 / month):
326+
- [npm](https://www.npmjs.com/package/@deepmodeling/args) (πŸ“₯ 130 / month):
327327
```
328328
npm install @deepmodeling/args
329329
```
@@ -346,20 +346,28 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
346346
</details>
347347
<details><summary><b><a href="https://github.com/deepmodeling/AIS-Square">AIS-Square</a></b> (πŸ₯‰8 Β· ⭐ 13) - <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
348348

349-
- [GitHub](https://github.com/deepmodeling/AIS-Square) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 8 Β· πŸ“‹ 6 - 83% open Β· ⏱️ 21.01.2025):
349+
- [GitHub](https://github.com/deepmodeling/AIS-Square) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 8 Β· πŸ“‹ 6 - 83% open Β· ⏱️ 24.01.2025):
350350

351351
```
352352
git clone https://github.com/deepmodeling/AIS-Square
353353
```
354354
</details>
355+
<details><summary><b><a href="https://github.com/deepmodeling/DeePDih">DeePDih</a></b> (πŸ₯‰8 Β· ⭐ 5 Β· πŸ’€) - Deep Potential driven molecular dihedral scan toolkit. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>
356+
357+
- [GitHub](https://github.com/deepmodeling/DeePDih) (πŸ”€ 3 Β· πŸ“₯ 3 Β· ⏱️ 19.04.2024):
358+
359+
```
360+
git clone https://github.com/deepmodeling/DeePDih
361+
```
362+
</details>
355363
<details><summary><b><a href="https://github.com/deepmodeling/fealpy">fealpy</a></b> (πŸ₯‰8 Β· ⭐ 5 Β· πŸ’€) - Finite Element Analysis Library in Python. <code>Unlicensed</code></summary>
356364

357365
- [GitHub](https://github.com/deepmodeling/fealpy) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 2 Β· ⏱️ 24.04.2024):
358366

359367
```
360368
git clone https://github.com/deepmodeling/fealpy
361369
```
362-
- [PyPi](https://pypi.org/project/fealpy) (πŸ“₯ 740 / month):
370+
- [PyPi](https://pypi.org/project/fealpy) (πŸ“₯ 500 / month):
363371
```
364372
pip install fealpy
365373
```
@@ -371,7 +379,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
371379
```
372380
git clone https://github.com/deepmodeling/fpop
373381
```
374-
- [PyPi](https://pypi.org/project/fpop) (πŸ“₯ 890 / month):
382+
- [PyPi](https://pypi.org/project/fpop) (πŸ“₯ 680 / month):
375383
```
376384
pip install fpop
377385
```
@@ -388,14 +396,6 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
388396
docker pull dptechnology/unifold
389397
```
390398
</details>
391-
<details><summary><b><a href="https://github.com/deepmodeling/DeePDih">DeePDih</a></b> (πŸ₯‰7 Β· ⭐ 5 Β· πŸ’€) - Deep Potential driven molecular dihedral scan toolkit. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>
392-
393-
- [GitHub](https://github.com/deepmodeling/DeePDih) (πŸ”€ 3 Β· πŸ“₯ 2 Β· ⏱️ 19.04.2024):
394-
395-
```
396-
git clone https://github.com/deepmodeling/DeePDih
397-
```
398-
</details>
399399
<details><summary><b><a href="https://github.com/deepmodeling/community">community</a></b> (πŸ₯‰6 Β· ⭐ 85) - DeepModeling community content. <code>Unlicensed</code></summary>
400400

401401
- [GitHub](https://github.com/deepmodeling/community) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 21 Β· ⏱️ 26.09.2024):
@@ -412,6 +412,14 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
412412
git clone https://github.com/deepmodeling/tbplas
413413
```
414414
</details>
415+
<details><summary><b><a href="https://github.com/deepmodeling/docs">docs</a></b> (πŸ₯‰6 Β· ⭐ 3 Β· πŸ“ˆ) - The home page of DeepModeling documentation. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
416+
417+
- [GitHub](https://github.com/deepmodeling/docs) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 7 Β· ⏱️ 28.10.2024):
418+
419+
```
420+
git clone https://github.com/deepmodeling/docs
421+
```
422+
</details>
415423
<details><summary><b><a href="https://github.com/deepmodeling/AI4Science101">AI4Science101</a></b> (πŸ₯‰5 Β· ⭐ 87 Β· πŸ’€) - AI for Science. <code>Unlicensed</code></summary>
416424

417425
- [GitHub](https://github.com/deepmodeling/AI4Science101) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 14 Β· ⏱️ 04.09.2022):
@@ -428,14 +436,6 @@ This curated list contains 38 awesome open-source projects with a total of 3.8K
428436
git clone https://github.com/deepmodeling/tutorials
429437
```
430438
</details>
431-
<details><summary><b><a href="https://github.com/deepmodeling/docs">docs</a></b> (πŸ₯‰5 Β· ⭐ 3) - The home page of DeepModeling documentation. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
432-
433-
- [GitHub](https://github.com/deepmodeling/docs) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 7 Β· ⏱️ 28.10.2024):
434-
435-
```
436-
git clone https://github.com/deepmodeling/docs
437-
```
438-
</details>
439439
<details><summary><b><a href="https://github.com/deepmodeling/DeepH-pack">DeepH-pack</a></b> (πŸ₯‰4 Β· ⭐ 12 Β· πŸ’€) - Deep neural networks for density functional theory Hamiltonian. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
440440

441441
- [GitHub](https://github.com/deepmodeling/DeepH-pack) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 6 Β· πŸ“‹ 6 - 66% open Β· ⏱️ 28.12.2023):

β€Žhistory/2025-01-30_changes.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## πŸ“ˆ Trending Up
2+
3+
_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._
4+
5+
- <b><a href="https://github.com/deepmodeling/DeePDih">DeePDih</a></b> (πŸ₯‰8 Β· ⭐ 5 Β· πŸ’€) - Deep Potential driven molecular dihedral scan toolkit. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
6+
- <b><a href="https://github.com/deepmodeling/docs">docs</a></b> (πŸ₯‰6 Β· ⭐ 3 Β· πŸ“ˆ) - The home page of DeepModeling documentation. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code>
7+

0 commit comments

Comments
Β (0)