Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions qcelemental/models/procedures.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ class TDKeywords(ProtoModel):
"start new optimizations, in unit of a.u. I.e. if energy_upper_limit = 0.05, current global "
"minimum energy is -9.9 , then a new task starting with energy -9.8 will be skipped.",
)
additional_keywords: Dict[str, Any] = Field(
{}, description="Additional keywords to add to the torsiondrive's optimization runs."
)


class TorsionDriveInput(ProtoModel):
Expand Down