Skip to content

Commit 85e7dab

Browse files
authored
Merge pull request #65 from deepmodeling/update/2024.10.17
Best-of update: 2024.10.17
2 parents 9169db4 + 860ee28 commit 85e7dab

File tree

4 files changed

+132
-74
lines changed

4 files changed

+132
-74
lines changed

README.md

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
4646

4747
<details><summary><b><a href="https://github.com/deepmodeling/deepmd-kit">DeePMD-kit</a></b> (🥇26 · ⭐ 1.5K) - A deep learning package for many-body potential energy representation and molecular dynamics. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
4848

49-
- [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 69 · 🔀 490 · 📥 41K · 📦 17 · 📋 790 - 11% open · ⏱️ 17.09.2024):
49+
- [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 69 · 🔀 490 · 📥 41K · 📦 17 · 📋 790 - 10% open · ⏱️ 17.09.2024):
5050

5151
```
5252
git clone https://github.com/deepmodeling/deepmd-kit
5353
```
54-
- [PyPi](https://pypi.org/project/deepmd-kit) (📥 7.4K / month):
54+
- [PyPi](https://pypi.org/project/deepmd-kit) (📥 10K / month):
5555
```
5656
pip install deepmd-kit
5757
```
5858
- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 1.1M · ⏱️ 25.09.2024):
5959
```
6060
conda install -c conda-forge deepmd-kit
6161
```
62-
- [npm](https://www.npmjs.com/package/deepmd-kit) (📥 10 / month):
62+
- [npm](https://www.npmjs.com/package/deepmd-kit) (📥 9 / month):
6363
```
6464
npm install deepmd-kit
6565
```
@@ -70,24 +70,24 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
7070
</details>
7171
<details><summary><b><a href="https://github.com/deepmodeling/abacus-develop">ABACUS</a></b> (🥇26 · ⭐ 170) - 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 · 🔀 130 · 📋 1.9K - 10% open · ⏱️ 10.10.2024):
73+
- [GitHub](https://github.com/deepmodeling/abacus-develop) (👨‍💻 120 · 🔀 130 · 📋 1.9K - 8% open · ⏱️ 17.10.2024):
7474

7575
```
7676
git clone https://github.com/deepmodeling/abacus-develop
7777
```
78-
- [Conda](https://anaconda.org/conda-forge/abacus) (📥 200K · ⏱️ 30.09.2024):
78+
- [Conda](https://anaconda.org/conda-forge/abacus) (📥 210K · ⏱️ 30.09.2024):
7979
```
8080
conda install -c conda-forge abacus
8181
```
8282
</details>
8383
<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>
8484

85-
- [GitHub](https://github.com/deepmodeling/dpdata) (👨‍💻 61 · 🔀 120 · 📦 120 · 📋 100 - 18% open · ⏱️ 20.09.2024):
85+
- [GitHub](https://github.com/deepmodeling/dpdata) (👨‍💻 61 · 🔀 120 · 📦 130 · 📋 100 - 18% open · ⏱️ 20.09.2024):
8686

8787
```
8888
git clone https://github.com/deepmodeling/dpdata
8989
```
90-
- [PyPi](https://pypi.org/project/dpdata) (📥 47K / month):
90+
- [PyPi](https://pypi.org/project/dpdata) (📥 50K / month):
9191
```
9292
pip install dpdata
9393
```
@@ -100,61 +100,61 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
100100
docker pull dptechnology/dpdata
101101
```
102102
</details>
103-
<details><summary><b><a href="https://github.com/deepmodeling/dpgen">DP-GEN</a></b> (🥇22 · ⭐ 300) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
103+
<details><summary><b><a href="https://github.com/deepmodeling/dpdispatcher">dpdispatcher</a></b> (🥇23 · ⭐ 42 · 📈) - 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>
104104

105-
- [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 64 · 🔀 170 · 📥 1.8K · 📦 7 · 📋 300 - 11% open · ⏱️ 10.04.2024):
105+
- [GitHub](https://github.com/deepmodeling/dpdispatcher) (👨‍💻 47 · 🔀 54 · 📦 52 · 📋 79 - 21% open · ⏱️ 06.10.2024):
106106

107107
```
108-
git clone https://github.com/deepmodeling/dpgen
108+
git clone https://github.com/deepmodeling/dpdispatcher
109109
```
110-
- [PyPi](https://pypi.org/project/dpgen) (📥 1.1K / month):
110+
- [PyPi](https://pypi.org/project/dpdispatcher) (📥 5.8K / month):
111111
```
112-
pip install dpgen
112+
pip install dpdispatcher
113113
```
114-
- [Conda](https://anaconda.org/conda-forge/dpgen) (📥 33K · ⏱️ 10.04.2024):
114+
- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (📥 16K · ⏱️ 31.08.2024):
115115
```
116-
conda install -c conda-forge dpgen
116+
conda install -c conda-forge dpdispatcher
117+
```
118+
- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (📥 110K · ⏱️ 30.08.2024):
119+
```
120+
docker pull dptechnology/dpdispatcher
117121
```
118122
</details>
119-
<details><summary><b><a href="https://github.com/deepmodeling/dpdispatcher">dpdispatcher</a></b> (🥇22 · ⭐ 42) - 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>
123+
<details><summary><b><a href="https://github.com/deepmodeling/dpgen">DP-GEN</a></b> (🥈22 · ⭐ 300) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
120124

121-
- [GitHub](https://github.com/deepmodeling/dpdispatcher) (👨‍💻 47 · 🔀 54 · 📦 51 · 📋 77 - 20% open · ⏱️ 06.10.2024):
125+
- [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 64 · 🔀 170 · 📥 1.8K · 📦 7 · 📋 300 - 12% open · ⏱️ 10.04.2024):
122126

123127
```
124-
git clone https://github.com/deepmodeling/dpdispatcher
125-
```
126-
- [PyPi](https://pypi.org/project/dpdispatcher) (📥 4.5K / month):
127-
```
128-
pip install dpdispatcher
128+
git clone https://github.com/deepmodeling/dpgen
129129
```
130-
- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (📥 15K · ⏱️ 31.08.2024):
130+
- [PyPi](https://pypi.org/project/dpgen) (📥 1.4K / month):
131131
```
132-
conda install -c conda-forge dpdispatcher
132+
pip install dpgen
133133
```
134-
- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (📥 110K · ⏱️ 30.08.2024):
134+
- [Conda](https://anaconda.org/conda-forge/dpgen) (📥 33K · ⏱️ 10.04.2024):
135135
```
136-
docker pull dptechnology/dpdispatcher
136+
conda install -c conda-forge dpgen
137137
```
138138
</details>
139-
<details><summary><b><a href="https://github.com/deepmodeling/reacnetgenerator">reacnetgenerator</a></b> (🥈21 · ⭐ 65 · 📈) - 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 · ⭐ 66) - an automatic reaction network generator for reactive molecular dynamics simulation. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
140140

141141
- [GitHub](https://github.com/deepmodeling/reacnetgenerator) (👨‍💻 18 · 🔀 38 · 📦 3 · 📋 120 - 4% open · ⏱️ 05.10.2024):
142142

143143
```
144144
git clone https://github.com/deepmodeling/reacnetgenerator
145145
```
146-
- [PyPi](https://pypi.org/project/reacnetgenerator) (📥 7.1K / month):
146+
- [PyPi](https://pypi.org/project/reacnetgenerator) (📥 5.9K / month):
147147
```
148148
pip install reacnetgenerator
149149
```
150-
- [Conda](https://anaconda.org/conda-forge/reacnetgenerator) (📥 420K · ⏱️ 04.10.2024):
150+
- [Conda](https://anaconda.org/conda-forge/reacnetgenerator) (📥 430K · ⏱️ 04.10.2024):
151151
```
152152
conda install -c conda-forge reacnetgenerator
153153
```
154154
</details>
155155
<details><summary><b><a href="https://github.com/deepmodeling/dflow">dflow</a></b> (🥈19 · ⭐ 63) - 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>
156156

157-
- [GitHub](https://github.com/deepmodeling/dflow) (👨‍💻 22 · 🔀 25 · 📋 35 - 40% open · ⏱️ 20.09.2024):
157+
- [GitHub](https://github.com/deepmodeling/dflow) (👨‍💻 22 · 🔀 25 · 📋 35 - 40% open · ⏱️ 17.10.2024):
158158

159159
```
160160
git clone https://github.com/deepmodeling/dflow
@@ -167,19 +167,19 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
167167
```
168168
conda install -c conda-forge dflow
169169
```
170-
- [Docker Hub](https://hub.docker.com/r/dptechnology/dflow) (📥 9.2K · ⏱️ 20.09.2024):
170+
- [Docker Hub](https://hub.docker.com/r/dptechnology/dflow) (📥 9.2K · ⏱️ 17.10.2024):
171171
```
172172
docker pull dptechnology/dflow
173173
```
174174
</details>
175175
<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>
176176

177-
- [GitHub](https://github.com/deepmodeling/dargs) (👨‍💻 7 · 🔀 3 · 📦 120 · 📋 8 - 25% open · ⏱️ 17.07.2024):
177+
- [GitHub](https://github.com/deepmodeling/dargs) (👨‍💻 7 · 🔀 3 · 📦 130 · 📋 8 - 25% open · ⏱️ 17.07.2024):
178178

179179
```
180180
git clone https://github.com/deepmodeling/dargs
181181
```
182-
- [PyPi](https://pypi.org/project/dargs) (📥 69K / month):
182+
- [PyPi](https://pypi.org/project/dargs) (📥 67K / month):
183183
```
184184
pip install dargs
185185
```
@@ -190,24 +190,24 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
190190
</details>
191191
<details><summary><b><a href="https://github.com/deepmodeling/deepflame-dev">DeepFlame</a></b> (🥈17 · ⭐ 140) - A deep learning empowered open-source platform for reacting flow simulations. <code><a href="http://bit.ly/2M0xdwT">GPL-3.0</a></code></summary>
192192

193-
- [GitHub](https://github.com/deepmodeling/deepflame-dev) (👨‍💻 24 · 🔀 60 · 📋 46 - 36% open · ⏱️ 30.08.2024):
193+
- [GitHub](https://github.com/deepmodeling/deepflame-dev) (👨‍💻 24 · 🔀 60 · 📋 47 - 38% open · ⏱️ 12.10.2024):
194194

195195
```
196196
git clone https://github.com/deepmodeling/deepflame-dev
197197
```
198198
</details>
199199
<details><summary><b><a href="https://github.com/deepmodeling/dpgen2">DPGEN2</a></b> (🥈17 · ⭐ 33) - 2nd generation of the Deep Potential GENerator. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
200200

201-
- [GitHub](https://github.com/deepmodeling/dpgen2) (👨‍💻 14 · 🔀 24 · 📦 5 · 📋 32 - 28% open · ⏱️ 06.10.2024):
201+
- [GitHub](https://github.com/deepmodeling/dpgen2) (👨‍💻 14 · 🔀 24 · 📦 5 · 📋 32 - 28% open · ⏱️ 15.10.2024):
202202

203203
```
204204
git clone https://github.com/deepmodeling/dpgen2
205205
```
206-
- [PyPi](https://pypi.org/project/dpgen2) (📥 380 / month):
206+
- [PyPi](https://pypi.org/project/dpgen2) (📥 510 / month):
207207
```
208208
pip install dpgen2
209209
```
210-
- [Docker Hub](https://hub.docker.com/r/dptechnology/dpgen2) (📥 3.6K · ⏱️ 06.10.2024):
210+
- [Docker Hub](https://hub.docker.com/r/dptechnology/dpgen2) (📥 3.6K · ⏱️ 15.10.2024):
211211
```
212212
docker pull dptechnology/dpgen2
213213
```
@@ -219,33 +219,33 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
219219
```
220220
git clone https://github.com/deepmodeling/DeePTB
221221
```
222-
- [PyPi](https://pypi.org/project/dptb) (📥 350 / month):
222+
- [PyPi](https://pypi.org/project/dptb) (📥 450 / month):
223223
```
224224
pip install dptb
225225
```
226226
</details>
227-
<details><summary><b><a href="https://github.com/deepmodeling/jax-fem">JAX-FEM</a></b> (🥈15 · ⭐ 260 · 📈) - Differentiable Finite Element Method with JAX. <code><a href="http://bit.ly/2M0xdwT">GPL-3.0</a></code></summary>
227+
<details><summary><b><a href="https://github.com/deepmodeling/APEX">APEX</a></b> (🥈16 · ⭐ 23 · 📈) - APEX: Alloy Properties EXplorer using simulations. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
228228

229-
- [GitHub](https://github.com/deepmodeling/jax-fem) (👨‍💻 8 · 🔀 39 · 📦 3 · 📋 32 - 62% open · ⏱️ 09.10.2024):
229+
- [GitHub](https://github.com/deepmodeling/APEX) (👨‍💻 6 · 🔀 16 · 📦 2 · ⏱️ 11.10.2024):
230230

231231
```
232-
git clone https://github.com/deepmodeling/jax-fem
232+
git clone https://github.com/deepmodeling/APEX
233233
```
234-
- [PyPi](https://pypi.org/project/jax-fem) (📥 420 / month):
234+
- [PyPi](https://pypi.org/project/apex-flow) (📥 3.4K / month):
235235
```
236-
pip install jax-fem
236+
pip install apex-flow
237237
```
238238
</details>
239-
<details><summary><b><a href="https://github.com/deepmodeling/APEX">APEX</a></b> (🥈15 · ⭐ 23) - APEX: Alloy Properties EXplorer using simulations. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
239+
<details><summary><b><a href="https://github.com/deepmodeling/jax-fem">JAX-FEM</a></b> (🥈15 · ⭐ 260) - Differentiable Finite Element Method with JAX. <code><a href="http://bit.ly/2M0xdwT">GPL-3.0</a></code></summary>
240240

241-
- [GitHub](https://github.com/deepmodeling/APEX) (👨‍💻 6 · 🔀 16 · 📦 2 · 📋 8 - 12% open · ⏱️ 27.08.2024):
241+
- [GitHub](https://github.com/deepmodeling/jax-fem) (👨‍💻 8 · 🔀 41 · 📦 3 · 📋 34 - 61% open · ⏱️ 09.10.2024):
242242

243243
```
244-
git clone https://github.com/deepmodeling/APEX
244+
git clone https://github.com/deepmodeling/jax-fem
245245
```
246-
- [PyPi](https://pypi.org/project/apex-flow) (📥 2.3K / month):
246+
- [PyPi](https://pypi.org/project/jax-fem) (📥 540 / month):
247247
```
248-
pip install apex-flow
248+
pip install jax-fem
249249
```
250250
</details>
251251
<details><summary><b><a href="https://github.com/deepmodeling/DMFF">DMFF</a></b> (🥈14 · ⭐ 150 · 💤) - 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>
@@ -267,7 +267,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
267267
```
268268
git clone https://github.com/deepmodeling/rid-kit
269269
```
270-
- [PyPi](https://pypi.org/project/rid-kit) (📥 450 / month):
270+
- [PyPi](https://pypi.org/project/rid-kit) (📥 660 / month):
271271
```
272272
pip install rid-kit
273273
```
@@ -279,31 +279,31 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
279279
```
280280
git clone https://github.com/deepmodeling/dpgui
281281
```
282-
- [PyPi](https://pypi.org/project/dpgui) (📥 20K / month):
282+
- [PyPi](https://pypi.org/project/dpgui) (📥 22K / month):
283283
```
284284
pip install dpgui
285285
```
286286
</details>
287-
<details><summary><b><a href="https://github.com/deepmodeling/deepmodeling_sphinx">deepmodeling_sphinx</a></b> (🥉13 · ⭐ 3 · 📈) - Sphinx extension for DeepModeling projects. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
287+
<details><summary><b><a href="https://github.com/deepmodeling/deepmodeling_sphinx">deepmodeling_sphinx</a></b> (🥉13 · ⭐ 3) - Sphinx extension for DeepModeling projects. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
288288

289289
- [GitHub](https://github.com/deepmodeling/deepmodeling_sphinx) (👨‍💻 7 · 🔀 7 · ⏱️ 11.09.2024):
290290

291291
```
292292
git clone https://github.com/deepmodeling/deepmodeling_sphinx
293293
```
294-
- [PyPi](https://pypi.org/project/deepmodeling_sphinx) (📥 2.9K / month):
294+
- [PyPi](https://pypi.org/project/deepmodeling_sphinx) (📥 3.3K / month):
295295
```
296296
pip install deepmodeling_sphinx
297297
```
298298
</details>
299-
<details><summary><b><a href="https://github.com/deepmodeling/dpti">dpti</a></b> (🥉12 · ⭐ 21 · 📈) - A Python Package to Automate Thermodynamic Integration Calculations for Free Energy. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
299+
<details><summary><b><a href="https://github.com/deepmodeling/dpti">dpti</a></b> (🥉11 · ⭐ 21 · 📉) - A Python Package to Automate Thermodynamic Integration Calculations for Free Energy. <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
300300

301301
- [GitHub](https://github.com/deepmodeling/dpti) (👨‍💻 19 · 🔀 19 · 📦 2 · ⏱️ 14.08.2024):
302302

303303
```
304304
git clone https://github.com/deepmodeling/dpti
305305
```
306-
- [PyPi](https://pypi.org/project/dpti) (📥 220 / month):
306+
- [PyPi](https://pypi.org/project/dpti) (📥 260 / month):
307307
```
308308
pip install dpti
309309
```
@@ -318,12 +318,24 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
318318
</details>
319319
<details><summary><b><a href="https://github.com/deepmodeling/GPUMD">GPUMD</a></b> (🥉10 · ⭐ 3 · 🐣) - Graphics Processing Units Molecular Dynamics. <code><a href="http://bit.ly/2M0xdwT">GPL-3.0</a></code></summary>
320320

321-
- [GitHub](https://github.com/deepmodeling/GPUMD) (👨‍💻 34 · ⏱️ 03.10.2024):
321+
- [GitHub](https://github.com/deepmodeling/GPUMD) (👨‍💻 34 · ⏱️ 16.10.2024):
322322

323323
```
324324
git clone https://github.com/deepmodeling/GPUMD
325325
```
326326
</details>
327+
<details><summary><b><a href="https://github.com/deepmodeling/fpop">fpop</a></b> (🥉9 · ⭐ 2 · 📈) - <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
328+
329+
- [GitHub](https://github.com/deepmodeling/fpop) (👨‍💻 4 · 🔀 11 · 📦 10 · ⏱️ 01.07.2024):
330+
331+
```
332+
git clone https://github.com/deepmodeling/fpop
333+
```
334+
- [PyPi](https://pypi.org/project/fpop) (📥 1.5K / month):
335+
```
336+
pip install fpop
337+
```
338+
</details>
327339
<details><summary><b><a href="https://github.com/deepmodeling/community">community</a></b> (🥉8 · ⭐ 82) - DeepModeling community content. <code>Unlicensed</code></summary>
328340

329341
- [GitHub](https://github.com/deepmodeling/community) (👨‍💻 17 · 🔀 21 · ⏱️ 26.09.2024):
@@ -339,7 +351,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
339351
```
340352
git clone https://github.com/deepmodeling/fealpy
341353
```
342-
- [PyPi](https://pypi.org/project/fealpy) (📥 390 / month):
354+
- [PyPi](https://pypi.org/project/fealpy) (📥 470 / month):
343355
```
344356
pip install fealpy
345357
```
@@ -351,31 +363,19 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
351363
```
352364
git clone https://github.com/deepmodeling/args
353365
```
354-
- [npm](https://www.npmjs.com/package/@deepmodeling/args) (📥 71 / month):
366+
- [npm](https://www.npmjs.com/package/@deepmodeling/args) (📥 41 / month):
355367
```
356368
npm install @deepmodeling/args
357369
```
358370
</details>
359-
<details><summary><b><a href="https://github.com/deepmodeling/fpop">fpop</a></b> (🥉8 · ⭐ 2) - <code><a href="http://bit.ly/37RvQcA">LGPL-3.0</a></code></summary>
360-
361-
- [GitHub](https://github.com/deepmodeling/fpop) (👨‍💻 4 · 🔀 11 · 📦 9 · ⏱️ 01.07.2024):
362-
363-
```
364-
git clone https://github.com/deepmodeling/fpop
365-
```
366-
- [PyPi](https://pypi.org/project/fpop) (📥 1.3K / month):
367-
```
368-
pip install fpop
369-
```
370-
</details>
371371
<details><summary><b><a href="https://github.com/deepmodeling/Uni-Fold">Uni-Fold</a></b> (🥉7 · ⭐ 91 · 💤) - <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>
372372

373373
- [GitHub](https://github.com/deepmodeling/Uni-Fold) (👨‍💻 3 · 🔀 18 · ⏱️ 18.08.2022):
374374

375375
```
376376
git clone https://github.com/deepmodeling/Uni-Fold
377377
```
378-
- [Docker Hub](https://hub.docker.com/r/dptechnology/unifold) (📥 720 · ⏱️ 08.01.2024):
378+
- [Docker Hub](https://hub.docker.com/r/dptechnology/unifold) (📥 730 · ⏱️ 08.01.2024):
379379
```
380380
docker pull dptechnology/unifold
381381
```
@@ -420,7 +420,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.5K
420420
git clone https://github.com/deepmodeling/docs
421421
```
422422
</details>
423-
<details><summary><b><a href="https://github.com/deepmodeling/AI4Science101">AI4Science101</a></b> (🥉5 · ⭐ 83 · 💤) - AI for Science. <code>Unlicensed</code></summary>
423+
<details><summary><b><a href="https://github.com/deepmodeling/AI4Science101">AI4Science101</a></b> (🥉5 · ⭐ 84 · 💤) - AI for Science. <code>Unlicensed</code></summary>
424424

425425
- [GitHub](https://github.com/deepmodeling/AI4Science101) (👨‍💻 5 · 🔀 13 · ⏱️ 04.09.2022):
426426

0 commit comments

Comments
 (0)