diff --git a/README.md b/README.md index 1f918c9..4ecc726 100644 --- a/README.md +++ b/README.md @@ -44,38 +44,38 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K Back to top -
DeePMD-kit (🥇29 · ⭐ 1.4K · 📈) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 +
DeePMD-kit (🥇28 · ⭐ 1.4K · 📉) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 69 · 🔀 470 · 📥 36K · 📦 16 · 📋 720 - 9% open · ⏱️ 03.07.2024): +- [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 69 · 🔀 470 · 📥 37K · 📦 16 · 📋 720 - 9% open · ⏱️ 06.07.2024): ``` git clone https://github.com/deepmodeling/deepmd-kit ``` -- [PyPi](https://pypi.org/project/deepmd-kit) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/deepmd-kit) (📥 1.6K / month): ``` pip install deepmd-kit ``` -- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 720K · ⏱️ 05.06.2024): +- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 750K · ⏱️ 07.07.2024): ``` conda install -c conda-forge deepmd-kit ``` -- [npm](https://www.npmjs.com/package/deepmd-kit) (📥 10 / month): +- [npm](https://www.npmjs.com/package/deepmd-kit) (📥 33 / month): ``` npm install deepmd-kit ``` -- [Docker Hub](https://hub.docker.com/r/deepmodeling/deepmd-kit) (📥 2.3K · ⭐ 1 · ⏱️ 02.07.2024): +- [Docker Hub](https://hub.docker.com/r/deepmodeling/deepmd-kit) (📥 2.5K · ⭐ 1 · ⏱️ 08.07.2024): ``` docker pull deepmodeling/deepmd-kit ```
ABACUS (🥇25 · ⭐ 150) - An electronic structure package based on either plane wave basis or numerical atomic orbitals. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/abacus-develop) (👨‍💻 120 · 🔀 120 · 📋 1.6K - 12% open · ⏱️ 04.07.2024): +- [GitHub](https://github.com/deepmodeling/abacus-develop) (👨‍💻 120 · 🔀 120 · 📋 1.6K - 12% open · ⏱️ 11.07.2024): ``` git clone https://github.com/deepmodeling/abacus-develop ``` -- [Conda](https://anaconda.org/conda-forge/abacus) (📥 73K · ⏱️ 07.06.2024): +- [Conda](https://anaconda.org/conda-forge/abacus) (📥 77K · ⏱️ 07.06.2024): ``` conda install -c conda-forge abacus ``` @@ -87,7 +87,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K ``` git clone https://github.com/deepmodeling/dpdata ``` -- [PyPi](https://pypi.org/project/dpdata) (📥 56K / month): +- [PyPi](https://pypi.org/project/dpdata) (📥 51K / month): ``` pip install dpdata ``` @@ -100,40 +100,40 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K docker pull dptechnology/dpdata ```
-
dpdispatcher (🥇22 · ⭐ 42) - generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish. LGPL-3.0 +
DP-GEN (🥇22 · ⭐ 290 · 📈) - 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/dpdispatcher) (👨‍💻 46 · 🔀 53 · 📦 48 · 📋 71 - 22% open · ⏱️ 20.06.2024): +- [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 64 · 🔀 170 · 📥 1.7K · 📦 6 · 📋 280 - 9% open · ⏱️ 10.04.2024): ``` - git clone https://github.com/deepmodeling/dpdispatcher - ``` -- [PyPi](https://pypi.org/project/dpdispatcher) (📥 1K / month): - ``` - pip install dpdispatcher + git clone https://github.com/deepmodeling/dpgen ``` -- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (📥 10K · ⏱️ 01.06.2024): +- [PyPi](https://pypi.org/project/dpgen) (📥 430 / month): ``` - conda install -c conda-forge dpdispatcher + pip install dpgen ``` -- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (📥 100K · ⏱️ 27.05.2024): +- [Conda](https://anaconda.org/conda-forge/dpgen) (📥 30K · ⏱️ 10.04.2024): ``` - docker pull dptechnology/dpdispatcher + conda install -c conda-forge dpgen ```
-
DP-GEN (🥈21 · ⭐ 280 · 📉) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 +
dpdispatcher (🥇22 · ⭐ 42) - 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/dpgen) (👨‍💻 64 · 🔀 170 · 📥 1.7K · 📦 6 · 📋 280 - 9% open · ⏱️ 10.04.2024): +- [GitHub](https://github.com/deepmodeling/dpdispatcher) (👨‍💻 46 · 🔀 53 · 📦 48 · 📋 71 - 22% open · ⏱️ 07.07.2024): ``` - git clone https://github.com/deepmodeling/dpgen + git clone https://github.com/deepmodeling/dpdispatcher ``` -- [PyPi](https://pypi.org/project/dpgen) (📥 370 / month): +- [PyPi](https://pypi.org/project/dpdispatcher) (📥 1.2K / month): ``` - pip install dpgen + pip install dpdispatcher ``` -- [Conda](https://anaconda.org/conda-forge/dpgen) (📥 29K · ⏱️ 10.04.2024): +- [Conda](https://anaconda.org/conda-forge/dpdispatcher) (📥 10K · ⏱️ 01.06.2024): ``` - conda install -c conda-forge dpgen + conda install -c conda-forge dpdispatcher + ``` +- [Docker Hub](https://hub.docker.com/r/dptechnology/dpdispatcher) (📥 100K · ⏱️ 27.05.2024): + ``` + docker pull dptechnology/dpdispatcher ```
reacnetgenerator (🥈20 · ⭐ 62) - an automatic reaction network generator for reactive molecular dynamics simulation. LGPL-3.0 @@ -143,27 +143,27 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K ``` git clone https://github.com/deepmodeling/reacnetgenerator ``` -- [PyPi](https://pypi.org/project/reacnetgenerator) (📥 820 / month): +- [PyPi](https://pypi.org/project/reacnetgenerator) (📥 860 / month): ``` pip install reacnetgenerator ``` -- [Conda](https://anaconda.org/conda-forge/reacnetgenerator) (📥 330K · ⏱️ 10.05.2024): +- [Conda](https://anaconda.org/conda-forge/reacnetgenerator) (📥 340K · ⏱️ 10.05.2024): ``` conda install -c conda-forge reacnetgenerator ```
dargs (🥈19 · ⭐ 5) - Argument processing for the deep modeling project. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dargs) (👨‍💻 7 · 🔀 3 · 📦 120 · 📋 8 - 25% open · ⏱️ 28.06.2024): +- [GitHub](https://github.com/deepmodeling/dargs) (👨‍💻 7 · 🔀 3 · 📦 120 · 📋 8 - 25% open · ⏱️ 07.07.2024): ``` git clone https://github.com/deepmodeling/dargs ``` -- [PyPi](https://pypi.org/project/dargs) (📥 91K / month): +- [PyPi](https://pypi.org/project/dargs) (📥 83K / month): ``` pip install dargs ``` -- [Conda](https://anaconda.org/conda-forge/dargs) (📥 26K · ⏱️ 13.06.2024): +- [Conda](https://anaconda.org/conda-forge/dargs) (📥 27K · ⏱️ 13.06.2024): ``` conda install -c conda-forge dargs ``` @@ -188,88 +188,88 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K docker pull dptechnology/dflow ```
-
DeePTB (🥈16 · ⭐ 33) - DeePTB: A deep learning package for tight-binding approach with ab initio accuracy. LGPL-3.0 +
DeePTB (🥈17 · ⭐ 34 · 📈) - DeePTB: A deep learning package for tight-binding approach with ab initio accuracy. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/DeePTB) (👨‍💻 9 · 🔀 12 · 📦 1 · 📋 34 - 26% open · ⏱️ 02.07.2024): +- [GitHub](https://github.com/deepmodeling/DeePTB) (👨‍💻 9 · 🔀 12 · 📦 1 · 📋 34 - 26% open · ⏱️ 05.07.2024): ``` git clone https://github.com/deepmodeling/DeePTB ``` -- [PyPi](https://pypi.org/project/dptb) (📥 47 / month): +- [PyPi](https://pypi.org/project/dptb) (📥 180 / month): ``` pip install dptb ```
-
DPGEN2 (🥈16 · ⭐ 30 · 📈) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 +
DPGEN2 (🥈17 · ⭐ 31 · 📈) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpgen2) (👨‍💻 13 · 🔀 22 · 📦 3 · 📋 32 - 34% open · ⏱️ 02.07.2024): +- [GitHub](https://github.com/deepmodeling/dpgen2) (👨‍💻 14 · 🔀 22 · 📦 4 · 📋 32 - 28% open · ⏱️ 09.07.2024): ``` git clone https://github.com/deepmodeling/dpgen2 ``` -- [PyPi](https://pypi.org/project/dpgen2) (📥 37 / month): +- [PyPi](https://pypi.org/project/dpgen2) (📥 61 / month): ``` pip install dpgen2 ``` -- [Docker Hub](https://hub.docker.com/r/dptechnology/dpgen2) (📥 2.9K · ⏱️ 02.07.2024): +- [Docker Hub](https://hub.docker.com/r/dptechnology/dpgen2) (📥 2.9K · ⏱️ 09.07.2024): ``` docker pull dptechnology/dpgen2 ```
-
DeepFlame (🥈15 · ⭐ 130 · 📉) - A deep learning empowered open-source platform for reacting flow simulations. GPL-3.0 +
DeepFlame (🥈15 · ⭐ 130) - A deep learning empowered open-source platform for reacting flow simulations. GPL-3.0 -- [GitHub](https://github.com/deepmodeling/deepflame-dev) (👨‍💻 23 · 🔀 55 · 📋 45 - 35% open · ⏱️ 21.06.2024): +- [GitHub](https://github.com/deepmodeling/deepflame-dev) (👨‍💻 23 · 🔀 56 · 📋 45 - 35% open · ⏱️ 11.07.2024): ``` git clone https://github.com/deepmodeling/deepflame-dev ```
-
APEX (🥈15 · ⭐ 19) - APEX: Alloy Properties EXplorer using simulations. LGPL-3.0 +
JAX-FEM (🥈14 · ⭐ 200) - Differentiable Finite Element Method with JAX. GPL-3.0 -- [GitHub](https://github.com/deepmodeling/APEX) (👨‍💻 6 · 🔀 15 · 📦 1 · 📋 6 - 16% open · ⏱️ 06.05.2024): +- [GitHub](https://github.com/deepmodeling/jax-fem) (👨‍💻 7 · 🔀 32 · 📦 1 · 📋 24 - 79% open · ⏱️ 04.07.2024): ``` - git clone https://github.com/deepmodeling/APEX + git clone https://github.com/deepmodeling/jax-fem ``` -- [PyPi](https://pypi.org/project/apex-flow) (📥 210 / month): +- [PyPi](https://pypi.org/project/jax-fem) (📥 330 / month): ``` - pip install apex-flow + pip install jax-fem ```
-
DP-GUI (🥈15 · ⭐ 7) - A web-based GUI for user inputs. LGPL-3.0 +
rid-kit (🥈14 · ⭐ 42) - Reinforced dynamics. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/dpgui) (👨‍💻 3 · 🔀 4 · 📦 7 · ⏱️ 31.05.2024): +- [GitHub](https://github.com/deepmodeling/rid-kit) (👨‍💻 14 · 🔀 21 · 📥 140 · 📦 1 · 📋 4 - 25% open · ⏱️ 27.06.2024): ``` - git clone https://github.com/deepmodeling/dpgui + git clone https://github.com/deepmodeling/rid-kit ``` -- [PyPi](https://pypi.org/project/dpgui) (📥 23K / month): +- [PyPi](https://pypi.org/project/rid-kit) (📥 55 / month): ``` - pip install dpgui + pip install rid-kit ```
-
JAX-FEM (🥈14 · ⭐ 200) - Differentiable Finite Element Method with JAX. GPL-3.0 +
APEX (🥈14 · ⭐ 19 · 📉) - APEX: Alloy Properties EXplorer using simulations. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/jax-fem) (👨‍💻 7 · 🔀 32 · 📦 1 · 📋 24 - 79% open · ⏱️ 04.07.2024): +- [GitHub](https://github.com/deepmodeling/APEX) (👨‍💻 6 · 🔀 15 · 📦 1 · 📋 6 - 16% open · ⏱️ 06.05.2024): ``` - git clone https://github.com/deepmodeling/jax-fem + git clone https://github.com/deepmodeling/APEX ``` -- [PyPi](https://pypi.org/project/jax-fem) (📥 200 / month): +- [PyPi](https://pypi.org/project/apex-flow) (📥 110 / month): ``` - pip install jax-fem + pip install apex-flow ```
-
rid-kit (🥈14 · ⭐ 42) - Reinforced dynamics. LGPL-3.0 +
DP-GUI (🥈14 · ⭐ 7 · 📉) - A web-based GUI for user inputs. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/rid-kit) (👨‍💻 14 · 🔀 21 · 📥 140 · 📦 1 · 📋 4 - 25% open · ⏱️ 27.06.2024): +- [GitHub](https://github.com/deepmodeling/dpgui) (👨‍💻 3 · 🔀 4 · 📦 8 · ⏱️ 31.05.2024): ``` - git clone https://github.com/deepmodeling/rid-kit + git clone https://github.com/deepmodeling/dpgui ``` -- [PyPi](https://pypi.org/project/rid-kit) (📥 87 / month): +- [PyPi](https://pypi.org/project/dpgui) (📥 20K / month): ``` - pip install rid-kit + pip install dpgui ```
DMFF (🥉13 · ⭐ 140) - DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable.. LGPL-3.0 @@ -279,83 +279,83 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K ``` git clone https://github.com/deepmodeling/DMFF ``` -- [Conda](https://anaconda.org/conda-forge/dmff) (📥 510 · ⏱️ 06.01.2024): +- [Conda](https://anaconda.org/conda-forge/dmff) (📥 540 · ⏱️ 06.01.2024): ``` conda install -c conda-forge dmff ```
deepmodeling_sphinx (🥉12 · ⭐ 2) - Sphinx extension for DeepModeling projects. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/deepmodeling_sphinx) (👨‍💻 7 · 🔀 6 · ⏱️ 14.05.2024): +- [GitHub](https://github.com/deepmodeling/deepmodeling_sphinx) (👨‍💻 7 · 🔀 6 · ⏱️ 07.07.2024): ``` git clone https://github.com/deepmodeling/deepmodeling_sphinx ``` -- [PyPi](https://pypi.org/project/deepmodeling_sphinx) (📥 2.7K / month): +- [PyPi](https://pypi.org/project/deepmodeling_sphinx) (📥 3K / month): ``` 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) (👨‍💻 3 · 🔀 2 · 📦 5 · ⏱️ 28.05.2024): +- [GitHub](https://github.com/deepmodeling/deepks-kit) (👨‍💻 7 · 🔀 33 · 📋 18 - 27% open · ⏱️ 13.04.2024): ``` - git clone https://github.com/deepmodeling/args - ``` -- [npm](https://www.npmjs.com/package/@deepmodeling/args) (📥 140 / month): - ``` - npm install @deepmodeling/args + git clone https://github.com/deepmodeling/deepks-kit ```
-
GPUMD (🥉10 · 🐣) - Graphics Processing Units Molecular Dynamics. GPL-3.0 +
args (🥉10 · ⭐ 2 · 📉) - DeepModeling dargs arguments generation. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/GPUMD) (👨‍💻 29 · ⏱️ 03.07.2024): +- [GitHub](https://github.com/deepmodeling/args) (👨‍💻 3 · 🔀 2 · 📦 5 · ⏱️ 08.07.2024): ``` - git clone https://github.com/deepmodeling/GPUMD + git clone https://github.com/deepmodeling/args ``` -
-
DeePKS-kit (🥉9 · ⭐ 96 · 📉) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 - -- [GitHub](https://github.com/deepmodeling/deepks-kit) (👨‍💻 7 · 🔀 33 · 📋 18 - 27% open · ⏱️ 13.04.2024): - +- [npm](https://www.npmjs.com/package/@deepmodeling/args) (📥 180 / month): ``` - git clone https://github.com/deepmodeling/deepks-kit + npm install @deepmodeling/args ```
-
fealpy (🥉9 · ⭐ 3 · 📉) - Finite Element Analysis Library in Python. Unlicensed +
fealpy (🥉9 · ⭐ 3) - Finite Element Analysis Library in Python. Unlicensed - [GitHub](https://github.com/deepmodeling/fealpy) (👨‍💻 57 · 🔀 2 · ⏱️ 24.04.2024): ``` git clone https://github.com/deepmodeling/fealpy ``` -- [PyPi](https://pypi.org/project/fealpy) (📥 43 / month): +- [PyPi](https://pypi.org/project/fealpy) (📥 54 / month): ``` pip install fealpy ```
-
dpti (🥉8 · ⭐ 19 · 📉) - A Python Package to Automate Thermodynamic Integration Calculations for Free Energy. LGPL-3.0 +
GPUMD (🥉9 · ⭐ 1 · 🐣) - Graphics Processing Units Molecular Dynamics. GPL-3.0 + +- [GitHub](https://github.com/deepmodeling/GPUMD) (👨‍💻 29 · ⏱️ 03.07.2024): + + ``` + git clone https://github.com/deepmodeling/GPUMD + ``` +
+
dpti (🥉8 · ⭐ 19) - A Python Package to Automate Thermodynamic Integration Calculations for Free Energy. LGPL-3.0 - [GitHub](https://github.com/deepmodeling/dpti) (👨‍💻 16 · 🔀 20 · 📦 1 · ⏱️ 13.04.2024): ``` git clone https://github.com/deepmodeling/dpti ``` -- [PyPi](https://pypi.org/project/dpti) (📥 19 / month): +- [PyPi](https://pypi.org/project/dpti) (📥 21 / month): ``` pip install dpti ```
fpop (🥉8 · ⭐ 2) - LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/fpop) (👨‍💻 4 · 🔀 11 · 📦 6 · ⏱️ 01.07.2024): +- [GitHub](https://github.com/deepmodeling/fpop) (👨‍💻 4 · 🔀 11 · 📦 7 · ⏱️ 01.07.2024): ``` git clone https://github.com/deepmodeling/fpop ``` -- [PyPi](https://pypi.org/project/fpop) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/fpop) (📥 900 / month): ``` pip install fpop ``` @@ -368,7 +368,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K git clone https://github.com/deepmodeling/blog ```
-
community (🥉7 · ⭐ 78 · 📈) - DeepModeling community content. Unlicensed +
community (🥉7 · ⭐ 78) - DeepModeling community content. Unlicensed - [GitHub](https://github.com/deepmodeling/community) (👨‍💻 16 · 🔀 20 · ⏱️ 01.07.2024): @@ -383,7 +383,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K ``` git clone https://github.com/deepmodeling/Uni-Fold ``` -- [Docker Hub](https://hub.docker.com/r/dptechnology/unifold) (📥 630 · ⏱️ 08.01.2024): +- [Docker Hub](https://hub.docker.com/r/dptechnology/unifold) (📥 650 · ⏱️ 08.01.2024): ``` docker pull dptechnology/unifold ``` @@ -396,7 +396,7 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K git clone https://github.com/deepmodeling/tutorials ```
-
AIS-Square (🥉6 · ⭐ 10 · 💤) - LGPL-3.0 +
AIS-Square (🥉6 · ⭐ 9 · 💤) - LGPL-3.0 - [GitHub](https://github.com/deepmodeling/AIS-Square) (👨‍💻 8 · 🔀 8 · 📋 6 - 83% open · ⏱️ 06.12.2023): @@ -412,12 +412,12 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K git clone https://github.com/deepmodeling/tbplas ```
-
DeePDih (🥉6 · ⭐ 3 · 🐣) - Deep Potential driven molecular dihedral scan toolkit. MIT +
docs (🥉6 · ⭐ 3 · 📈) - The home page of DeepModeling documentation. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/DeePDih) (🔀 2 · ⏱️ 19.04.2024): +- [GitHub](https://github.com/deepmodeling/docs) (👨‍💻 8 · 🔀 7 · ⏱️ 11.04.2024): ``` - git clone https://github.com/deepmodeling/DeePDih + git clone https://github.com/deepmodeling/docs ```
AI4Science101 (🥉5 · ⭐ 82 · 💤) - AI for Science. Unlicensed @@ -428,20 +428,20 @@ This curated list contains 38 awesome open-source projects with a total of 3.2K git clone https://github.com/deepmodeling/AI4Science101 ```
-
docs (🥉5 · ⭐ 3) - The home page of DeepModeling documentation. LGPL-3.0 +
DeepH-pack (🥉4 · ⭐ 11 · 💤) - Deep neural networks for density functional theory Hamiltonian. LGPL-3.0 -- [GitHub](https://github.com/deepmodeling/docs) (👨‍💻 8 · 🔀 7 · ⏱️ 11.04.2024): +- [GitHub](https://github.com/deepmodeling/DeepH-pack) (👨‍💻 6 · 🔀 6 · 📋 6 - 66% open · ⏱️ 28.12.2023): ``` - git clone https://github.com/deepmodeling/docs + git clone https://github.com/deepmodeling/DeepH-pack ```
-
DeepH-pack (🥉4 · ⭐ 11 · 💤) - Deep neural networks for density functional theory Hamiltonian. LGPL-3.0 +
DeePDih (🥉4 · ⭐ 3 · 🐣) - Deep Potential driven molecular dihedral scan toolkit. MIT -- [GitHub](https://github.com/deepmodeling/DeepH-pack) (👨‍💻 6 · 🔀 6 · 📋 6 - 66% open · ⏱️ 28.12.2023): +- [GitHub](https://github.com/deepmodeling/DeePDih) (🔀 2 · ⏱️ 19.04.2024): ``` - git clone https://github.com/deepmodeling/DeepH-pack + git clone https://github.com/deepmodeling/DeePDih ```
tutorials-cn (🥉4 · ⭐ 3 · 💤) - LGPL-2.1 diff --git a/history/2024-07-11_changes.md b/history/2024-07-11_changes.md new file mode 100644 index 0000000..bd6fd27 --- /dev/null +++ b/history/2024-07-11_changes.md @@ -0,0 +1,20 @@ +## 📈 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._ + +- DP-GEN (🥇22 · ⭐ 290 · 📈) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 +- DeePTB (🥈17 · ⭐ 34 · 📈) - DeePTB: A deep learning package for tight-binding approach with ab initio accuracy. LGPL-3.0 +- DPGEN2 (🥈17 · ⭐ 31 · 📈) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 +- DeePKS-kit (🥉10 · ⭐ 96 · 📈) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 +- docs (🥉6 · ⭐ 3 · 📈) - The home page of DeepModeling documentation. 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 (🥇28 · ⭐ 1.4K · 📉) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 +- APEX (🥈14 · ⭐ 19 · 📉) - APEX: Alloy Properties EXplorer using simulations. LGPL-3.0 +- DP-GUI (🥈14 · ⭐ 7 · 📉) - A web-based GUI for user inputs. LGPL-3.0 +- args (🥉10 · ⭐ 2 · 📉) - DeepModeling dargs arguments generation. LGPL-3.0 +- DeePDih (🥉4 · ⭐ 3 · 🐣) - Deep Potential driven molecular dihedral scan toolkit. MIT + diff --git a/history/2024-07-11_projects.csv b/history/2024-07-11_projects.csv new file mode 100644 index 0000000..1cc30f6 --- /dev/null +++ b/history/2024-07-11_projects.csv @@ -0,0 +1,39 @@ +,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 +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-07-11 05:26:18.000000,2024-07-06 15:29:41,2533,32.0,471.0,47.0,1938.0,72.0,652.0,1412.0,2024-07-03 19:22:15,2.2.11,36783.0,21458.0,46.0,A deep learning package for many-body potential energy representation and molecular dynamics.,16.0,16.0,69.0,https://pypi.org/project/deepmd-kit,1619.0,https://anaconda.org/conda-forge/deepmd-kit,2024-07-07 08:48:28.541,745612.0,https://www.npmjs.com/package/deepmd-kit,33.0,https://hub.docker.com/r/deepmodeling/deepmd-kit,2024-07-08 00:57:50.413976,1.0,2528.0,28,True,others,1.0,-1.0 +1,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-07-11 16:59:42.000000,2024-07-11 13:37:02,6482,297.0,122.0,11.0,2929.0,199.0,1446.0,151.0,2024-06-27 10:05:34,3.7.0,,6431.0,51.0,An electronic structure package based on either plane wave basis or numerical atomic orbitals.,,,119.0,,,https://anaconda.org/conda-forge/abacus,2024-06-07 22:21:59.440,77179.0,,,,,,,25,True,others,1.0, +2,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-07-09 02:12:38.000000,2024-06-06 00:03:38,724,21.0,122.0,9.0,470.0,17.0,76.0,189.0,2024-06-06 00:06:28,0.2.19,,52597.0,35.0,"Manipulating multiple atomic simulation data formats, including DeePMD-kit, VASP, LAMMPS, ABACUS, etc.",121.0,121.0,60.0,https://pypi.org/project/dpdata,51075.0,https://anaconda.org/conda-forge/dpdata,2024-06-06 04:58:08.772,71132.0,,,https://hub.docker.com/r/dptechnology/dpdata,2023-06-02 09:30:14.674068,,628.0,24,True,others,1.0, +3,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-07-11 08:27:43.000000,2024-04-10 06:31:36,2083,,167.0,13.0,820.0,27.0,258.0,287.0,2024-04-10 06:37:07,0.12.1,1733.0,1062.0,18.0,The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field.,6.0,6.0,64.0,https://pypi.org/project/dpgen,428.0,https://anaconda.org/conda-forge/dpgen,2024-04-10 09:44:30.012,29644.0,,,,,,,22,True,others,1.0,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-07-08 21:18:47.000000,2024-07-07 22:01:40,1073,17.0,53.0,6.0,371.0,16.0,55.0,42.0,2024-05-27 14:47:51,0.6.5,,4043.0,45.0,generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish.,48.0,48.0,46.0,https://pypi.org/project/dpdispatcher,1228.0,https://anaconda.org/conda-forge/dpdispatcher,2024-06-01 21:08:27.095,10416.0,,,https://hub.docker.com/r/dptechnology/dpdispatcher,2024-05-27 14:51:33.131309,,100735.0,22,True,others,1.0, +5,reacnetgenerator,deepmodeling/reacnetgenerator,reacnetgenerator,conda-forge/reacnetgenerator,,,https://github.com/deepmodeling/reacnetgenerator,https://github.com/deepmodeling/reacnetgenerator,LGPL-3.0,2018-04-06 15:07:56,2024-07-10 17:46:24.000000,2024-06-11 20:31:34,2478,46.0,35.0,9.0,2110.0,4.0,120.0,62.0,2024-05-09 23:35:17,1.6.13,,7608.0,100.0,an automatic reaction network generator for reactive molecular dynamics simulation.,2.0,2.0,18.0,https://pypi.org/project/reacnetgenerator,858.0,https://anaconda.org/conda-forge/reacnetgenerator,2024-05-10 07:03:30.570,337533.0,,,,,,,20,True,others,2.0, +6,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-07-08 21:19:02.000000,2024-07-07 22:01:33,146,14.0,3.0,7.0,63.0,2.0,6.0,5.0,2024-06-12 20:16:00,0.4.7,,83750.0,28.0,Argument processing for the deep modeling project.,122.0,122.0,7.0,https://pypi.org/project/dargs,83067.0,https://anaconda.org/conda-forge/dargs,2024-06-13 02:13:50.091,26672.0,,,,,,,19,True,others,2.0, +7,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-06-06 07:49:45.380292,2024-06-06 07:46:47,2034,68.0,24.0,1.0,795.0,14.0,21.0,58.0,2024-06-06 07:48:17,1.8.77,,112.0,100.0,Dflow is a Python framework for constructing scientific computing workflows (e.g. concurrent learning workflows)..,,,22.0,https://pypi.org/project/dflow,,https://anaconda.org/conda-forge/dflow,,,,,https://hub.docker.com/r/dptechnology/dflow,2024-06-06 07:49:45.380292,,3371.0,18,True,others,2.0, +8,DeePTB,deepmodeling/DeePTB,dptb,,,,https://github.com/deepmodeling/DeePTB,https://github.com/deepmodeling/DeePTB,LGPL-3.0,2023-07-11 03:19:42,2024-07-09 12:51:45.000000,2024-07-05 09:46:54,717,60.0,12.0,3.0,160.0,9.0,25.0,34.0,2024-07-05 09:55:53,2.0.3,,181.0,9.0,DeePTB: A deep learning package for tight-binding approach with ab initio accuracy.,1.0,1.0,9.0,https://pypi.org/project/dptb,181.0,,,,,,,,,,17,True,others,2.0,1.0 +9,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,2024-07-09 02:37:16.404576,2024-07-09 02:15:14,298,26.0,22.0,7.0,205.0,9.0,23.0,31.0,2023-01-28 03:43:25,0.0.7,,160.0,7.0,2nd generation of the Deep Potential GENerator.,4.0,4.0,14.0,https://pypi.org/project/dpgen2,61.0,,,,,,https://hub.docker.com/r/dptechnology/dpgen2,2024-07-09 02:37:16.404576,,2880.0,17,True,others,2.0,1.0 +10,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-07-11 15:38:58.000000,2024-07-11 15:38:58,1058,7.0,56.0,7.0,442.0,16.0,29.0,128.0,2024-03-02 04:46:26,1.3.1,,,19.0,A deep learning empowered open-source platform for reacting flow simulations.,,,23.0,,,,,,,,,,,,15,True,others,2.0, +11,JAX-FEM,deepmodeling/jax-fem,jax-fem,,,,https://github.com/deepmodeling/jax-fem,https://github.com/deepmodeling/jax-fem,GPL-3.0,2023-10-02 15:20:54,2024-07-04 08:58:27.000000,2024-07-04 08:58:18,189,23.0,32.0,10.0,4.0,19.0,5.0,199.0,,,,329.0,,Differentiable Finite Element Method with JAX.,1.0,1.0,7.0,https://pypi.org/project/jax-fem,329.0,,,,,,,,,,14,True,others,2.0, +12,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,2024-06-27 07:19:30.000000,2024-06-27 07:19:24,475,6.0,21.0,5.0,21.0,1.0,3.0,42.0,2024-05-14 03:25:35,0.6.4,143.0,59.0,5.0,Reinforced dynamics.,1.0,1.0,14.0,https://pypi.org/project/rid-kit,55.0,,,,,,,,,,14,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,2024-06-26 23:59:17.000000,2024-05-06 09:59:20,529,49.0,15.0,7.0,64.0,1.0,5.0,19.0,2024-05-06 10:01:52,1.2.0,,110.0,4.0,APEX: Alloy Properties EXplorer using simulations.,1.0,1.0,6.0,https://pypi.org/project/apex-flow,110.0,,,,,,,,,,14,True,others,2.0,-1.0 +14,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-07-10 10:30:52.000000,2024-05-31 07:44:25,304,9.0,4.0,6.0,463.0,,1.0,7.0,2023-10-13 05:16:09,1.0.0,,20229.0,4.0,A web-based GUI for user inputs.,8.0,8.0,3.0,https://pypi.org/project/dpgui,20229.0,,,,,,,,,,14,True,others,2.0,-1.0 +15,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-07-04 05:54:53.000000,2024-01-12 00:58:20,431,,40.0,9.0,158.0,10.0,16.0,143.0,2023-11-09 14:32:37,1.0.0,,89.0,4.0,DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable..,,,14.0,,,https://anaconda.org/conda-forge/dmff,2024-01-06 07:33:02.470,536.0,,,,,,,13,True,others,3.0, +16,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-07-08 21:18:43.000000,2024-07-07 22:01:57,67,7.0,6.0,5.0,59.0,,,2.0,2024-05-14 22:54:34,0.2.8,,3004.0,21.0,Sphinx extension for DeepModeling projects.,,,7.0,https://pypi.org/project/deepmodeling_sphinx,3004.0,,,,,,,,,,12,True,others,3.0, +17,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,2024-07-07 07:52:07.000000,2024-04-13 03:44:40,384,3.0,33.0,14.0,43.0,5.0,13.0,96.0,,,,,,a package for developing machine learning-based chemically accurate energy and density functional models.,,,7.0,,,,,,,,,,,,10,True,others,3.0,1.0 +18,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-07-08 20:09:55.000000,2024-07-08 20:09:54,73,2.0,2.0,6.0,45.0,,,2.0,2024-04-11 23:49:50,0.0.17,,177.0,16.0,DeepModeling dargs arguments generation.,5.0,5.0,3.0,,,,,,https://www.npmjs.com/package/@deepmodeling/args,177.0,,,,,10,True,others,3.0,-1.0 +19,fealpy,deepmodeling/fealpy,fealpy,,,,https://github.com/deepmodeling/fealpy,https://github.com/deepmodeling/fealpy,,2023-04-10 03:58:57,2024-04-24 03:09:27.000000,2024-04-24 01:36:31,6125,107.0,2.0,1.0,1.0,,,3.0,,,,54.0,,Finite Element Analysis Library in Python.,,,57.0,https://pypi.org/project/fealpy,54.0,,,,,,,,,,9,True,others,3.0, +20,GPUMD,deepmodeling/GPUMD,,,,,https://github.com/deepmodeling/GPUMD,https://github.com/deepmodeling/GPUMD,GPL-3.0,2024-06-18 05:40:21,2024-07-03 20:51:05.000000,2024-07-03 15:26:38,3856,176.0,,,,,,1.0,,,,,,Graphics Processing Units Molecular Dynamics.,,,29.0,,,,,,,,,,,,9,True,others,3.0, +21,dpti,deepmodeling/dpti,dpti,,,,https://github.com/deepmodeling/dpti,https://github.com/deepmodeling/dpti,LGPL-3.0,2021-04-04 13:57:37,2024-07-08 21:19:37.000000,2024-04-13 06:51:36,394,2.0,20.0,7.0,59.0,7.0,,19.0,,,,21.0,,A Python Package to Automate Thermodynamic Integration Calculations for Free Energy.,1.0,1.0,16.0,https://pypi.org/project/dpti,21.0,,,,,,,,,,8,True,others,3.0, +22,fpop,deepmodeling/fpop,fpop,,,,https://github.com/deepmodeling/fpop,https://github.com/deepmodeling/fpop,LGPL-3.0,2023-02-10 03:16:47,2024-07-01 09:11:36.000000,2024-07-01 09:11:36,42,4.0,11.0,9.0,24.0,4.0,,2.0,,,,905.0,,,7.0,7.0,4.0,https://pypi.org/project/fpop,905.0,,,,,,,,,,8,True,others,3.0, +23,Blog,deepmodeling/blog,,,,,https://github.com/deepmodeling/blog,https://github.com/deepmodeling/blog,LGPL-3.0,2021-06-10 23:11:55,2024-07-09 21:04:11.000000,2024-07-01 21:29:34,170,11.0,7.0,6.0,102.0,,,1.0,,,,,,DeepModeling Blog.,,,7.0,,,,,,,,,,,,8,True,others,3.0, +24,community,deepmodeling/community,,,,,https://github.com/deepmodeling/community,https://github.com/deepmodeling/community,,2021-05-06 04:50:02,2024-07-01 03:47:31.000000,2024-07-01 03:47:31,120,14.0,20.0,11.0,39.0,,2.0,78.0,,,,,,DeepModeling community content.,,,16.0,,,,,,,,,,,,7,True,others,3.0, +25,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-04-11 02:15:21.000000,2022-08-18 15:27:32,29,,18.0,5.0,2.0,,1.0,90.0,,,,20.0,,,,,3.0,,,,,,,,https://hub.docker.com/r/dptechnology/unifold,2024-01-08 06:24:09.367953,,650.0,6,True,others,3.0, +26,tutorials,deepmodeling/tutorials,,,,,https://github.com/deepmodeling/tutorials,https://github.com/deepmodeling/tutorials,,2022-03-07 06:19:19,2024-05-06 20:57:28.000000,2022-09-26 07:49:48,136,,22.0,5.0,63.0,,2.0,13.0,,,,,,Tutorials for DeepModeling projects.,,,10.0,,,,,,,,,,,,6,True,others,3.0, +27,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,2024-07-10 13:28:04.000000,2023-12-06 03:06:55,469,,8.0,8.0,210.0,5.0,1.0,9.0,,,,,,,,,8.0,,,,,,,,,,,,6,True,others,3.0, +28,tbplas,deepmodeling/tbplas,,,,,https://github.com/deepmodeling/tbplas,https://github.com/deepmodeling/tbplas,,2024-02-29 03:21:24,2024-04-11 02:16:51.000000,2024-01-17 13:25:05,662,,4.0,9.0,2.0,2.0,,6.0,2024-03-01 09:33:35,1.6,,,1.0,Repository of TBPLaS (tight-binding package for large-scale simulation).,,,10.0,,,,,,,,,,,,6,True,others,3.0, +29,docs,deepmodeling/docs,,,,,https://github.com/deepmodeling/docs,https://github.com/deepmodeling/docs,LGPL-3.0,2021-07-05 00:32:29,2024-04-11 04:19:01.000000,2024-04-11 04:19:01,27,,7.0,5.0,22.0,,,3.0,,,,,,The home page of DeepModeling documentation.,,,8.0,,,,,,,,,,,,6,True,others,3.0,1.0 +30,AI4Science101,deepmodeling/AI4Science101,,,,,https://github.com/deepmodeling/AI4Science101,https://github.com/deepmodeling/AI4Science101,,2022-06-19 02:26:48,2024-04-11 02:15:55.000000,2022-09-04 02:06:18,139,,13.0,9.0,29.0,,1.0,82.0,,,,,,AI for Science.,,,5.0,,,,,,,,,,,,5,True,others,3.0, +31,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,2024-04-11 02:16:01.000000,2023-12-28 12:48:09,56,,6.0,2.0,2.0,4.0,2.0,11.0,,,,,,Deep neural networks for density functional theory Hamiltonian.,,,6.0,,,,,,,,,,,,4,True,others,3.0, +32,DeePDih,deepmodeling/DeePDih,,,,,https://github.com/deepmodeling/DeePDih,https://github.com/deepmodeling/DeePDih,MIT,2024-03-03 13:22:19,2024-06-23 14:34:36.000000,2024-04-19 07:37:47,61,1.0,2.0,2.0,,,,3.0,,,,,,Deep Potential driven molecular dihedral scan toolkit.,,,,,,,,,,,,,,,4,True,others,3.0,-2.0 +33,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,2024-04-11 02:15:41.000000,2022-12-29 11:58:55,9,,7.0,5.0,12.0,,,3.0,,,,,,,,,4.0,,,,,,,,,,,,4,True,others,3.0, +34,ADMP,deepmodeling/ADMP,,,,,https://github.com/deepmodeling/ADMP,https://github.com/deepmodeling/ADMP,,2021-12-26 07:22:47,2024-04-11 02:15:25.000000,2022-02-15 02:13:59,120,,2.0,1.0,6.0,,,2.0,,,,,,Automatic Differentiation Multipole Moment Molecular Forcefield.,,,7.0,,,,,,,,,,,,2,True,others,3.0, +35,LibRI,deepmodeling/LibRI,,,,,https://github.com/deepmodeling/LibRI,https://github.com/deepmodeling/LibRI,GPL-3.0,2023-04-19 02:10:20,2024-04-11 02:16:14.000000,2023-04-10 15:53:42,80,,1.0,2.0,1.0,2.0,1.0,6.0,,,,,,,,,2.0,,,,,,,,,,,,1,True,others,3.0, +36,openfinite,deepmodeling/openfinite,,,,,https://github.com/deepmodeling/openfinite,https://github.com/deepmodeling/openfinite,LGPL-3.0,2021-10-10 08:56:48,2024-04-11 02:15:14.000000,2021-10-06 08:13:39,13,,1.0,1.0,1.0,,,1.0,,,,,,,,,2.0,,,,,,,,,,,,0,True,others,, +37,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,2024-04-11 02:15:58.000000,2022-07-06 09:54:08,4,,1.0,4.0,1.0,,1.0,,,,,,,,,,2.0,,,,,,,,,,,,0,True,others,, diff --git a/latest-changes.md b/latest-changes.md index 21c3006..bd6fd27 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,24 +2,19 @@ _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.4K · 📈) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 -- DPGEN2 (🥈16 · ⭐ 30 · 📈) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 -- community (🥉7 · ⭐ 78 · 📈) - DeepModeling community content. Unlicensed +- DP-GEN (🥇22 · ⭐ 290 · 📈) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 +- DeePTB (🥈17 · ⭐ 34 · 📈) - DeePTB: A deep learning package for tight-binding approach with ab initio accuracy. LGPL-3.0 +- DPGEN2 (🥈17 · ⭐ 31 · 📈) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 +- DeePKS-kit (🥉10 · ⭐ 96 · 📈) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 +- docs (🥉6 · ⭐ 3 · 📈) - The home page of DeepModeling documentation. 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 (🥈21 · ⭐ 280 · 📉) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 -- DeepFlame (🥈15 · ⭐ 130 · 📉) - A deep learning empowered open-source platform for reacting flow simulations. GPL-3.0 -- DeePKS-kit (🥉9 · ⭐ 96 · 📉) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 -- fealpy (🥉9 · ⭐ 3 · 📉) - Finite Element Analysis Library in Python. Unlicensed -- dpti (🥉8 · ⭐ 19 · 📉) - A Python Package to Automate Thermodynamic Integration Calculations for Free Energy. LGPL-3.0 - -## ➕ Added Projects - -_Projects that were recently added to this best-of list._ - -- GPUMD (🥉10 · 🐣) - Graphics Processing Units Molecular Dynamics. GPL-3.0 -- DeePDih (🥉6 · ⭐ 3 · 🐣) - Deep Potential driven molecular dihedral scan toolkit. MIT +- DeePMD-kit (🥇28 · ⭐ 1.4K · 📉) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 +- APEX (🥈14 · ⭐ 19 · 📉) - APEX: Alloy Properties EXplorer using simulations. LGPL-3.0 +- DP-GUI (🥈14 · ⭐ 7 · 📉) - A web-based GUI for user inputs. LGPL-3.0 +- args (🥉10 · ⭐ 2 · 📉) - DeepModeling dargs arguments generation. LGPL-3.0 +- DeePDih (🥉4 · ⭐ 3 · 🐣) - Deep Potential driven molecular dihedral scan toolkit. MIT