Skip to content

Commit 1e69f61

Browse files
authored
Merge pull request #380 from anyangml2nd/feat/update-model-list
Feat: update model list
2 parents b2e82d7 + db12c8e commit 1e69f61

File tree

2 files changed

+220
-182
lines changed

2 files changed

+220
-182
lines changed

lambench/models/ase_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(self, *args, **kwargs):
8282
self._calc = None
8383

8484
@property
85-
def calc(self, head=None) -> Calculator:
85+
def calc(self) -> Calculator:
8686
"""ASE Calculator with the model loaded."""
8787
calculator_dispatch = {
8888
"MACE": self._init_mace_calculator,

0 commit comments

Comments
 (0)