File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ class AseStructureTaskDoc(StructureMetadata):
234
234
tags : Optional [list [str ]] = Field (None , description = "List of tags for the task." )
235
235
236
236
237
-
238
237
class AseMoleculeTaskDoc (MoleculeMetadata ):
239
238
"""Document containing information on molecule manipulation using ASE."""
240
239
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ def forcefield_job(method: Callable) -> job:
52
52
This is a thin wrapper around :obj:`~jobflow.core.job.Job` that configures common
53
53
settings for all forcefield jobs. For example, it ensures that large data objects
54
54
(currently only trajectories) are all stored in the atomate2 data store.
55
- It also configures the output schema to be a ForceFieldStructureTaskDocument :obj:`.TaskDoc`.
55
+ It also configures the output schema to be a
56
+ ForceFieldStructureTaskDocument :obj:`.TaskDoc`.
56
57
57
58
Any makers that return forcefield jobs (not flows) should decorate the
58
59
``make`` method with @forcefield_job. For example:
You can’t perform that action at this time.
0 commit comments