From a34f63fe3497f4b37c5470de19ad201e6f17be0b Mon Sep 17 00:00:00 2001 From: njzjz Date: Thu, 25 Jan 2024 18:13:29 +0000 Subject: [PATCH] Update best-of list for version 2024.01.25 --- README.md | 114 +++++++++++++++++--------------- history/2024-01-25_changes.md | 22 ++++++ history/2024-01-25_projects.csv | 35 ++++++++++ latest-changes.md | 18 ++++- 4 files changed, 135 insertions(+), 54 deletions(-) create mode 100644 history/2024-01-25_changes.md create mode 100644 history/2024-01-25_projects.csv diff --git a/README.md b/README.md index d848eb1..99c53b4 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,18 @@

- +

-This curated list contains 33 awesome open-source projects with a total of 2.7K stars grouped into 0 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/deepmodeling/deepmodeling-projects/issues/new/choose), submit a [pull request](https://github.com/deepmodeling/deepmodeling-projects/pulls), or directly edit the [projects.yaml](https://github.com/deepmodeling/deepmodeling-projects/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 34 awesome open-source projects with a total of 2.8K stars grouped into 0 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/deepmodeling/deepmodeling-projects/issues/new/choose), submit a [pull request](https://github.com/deepmodeling/deepmodeling-projects/pulls), or directly edit the [projects.yaml](https://github.com/deepmodeling/deepmodeling-projects/edit/main/projects.yaml). Contributions are very welcome! > 🧙‍♂️ Discover other [best-of lists](https://best-of.org) or [create your own](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). ## Contents -- [Others](#others) _33 projects_ +- [Others](#others) _34 projects_ ## Explanation - 🥇🥈🥉  Combined project-quality score @@ -44,22 +44,22 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K Back to top -
DeePMD-kit (🥇27 · ⭐ 1.3K · 📉) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 +
DeePMD-kit (🥇29 · ⭐ 1.3K · 📈) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 64 · 🔀 440 · 📥 31K · 📦 12 · 📋 500 - 7% open · ⏱️ 27.10.2023): +- [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 65 · 🔀 440 · 📥 31K · 📦 12 · 📋 500 - 6% open · ⏱️ 23.01.2024): ``` git clone https://github.com/deepmodeling/deepmd-kit ``` -- [PyPi](https://pypi.org/project/deepmd-kit) (📥 990 / month): +- [PyPi](https://pypi.org/project/deepmd-kit) (📥 1.2K / month): ``` pip install deepmd-kit ``` -- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 450K · ⏱️ 14.01.2024): +- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 450K · ⏱️ 23.01.2024): ``` conda install -c conda-forge deepmd-kit ``` -- [npm](https://www.npmjs.com/package/deepmd-kit) (📥 29 / month): +- [npm](https://www.npmjs.com/package/deepmd-kit) (📥 27 / month): ``` npm install deepmd-kit ``` @@ -68,70 +68,70 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K docker pull deepmodeling/deepmd-kit ```
-
DP-GEN (🥇23 · ⭐ 260) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 +
dpdata (🥇23 · ⭐ 170 · 📈) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 62 · 🔀 160 · 📥 1.6K · 📦 4 · 📋 260 - 8% open · ⏱️ 02.11.2023): +- [GitHub](https://github.com/deepmodeling/dpdata) (👨‍💻 51 · 🔀 110 · 📦 110 · 📋 80 - 12% open · ⏱️ 31.10.2023): ``` - git clone https://github.com/deepmodeling/dpgen + git clone https://github.com/deepmodeling/dpdata ``` -- [PyPi](https://pypi.org/project/dpgen) (📥 410 / month): +- [PyPi](https://pypi.org/project/dpdata) (📥 7.1K / month): ``` - pip install dpgen + pip install dpdata ``` -- [Conda](https://anaconda.org/conda-forge/dpgen) (📥 27K · ⏱️ 02.11.2023): +- [Conda](https://anaconda.org/conda-forge/dpdata) (📥 64K · ⏱️ 31.10.2023): ``` - conda install -c conda-forge dpgen + conda install -c conda-forge dpdata + ``` +- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdata) (📥 78 · ⏱️ 02.06.2023): + ``` + docker pull dptechnology/dpdata ```
-
dpdata (🥇22 · ⭐ 160) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 +
DP-GEN (🥇22 · ⭐ 260 · 📉) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpdata) (👨‍💻 51 · 🔀 110 · 📦 110 · 📋 80 - 12% open · ⏱️ 31.10.2023): +- [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 62 · 🔀 160 · 📥 1.6K · 📦 4 · 📋 260 - 8% open · ⏱️ 02.11.2023): ``` - git clone https://github.com/deepmodeling/dpdata - ``` -- [PyPi](https://pypi.org/project/dpdata) (📥 5.8K / month): - ``` - pip install dpdata + git clone https://github.com/deepmodeling/dpgen ``` -- [Conda](https://anaconda.org/conda-forge/dpdata) (📥 64K · ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/dpgen) (📥 370 / month): ``` - conda install -c conda-forge dpdata + pip install dpgen ``` -- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdata) (📥 74 · ⏱️ 02.06.2023): +- [Conda](https://anaconda.org/conda-forge/dpgen) (📥 27K · ⏱️ 02.11.2023): ``` - docker pull dptechnology/dpdata + conda install -c conda-forge dpgen ```
-
ABACUS (🥇22 · ⭐ 130) - An electronic structure package based on either plane wave basis or numerical atomic orbitals. LGPL-3.0 +
ABACUS (🥇22 · ⭐ 140) - An electronic structure package based on either plane wave basis or numerical atomic orbitals. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/abacus-develop) (👨‍💻 90 · 🔀 88 · 📋 1.1K - 12% open · ⏱️ 18.01.2024): +- [GitHub](https://github.com/deepmodeling/abacus-develop) (👨‍💻 91 · 🔀 87 · 📋 1.1K - 12% open · ⏱️ 25.01.2024): ``` git clone https://github.com/deepmodeling/abacus-develop ``` -- [Conda](https://anaconda.org/conda-forge/abacus) (📥 13K · ⏱️ 16.01.2024): +- [Conda](https://anaconda.org/conda-forge/abacus) (📥 14K · ⏱️ 16.01.2024): ``` conda install -c conda-forge abacus ```
dpdispatcher (🥇22 · ⭐ 36) - generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpdispatcher) (👨‍💻 43 · 🔀 47 · 📦 43 · 📋 63 - 20% open · ⏱️ 31.12.2023): +- [GitHub](https://github.com/deepmodeling/dpdispatcher) (👨‍💻 43 · 🔀 48 · 📦 43 · 📋 63 - 19% open · ⏱️ 22.01.2024): ``` git clone https://github.com/deepmodeling/dpdispatcher ``` -- [PyPi](https://pypi.org/project/dpdispatcher) (📥 2K / month): +- [PyPi](https://pypi.org/project/dpdispatcher) (📥 1.9K / month): ``` pip install dpdispatcher ``` -- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (📥 6.3K · ⏱️ 21.11.2023): +- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (📥 6.4K · ⏱️ 21.01.2024): ``` conda install -c conda-forge dpdispatcher ``` -- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (📥 86K · ⏱️ 20.11.2023): +- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (📥 87K · ⏱️ 21.01.2024): ``` docker pull dptechnology/dpdispatcher ``` @@ -158,32 +158,32 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K
DeepFlame (🥈16 · ⭐ 110) - A deep learning empowered open-source platform for reacting flow simulations. GPL-3.0 -- [GitHub](https://github.com/deepmodeling/deepflame-dev) (👨‍💻 20 · 🔀 53 · 📋 40 - 32% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/deepmodeling/deepflame-dev) (👨‍💻 20 · 🔀 53 · 📋 41 - 34% open · ⏱️ 04.01.2024): ``` git clone https://github.com/deepmodeling/deepflame-dev ```
-
DP-GUI (🥈16 · ⭐ 6) - A web-based GUI for user inputs. LGPL-3.0 +
DP-GUI (🥈15 · ⭐ 7 · 📉) - A web-based GUI for user inputs. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpgui) (👨‍💻 3 · 🔀 4 · 📦 4 · ⏱️ 18.01.2024): +- [GitHub](https://github.com/deepmodeling/dpgui) (👨‍💻 3 · 🔀 4 · 📦 5 · ⏱️ 24.01.2024): ``` git clone https://github.com/deepmodeling/dpgui ``` -- [PyPi](https://pypi.org/project/dpgui) (📥 5.4K / month): +- [PyPi](https://pypi.org/project/dpgui) (📥 7.7K / month): ``` pip install dpgui ```
-
dargs (🥈16 · ⭐ 5) - Argument processing for the deep modeling project. LGPL-3.0 +
dargs (🥈15 · ⭐ 5 · 📉) - Argument processing for the deep modeling project. LGPL-3.0 - [GitHub](https://github.com/deepmodeling/dargs) (👨‍💻 5 · 🔀 1 · 📦 110 · 📋 7 - 14% open · ⏱️ 01.11.2023): ``` git clone https://github.com/deepmodeling/dargs ``` -- [PyPi](https://pypi.org/project/dargs) (📥 9.6K / month): +- [PyPi](https://pypi.org/project/dargs) (📥 13K / month): ``` pip install dargs ``` @@ -199,7 +199,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K ``` git clone https://github.com/deepmodeling/DMFF ``` -- [Conda](https://anaconda.org/conda-forge/dmff) (📥 69 · ⏱️ 06.01.2024): +- [Conda](https://anaconda.org/conda-forge/dmff) (📥 80 · ⏱️ 06.01.2024): ``` conda install -c conda-forge dmff ``` @@ -211,7 +211,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K ``` git clone https://github.com/deepmodeling/rid-kit ``` -- [PyPi](https://pypi.org/project/rid-kit) (📥 90 / month): +- [PyPi](https://pypi.org/project/rid-kit) (📥 86 / month): ``` pip install rid-kit ``` @@ -231,7 +231,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K ``` git clone https://github.com/deepmodeling/dpgen2 ``` -- [PyPi](https://pypi.org/project/dpgen2) (📥 66 / month): +- [PyPi](https://pypi.org/project/dpgen2) (📥 65 / month): ``` pip install dpgen2 ``` @@ -247,7 +247,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K ``` git clone https://github.com/deepmodeling/APEX ``` -- [PyPi](https://pypi.org/project/apex-flow) (📥 42 / month): +- [PyPi](https://pypi.org/project/apex-flow) (📥 43 / month): ``` pip install apex-flow ``` @@ -264,24 +264,32 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K pip install deepmodeling_sphinx ```
-
args (🥉11 · ⭐ 2) - DeepModeling dargs arguments generation. LGPL-3.0 +
DeePKS-kit (🥉10 · ⭐ 96 · 💤) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/args) (👨‍💻 2 · 🔀 1 · 📦 5 · ⏱️ 27.11.2023): +- [GitHub](https://github.com/deepmodeling/deepks-kit) (👨‍💻 6 · 🔀 31 · 📋 14 - 14% open · ⏱️ 01.04.2023): + + ``` + git clone https://github.com/deepmodeling/deepks-kit + ``` +
+
args (🥉10 · ⭐ 2 · 📉) - DeepModeling dargs arguments generation. LGPL-3.0 + +- [GitHub](https://github.com/deepmodeling/args) (👨‍💻 2 · 🔀 1 · 📦 5 · ⏱️ 22.01.2024): ``` git clone https://github.com/deepmodeling/args ``` -- [npm](https://www.npmjs.com/package/@deepmodeling/args) (📥 280 / month): +- [npm](https://www.npmjs.com/package/@deepmodeling/args) (📥 320 / month): ``` npm install @deepmodeling/args ```
-
DeePKS-kit (🥉10 · ⭐ 96 · 💤) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 +
JAX-FEM (🥉9 · ⭐ 59 · 🐣) - Differentiable Finite Element Method with JAX. GPL-3.0 -- [GitHub](https://github.com/deepmodeling/deepks-kit) (👨‍💻 6 · 🔀 31 · 📋 13 - 7% open · ⏱️ 01.04.2023): +- [GitHub](https://github.com/deepmodeling/jax-fem) (👨‍💻 7 · 🔀 10 · 📋 16 - 81% open · ⏱️ 20.01.2024): ``` - git clone https://github.com/deepmodeling/deepks-kit + git clone https://github.com/deepmodeling/jax-fem ```
dpti (🥉9 · ⭐ 15) - A Python Package to Automate Thermodynamic Integration Calculations for Free Energy. LGPL-3.0 @@ -291,7 +299,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K ``` git clone https://github.com/deepmodeling/dpti ``` -- [PyPi](https://pypi.org/project/dpti) (📥 35 / month): +- [PyPi](https://pypi.org/project/dpti) (📥 31 / month): ``` pip install dpti ``` @@ -303,7 +311,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K ``` git clone https://github.com/deepmodeling/fealpy ``` -- [PyPi](https://pypi.org/project/fealpy) (📥 51 / month): +- [PyPi](https://pypi.org/project/fealpy) (📥 49 / month): ``` pip install fealpy ``` @@ -330,7 +338,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K
Blog (🥉8 · ⭐ 1) - DeepModeling Blog. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/blog) (👨‍💻 5 · 🔀 5 · ⏱️ 15.01.2024): +- [GitHub](https://github.com/deepmodeling/blog) (👨‍💻 5 · 🔀 5 · ⏱️ 19.01.2024): ``` git clone https://github.com/deepmodeling/blog @@ -364,7 +372,7 @@ This curated list contains 33 awesome open-source projects with a total of 2.7K pip install fpop ```
-
AI4Science101 (🥉5 · ⭐ 75 · 💤) - AI for Science. Unlicensed +
AI4Science101 (🥉5 · ⭐ 77 · 💤) - AI for Science. Unlicensed - [GitHub](https://github.com/deepmodeling/AI4Science101) (👨‍💻 5 · 🔀 12 · ⏱️ 04.09.2022): diff --git a/history/2024-01-25_changes.md b/history/2024-01-25_changes.md new file mode 100644 index 0000000..425b02a --- /dev/null +++ b/history/2024-01-25_changes.md @@ -0,0 +1,22 @@ +## 📈 Trending Up + +_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._ + +- DeePMD-kit (🥇29 · ⭐ 1.3K · 📈) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 +- dpdata (🥇23 · ⭐ 170 · 📈) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- DP-GEN (🥇22 · ⭐ 260 · 📉) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 +- DP-GUI (🥈15 · ⭐ 7 · 📉) - A web-based GUI for user inputs. LGPL-3.0 +- dargs (🥈15 · ⭐ 5 · 📉) - Argument processing for the deep modeling project. LGPL-3.0 +- args (🥉10 · ⭐ 2 · 📉) - DeepModeling dargs arguments generation. LGPL-3.0 + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- JAX-FEM (🥉9 · ⭐ 59 · 🐣) - Differentiable Finite Element Method with JAX. GPL-3.0 + diff --git a/history/2024-01-25_projects.csv b/history/2024-01-25_projects.csv new file mode 100644 index 0000000..f1fa695 --- /dev/null +++ b/history/2024-01-25_projects.csv @@ -0,0 +1,35 @@ +,name,github_id,pypi_id,conda_id,npm_id,dockerhub_id,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,description,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,npm_url,npm_monthly_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank,show,category,projectrank_placing,trending,new_addition +0,DeePMD-kit,deepmodeling/deepmd-kit,deepmd-kit,conda-forge/deepmd-kit,deepmd-kit,deepmodeling/deepmd-kit,https://github.com/deepmodeling/deepmd-kit,https://github.com/deepmodeling/deepmd-kit,LGPL-3.0,2017-12-12 15:23:44,2024-01-25 15:55:58.000000,2024-01-23 03:28:58,2452,98.0,444.0,47,1471.0,34.0,468.0,1304.0,2024-01-23 03:41:10,2.2.8,31323.0,15640.0,41.0,A deep learning package for many-body potential energy representation and molecular dynamics.,12.0,12.0,65,https://pypi.org/project/deepmd-kit,1248.0,https://anaconda.org/conda-forge/deepmd-kit,2024-01-23 07:35:03.777,452437.0,https://www.npmjs.com/package/deepmd-kit,27.0,https://hub.docker.com/r/deepmodeling/deepmd-kit,2023-10-29 23:31:03.651515,1.0,2138.0,29,True,others,1.0,2.0, +1,dpdata,deepmodeling/dpdata,dpdata,conda-forge/dpdata,,dptechnology/dpdata,https://github.com/deepmodeling/dpdata,https://github.com/deepmodeling/dpdata,LGPL-3.0,2019-04-12 13:24:23,2024-01-24 03:22:33.000000,2023-10-31 01:50:24,666,4.0,112.0,9,412.0,10.0,70.0,166.0,2023-10-31 02:23:47,0.2.17,,8643.0,33.0,"Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc.",110.0,110.0,51,https://pypi.org/project/dpdata,7087.0,https://anaconda.org/conda-forge/dpdata,2023-10-31 03:26:18.565,63780.0,,,https://hub.docker.com/r/dptechnology/dpdata,2023-06-02 09:30:14.674068,,78.0,23,True,others,1.0,1.0, +2,DP-GEN,deepmodeling/dpgen,dpgen,conda-forge/dpgen,,,https://github.com/deepmodeling/dpgen,https://github.com/deepmodeling/dpgen,LGPL-3.0,2019-06-13 11:43:56,2024-01-24 02:24:36.000000,2023-11-02 05:59:11,2047,9.0,162.0,13,768.0,23.0,237.0,262.0,2023-11-02 06:14:15,0.12.0,1595.0,1017.0,17.0,The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field.,4.0,4.0,62,https://pypi.org/project/dpgen,369.0,https://anaconda.org/conda-forge/dpgen,2023-11-02 08:08:32.395,26570.0,,,,,,,22,True,others,1.0,-1.0, +3,ABACUS,deepmodeling/abacus-develop,,conda-forge/abacus,,,https://github.com/deepmodeling/abacus-develop,https://github.com/deepmodeling/abacus-develop,LGPL-3.0,2021-02-01 04:04:52,2024-01-25 17:50:24.000000,2024-01-25 08:07:41,6030,177.0,87.0,11,2361.0,145.0,972.0,136.0,2024-01-15 08:12:16,3.5.1,,2341.0,41.0,An electronic structure package based on either plane wave basis or numerical atomic orbitals.,,,91,,,https://anaconda.org/conda-forge/abacus,2024-01-16 04:26:14.234,14048.0,,,,,,,22,True,others,1.0,, +4,dpdispatcher,deepmodeling/dpdispatcher,dpdispatcher,conda-forge/dpdispatcher,,dptechnology/dpdispatcher,https://github.com/deepmodeling/dpdispatcher,https://github.com/deepmodeling/dpdispatcher,LGPL-3.0,2020-12-08 05:14:37,2024-01-22 19:50:27.000000,2024-01-22 18:44:30,1047,24.0,48.0,6,348.0,12.0,51.0,36.0,2024-01-21 20:29:17,0.6.4,,4690.0,44.0,generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish.,43.0,43.0,43,https://pypi.org/project/dpdispatcher,1944.0,https://anaconda.org/conda-forge/dpdispatcher,2024-01-21 21:21:34.817,6430.0,,,https://hub.docker.com/r/dptechnology/dpdispatcher,2024-01-21 20:33:39.770335,,86773.0,22,True,others,1.0,, +5,dflow,deepmodeling/dflow,dflow,conda-forge/dflow,,dptechnology/dflow,https://github.com/deepmodeling/dflow,https://github.com/deepmodeling/dflow,LGPL-3.0,2022-01-21 08:14:36,2024-01-15 06:37:29.930249,2024-01-15 06:34:48,1886,114.0,20.0,1,721.0,13.0,21.0,45.0,2024-01-15 06:35:17,1.8.45,,136.0,100.0,Dflow is a Python framework for constructing scientific computing workflows (e.g. concurrent learning workflows)..,,,21,https://pypi.org/project/dflow,,https://anaconda.org/conda-forge/dflow,,,,,https://hub.docker.com/r/dptechnology/dflow,2024-01-15 06:37:29.930249,,3268.0,17,True,others,2.0,, +6,DeepFlame,deepmodeling/deepflame-dev,,,,,https://github.com/deepmodeling/deepflame-dev,https://github.com/deepmodeling/deepflame-dev,GPL-3.0,2022-06-12 10:25:12,2024-01-25 15:54:44.000000,2024-01-04 10:50:26,1035,88.0,53.0,6,392.0,14.0,27.0,108.0,2023-12-30 11:36:14,1.3.0,,,18.0,A deep learning empowered open-source platform for reacting flow simulations.,,,20,,,,,,,,,,,,16,True,others,2.0,, +7,DP-GUI,deepmodeling/dpgui,dpgui,,,,https://github.com/deepmodeling/dpgui,https://github.com/deepmodeling/dpgui,LGPL-3.0,2021-07-21 18:48:23,2024-01-24 10:59:43.000000,2024-01-24 03:12:56,277,35.0,4.0,7,374.0,,1.0,7.0,2023-10-13 05:16:09,1.0.0,,7749.0,4.0,A web-based GUI for user inputs.,5.0,5.0,3,https://pypi.org/project/dpgui,7749.0,,,,,,,,,,15,True,others,2.0,-1.0, +8,dargs,deepmodeling/dargs,dargs,conda-forge/dargs,,,https://github.com/deepmodeling/dargs,https://github.com/deepmodeling/dargs,LGPL-3.0,2020-09-19 22:20:28,2024-01-22 19:50:27.000000,2023-11-01 01:04:08,118,2.0,1.0,7,36.0,1.0,6.0,5.0,2023-11-01 01:06:32,0.4.3,,13140.0,24.0,Argument processing for the deep modeling project.,108.0,108.0,5,https://pypi.org/project/dargs,12503.0,https://anaconda.org/conda-forge/dargs,2023-11-01 02:18:10.497,21041.0,,,,,,,15,True,others,2.0,-1.0, +9,DMFF,deepmodeling/DMFF,,conda-forge/dmff,,,https://github.com/deepmodeling/DMFF,https://github.com/deepmodeling/DMFF,LGPL-3.0,2022-02-14 01:35:50,2024-01-23 02:02:55.000000,2024-01-12 00:58:20,431,7.0,37.0,11,143.0,8.0,14.0,129.0,2023-11-09 14:32:37,1.0.0,,80.0,4.0,DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable..,,,14,,,https://anaconda.org/conda-forge/dmff,2024-01-06 07:33:02.470,80.0,,,,,,,14,True,others,2.0,, +10,rid-kit,deepmodeling/rid-kit,rid-kit,,,,https://github.com/deepmodeling/rid-kit,https://github.com/deepmodeling/rid-kit,LGPL-3.0,2021-02-02 02:44:00,2023-09-22 08:53:26.000000,2023-09-22 08:42:39,469,,20.0,5,18.0,,3.0,41.0,2023-08-29 13:51:28,0.6.2,142.0,90.0,4.0,Reinforced dynamics.,,,14,https://pypi.org/project/rid-kit,86.0,,,,,,,,,,12,True,others,2.0,, +11,DeePTB,deepmodeling/DeePTB,,,,,https://github.com/deepmodeling/DeePTB,https://github.com/deepmodeling/DeePTB,LGPL-3.0,2023-07-11 03:19:42,2024-01-25 08:43:12.000000,2024-01-08 15:13:56,560,14.0,9.0,1,38.0,5.0,14.0,25.0,2023-12-29 07:07:31,1.0.3,,,4.0,DeePTB: A deep learning package for tight-binding approach with ab initio accuracy.,,,5,,,,,,,,,,,,12,True,others,2.0,, +12,DPGEN2,deepmodeling/dpgen2,dpgen2,,,dptechnology/dpgen2,https://github.com/deepmodeling/dpgen2,https://github.com/deepmodeling/dpgen2,LGPL-3.0,2022-02-28 02:41:16,2023-12-19 06:57:07.162596,2023-12-19 06:56:08,246,1.0,14.0,7,157.0,8.0,13.0,21.0,2023-01-28 03:43:25,0.0.7,,167.0,7.0,2nd generation of the Deep Potential GENerator.,1.0,1.0,10,https://pypi.org/project/dpgen2,65.0,,,,,,https://hub.docker.com/r/dptechnology/dpgen2,2023-12-19 06:57:07.162596,,2364.0,12,True,others,2.0,, +13,APEX,deepmodeling/APEX,apex-flow,,,,https://github.com/deepmodeling/APEX,https://github.com/deepmodeling/APEX,LGPL-3.0,2023-04-20 06:13:42,2023-11-17 03:59:16.000000,2023-11-17 03:59:16,295,16.0,9.0,7,47.0,,2.0,10.0,2023-09-25 09:25:46,1.0.1,,43.0,3.0,APEX: Alloy Properties EXplorer using simulations.,,,4,https://pypi.org/project/apex-flow,43.0,,,,,,,,,,12,True,others,2.0,, +14,deepmodeling_sphinx,deepmodeling/deepmodeling_sphinx,deepmodeling_sphinx,,,,https://github.com/deepmodeling/deepmodeling_sphinx,https://github.com/deepmodeling/deepmodeling_sphinx,LGPL-3.0,2022-03-04 00:19:06,2024-01-22 19:50:26.000000,2023-12-17 21:15:37,55,3.0,5.0,6,47.0,,,2.0,2023-12-17 21:15:58,0.2.5,,1814.0,18.0,Sphinx extension for DeepModeling projects.,,,5,https://pypi.org/project/deepmodeling_sphinx,1814.0,,,,,,,,,,12,True,others,2.0,, +15,DeePKS-kit,deepmodeling/deepks-kit,,,,,https://github.com/deepmodeling/deepks-kit,https://github.com/deepmodeling/deepks-kit,LGPL-3.0,2020-07-29 03:27:50,2023-12-05 01:46:58.000000,2023-04-01 01:14:46,380,,31.0,13,40.0,2.0,12.0,96.0,,,,,,a package for developing machine learning-based chemically accurate energy and density functional models.,,,6,,,,,,,,,,,,10,True,others,3.0,, +16,args,deepmodeling/args,,,@deepmodeling/args,,https://github.com/deepmodeling/args,https://github.com/deepmodeling/args,LGPL-3.0,2021-12-27 03:27:24,2024-01-22 18:15:36.000000,2024-01-22 18:15:35,56,9.0,1.0,7,30.0,,,2.0,2023-11-06 23:04:16,0.0.15,,321.0,14.0,DeepModeling dargs arguments generation.,5.0,5.0,2,,,,,,https://www.npmjs.com/package/@deepmodeling/args,321.0,,,,,10,True,others,3.0,-1.0, +17,JAX-FEM,deepmodeling/jax-fem,,,,,https://github.com/deepmodeling/jax-fem,https://github.com/deepmodeling/jax-fem,GPL-3.0,2023-10-02 15:20:54,2024-01-20 14:01:41.000000,2024-01-20 12:56:58,154,16.0,10.0,3,2.0,13.0,3.0,59.0,,,,,,Differentiable Finite Element Method with JAX.,,,7,,,,,,,,,,,,9,True,others,3.0,,True +18,dpti,deepmodeling/dpti,dpti,,,,https://github.com/deepmodeling/dpti,https://github.com/deepmodeling/dpti,LGPL-3.0,2021-04-04 13:57:37,2024-01-15 06:12:26.000000,2023-07-05 08:29:35,369,,17.0,8,40.0,5.0,,15.0,,,,31.0,,A Python Package to Automate Thermodynamic Integration Calculations for Free Energy.,,,13,https://pypi.org/project/dpti,31.0,,,,,,,,,,9,True,others,3.0,, +19,fealpy,deepmodeling/fealpy,fealpy,,,,https://github.com/deepmodeling/fealpy,https://github.com/deepmodeling/fealpy,,2023-04-10 03:58:57,2023-11-20 13:27:40.000000,2023-11-20 02:01:26,5525,98.0,,1,,,,2.0,,,,49.0,,Finite Element Analysis Library in Python.,,,57,https://pypi.org/project/fealpy,49.0,,,,,,,,,,9,True,others,3.0,, +20,Uni-Fold,deepmodeling/Uni-Fold,,,,dptechnology/unifold,https://github.com/deepmodeling/Uni-Fold,https://github.com/deepmodeling/Uni-Fold,Apache-2.0,2021-12-07 14:40:37,2024-01-08 06:24:09.367953,2022-08-18 15:27:32,29,,18.0,5,1.0,,1.0,90.0,,,,22.0,,,,,3,,,,,,,,https://hub.docker.com/r/dptechnology/unifold,2024-01-08 06:24:09.367953,,553.0,8,True,others,3.0,, +21,AIS-Square,deepmodeling/AIS-Square,,,,,https://github.com/deepmodeling/AIS-Square,https://github.com/deepmodeling/AIS-Square,LGPL-3.0,2022-09-13 09:52:30,2023-12-06 03:08:57.000000,2023-12-06 03:06:55,469,119.0,5.0,8,208.0,4.0,1.0,7.0,,,,,,,,,8,,,,,,,,,,,,8,True,others,3.0,, +22,Blog,deepmodeling/blog,,,,,https://github.com/deepmodeling/blog,https://github.com/deepmodeling/blog,LGPL-3.0,2021-06-10 23:11:55,2024-01-22 21:39:57.000000,2024-01-19 22:22:27,157,20.0,5.0,7,83.0,,,1.0,,,,,,DeepModeling Blog.,,,5,,,,,,,,,,,,8,True,others,3.0,, +23,community,deepmodeling/community,,,,,https://github.com/deepmodeling/community,https://github.com/deepmodeling/community,,2021-05-06 04:50:02,2024-01-03 02:46:57.000000,2024-01-03 02:46:57,92,7.0,17.0,11,28.0,1.0,4.0,73.0,,,,,,DeepModeling community content.,,,15,,,,,,,,,,,,7,True,others,3.0,, +24,docs,deepmodeling/docs,,,,,https://github.com/deepmodeling/docs,https://github.com/deepmodeling/docs,LGPL-3.0,2021-07-05 00:32:29,2023-12-17 21:17:05.000000,2023-12-17 21:17:05,24,2.0,6.0,6,19.0,,,3.0,,,,,,The home page of DeepModeling documentation.,,,7,,,,,,,,,,,,6,True,others,3.0,, +25,fpop,deepmodeling/fpop,fpop,,,,https://github.com/deepmodeling/fpop,https://github.com/deepmodeling/fpop,LGPL-3.0,2023-02-10 03:16:47,2023-04-26 06:04:27.000000,2023-04-26 06:03:56,37,,5.0,9,17.0,3.0,,1.0,,,,171.0,,,3.0,3.0,2,https://pypi.org/project/fpop,171.0,,,,,,,,,,6,True,others,3.0,, +26,AI4Science101,deepmodeling/AI4Science101,,,,,https://github.com/deepmodeling/AI4Science101,https://github.com/deepmodeling/AI4Science101,,2022-06-19 02:26:48,2022-09-04 02:06:18.000000,2022-09-04 02:06:18,139,,12.0,10,28.0,,1.0,77.0,,,,,,AI for Science.,,,5,,,,,,,,,,,,5,True,others,3.0,, +27,tutorials,deepmodeling/tutorials,,,,,https://github.com/deepmodeling/tutorials,https://github.com/deepmodeling/tutorials,,2022-03-07 06:19:19,2023-11-13 07:45:42.000000,2022-09-26 07:49:48,136,,20.0,6,61.0,,2.0,12.0,,,,,,Tutorials for DeepModeling projects.,,,10,,,,,,,,,,,,5,True,others,3.0,, +28,DeepH-pack,deepmodeling/DeepH-pack,,,,,https://github.com/deepmodeling/DeepH-pack,https://github.com/deepmodeling/DeepH-pack,LGPL-3.0,2022-07-19 08:07:24,2023-12-29 02:24:02.000000,2023-12-28 12:48:09,56,2.0,5.0,2,1.0,1.0,2.0,10.0,,,,,,Deep neural networks for density functional theory Hamiltonian.,,,6,,,,,,,,,,,,4,True,others,3.0,, +29,tutorials-cn,deepmodeling/tutorials-cn,,,,,https://github.com/deepmodeling/tutorials-cn,https://github.com/deepmodeling/tutorials-cn,LGPL-2.1,2022-03-30 07:39:32,2022-12-29 11:58:55.000000,2022-12-29 11:58:55,9,,6.0,6,11.0,,,3.0,,,,,,,,,4,,,,,,,,,,,,4,True,others,3.0,, +30,ADMP,deepmodeling/ADMP,,,,,https://github.com/deepmodeling/ADMP,https://github.com/deepmodeling/ADMP,,2021-12-26 07:22:47,2022-02-17 11:03:54.000000,2022-02-15 02:13:59,120,,1.0,1,5.0,,,2.0,,,,,,Automatic Differentiation Multipole Moment Molecular Forcefield.,,,7,,,,,,,,,,,,2,True,others,3.0,, +31,LibRI,deepmodeling/LibRI,,,,,https://github.com/deepmodeling/LibRI,https://github.com/deepmodeling/LibRI,GPL-3.0,2023-04-19 02:10:20,2023-04-10 15:53:42.000000,2023-04-10 15:53:42,80,,,2,,2.0,1.0,6.0,,,,,,,,,2,,,,,,,,,,,,1,True,others,3.0,, +32,openfinite,deepmodeling/openfinite,,,,,https://github.com/deepmodeling/openfinite,https://github.com/deepmodeling/openfinite,LGPL-3.0,2021-10-10 08:56:48,2021-10-06 08:22:21.000000,2021-10-06 08:13:39,13,,,1,,,,1.0,,,,,,,,,2,,,,,,,,,,,,0,True,others,,, +33,dflow-op-cutter,deepmodeling/dflow-op-cutter,,,,,https://github.com/deepmodeling/dflow-op-cutter,https://github.com/deepmodeling/dflow-op-cutter,,2022-06-24 01:31:42,2022-07-06 09:54:14.000000,2022-07-06 09:54:08,4,,,5,,,1.0,,,,,,,,,,2,,,,,,,,,,,,0,True,others,,, diff --git a/latest-changes.md b/latest-changes.md index 638dcdc..425b02a 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -1,6 +1,22 @@ +## 📈 Trending Up + +_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._ + +- DeePMD-kit (🥇29 · ⭐ 1.3K · 📈) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 +- dpdata (🥇23 · ⭐ 170 · 📈) - Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc. LGPL-3.0 + ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- DeePMD-kit (🥇27 · ⭐ 1.3K · 📉) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 +- DP-GEN (🥇22 · ⭐ 260 · 📉) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 +- DP-GUI (🥈15 · ⭐ 7 · 📉) - A web-based GUI for user inputs. LGPL-3.0 +- dargs (🥈15 · ⭐ 5 · 📉) - Argument processing for the deep modeling project. LGPL-3.0 +- args (🥉10 · ⭐ 2 · 📉) - DeepModeling dargs arguments generation. LGPL-3.0 + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- JAX-FEM (🥉9 · ⭐ 59 · 🐣) - Differentiable Finite Element Method with JAX. GPL-3.0