File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ def from_ase_compatible_result_forcefield(
169
169
tags : list [str ] | None = None ,
170
170
** task_document_kwargs ,
171
171
) -> ForceFieldStructureTaskDocument | ForceFieldMoleculeTaskDocument :
172
- """Create an AseTaskDoc for a task that has ASE-compatible outputs.
172
+ """Create an ForceField output for a task that has ASE-compatible outputs.
173
173
174
174
Parameters
175
175
----------
@@ -240,14 +240,15 @@ def from_ase_compatible_result_forcefield(
240
240
def from_ase_task_doc (
241
241
cls , ase_task_doc : AseTaskDoc , ** task_document_kwargs
242
242
) -> ForceFieldStructureTaskDocument | ForceFieldMoleculeTaskDocument :
243
- """Create an AseStructureTaskDoc for a task that has ASE-compatible outputs.
243
+ """Create an ForceField output for a task that has ASE-compatible outputs.
244
244
245
245
Parameters
246
246
----------
247
247
ase_task_doc : AseTaskDoc
248
248
Task doc for the calculation
249
249
task_document_kwargs : dict
250
- Additional keyword args passed to :obj:`.AseStructureTaskDoc()`.
250
+ Additional keyword args passed to :obj:`.ForceFieldStructureTaskDocument()`
251
+ or `.ForceFieldMoleculeTaskDocument()`.
251
252
"""
252
253
task_document_kwargs .update (
253
254
{k : getattr (ase_task_doc , k ) for k in _task_doc_translation_keys },
You can’t perform that action at this time.
0 commit comments