We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ada87f commit 0f0bcb1Copy full SHA for 0f0bcb1
src/atomate2/forcefields/jobs.py
@@ -52,7 +52,7 @@ def forcefield_job(method: Callable) -> job:
52
This is a thin wrapper around :obj:`~jobflow.core.job.Job` that configures common
53
settings for all forcefield jobs. For example, it ensures that large data objects
54
(currently only trajectories) are all stored in the atomate2 data store.
55
- It also configures the output schema to be a
+ It also configures the output schema to be a
56
ForceFieldStructureTaskDocument :obj:`.TaskDoc`.
57
58
Any makers that return forcefield jobs (not flows) should decorate the
0 commit comments