Skip to content

Commit

Permalink
Added cpus to RMG schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jul 9, 2024
1 parent 56a236c commit 77f6aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t3/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ class RMG(BaseModel):
"""
rmg_execution_type: Optional[str] = None
memory: Optional[conint(ge=0)] = None
cpus: Optional[conint(gt=0)] = None
database: RMGDatabase
reactors: List[RMGReactor]
species: List[RMGSpecies]
Expand Down

0 comments on commit 77f6aa9

Please sign in to comment.