File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def make(
173
173
stacklevel = 1 ,
174
174
)
175
175
176
- return ForceFieldTaskDocument .from_ase_compatible_result (
176
+ return ForceFieldTaskDocument .from_ase_compatible_result_forcefield (
177
177
str (self .force_field_name ), # make mypy happy
178
178
ase_result ,
179
179
self .steps ,
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ def make(
159
159
stacklevel = 1 ,
160
160
)
161
161
162
- return ForceFieldTaskDocument .from_ase_compatible_result (
162
+ return ForceFieldTaskDocument .from_ase_compatible_result_forcefield (
163
163
str (self .force_field_name ), # make mypy happy
164
164
md_result ,
165
165
relax_cell = (self .ensemble == MDEnsemble .npt ),
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class ForceFieldTaskDocument(AseTaskDoc):
149
149
)
150
150
151
151
@classmethod
152
- def from_ase_compatible_result (
152
+ def from_ase_compatible_result_forcefield (
153
153
cls ,
154
154
ase_calculator_name : str ,
155
155
result : AseResult ,
You can’t perform that action at this time.
0 commit comments