Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include requirements.txt
include ppmat/models/mattersim/threebody_indices.pyx
include property_prediction/configs/gmtnet/README.md
include property_prediction/configs/gmtnet/gmtnet_jarvis_dielectric.yaml
include property_prediction/configs/gmtnet/split_gmtnet_dielectric_seed32.json
global-exclude *.pdparams
global-exclude *.pkl
53 changes: 27 additions & 26 deletions interatomic_potentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,31 @@ Machine-learning interatomic potentials (MLIP) bridge the gap between quantum-le

## 2.Models Matrix

| **Supported Functions** | **[CHGNet](./configs/chgnet/README.md)** | **[MatterSim](./configs/mattersim//README.md)** |
| ----------------------------------- | ---------------------------------------- | ----------------------------------------------- |
| **Forward Prediction** | | |
|  Energy | ✅ | ✅ |
|  Force | ✅ | ✅ |
|  Stress | ✅ | ✅ |
|  Magmom | ✅ | - |
| **ML Capabilities · Training** | | |
|  Single-GPU | ✅ | ✅ |
|  Distributed Train | ✅ | ✅ |
|  Mixed Precision | - | - |
|  Fine-tuning | ✅ | ✅ |
|  Uncertainty / Active-Learning | - | - |
|  Dynamic→Static | - | - |
|  Compiler CINN | - | - |
| **ML Capabilities · Predict** | | |
|  Distillation / Pruning | - | - |
|  Standard inference | ✅ | ✅ |
|  Distributed inference | - | - |
|  Compiler CINN | - | - |
| **Molecular Dynamic Interface** | | |
|  ASE | ✅ | ✅ |
| **Dataset** | | |
|  MPtrj | ✅ | 🚧 |
| **ML2DDB🌟** | ✅ | - |
| **Supported Functions** | **[CHGNet](./configs/chgnet/README.md)** | **[MatterSim](./configs/mattersim//README.md)** | **[SphereNet](./configs/spherenet/README.md)** |
| ----------------------------------- | ---------------------------------------- | ----------------------------------------------- | ----------------------------------------------- |
| **Forward Prediction** | | | |
|  Energy | ✅ | ✅ | ✅ |
|  Force | ✅ | ✅ | ✅ |
|  Stress | ✅ | ✅ | - |
|  Magmom | ✅ | - | - |
| **ML Capabilities · Training** | | | |
|  Single-GPU | ✅ | ✅ | ✅ |
|  Distributed Train | ✅ | ✅ | - |
|  Mixed Precision | - | - | - |
|  Fine-tuning | ✅ | ✅ | ✅ |
|  Uncertainty / Active-Learning | - | - | - |
|  Dynamic→Static | - | - | - |
|  Compiler CINN | - | - | - |
| **ML Capabilities · Predict** | | | |
|  Distillation / Pruning | - | - | - |
|  Standard inference | ✅ | ✅ | ✅ |
|  Distributed inference | - | - | - |
|  Compiler CINN | - | - | - |
| **Molecular Dynamic Interface** | | | |
|  ASE | ✅ | ✅ | - |
| **Dataset** | | | |
|  MPtrj | ✅ | 🚧 | - |
|  MD17 | - | - | ✅ |
| **ML2DDB🌟** | ✅ | - | - |

**Notice**:🌟 represent originate research work published from paddlematerials toolkit
**Notice**:🌟 represent originate research work published from paddlematerials toolkit
176 changes: 0 additions & 176 deletions interatomic_potentials/configs/chgnet/chgnet_qm9_lumo.yaml

This file was deleted.

Loading