Skip to content

Commit

Permalink
Update models.py.jinja2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Dec 7, 2024
1 parent b2639ef commit 1e63ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlipx/recipes/models.py.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ MODELS["chgnet"] = mlipx.GenericASECalculator(
class_name="CHGNetCalculator",
)
{% elif model == "mattersim" %}
# https://github.com/CederGroupHub/chgnet
# https://github.com/microsoft/mattersim
MODELS["mattersim"] = mlipx.GenericASECalculator(
module="mattersim.forcefield",
class_name="MatterSimCalculator",
Expand Down

0 comments on commit 1e63ef4

Please sign in to comment.