feat: initial dice-wrapper structure and working prototype
This commit is contained in:
@@ -47,9 +47,6 @@ class PlayerConfig(BaseModel):
|
||||
switch_cyc: int = Field(..., description="Switch cycle configuration")
|
||||
|
||||
mem: int = Field(None, description="Memory configuration")
|
||||
nprocs: int = Field(
|
||||
..., description="Number of processors to use for the QM calculations"
|
||||
)
|
||||
ncores: int = Field(
|
||||
..., description="Number of cores to use for the QM calculations"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user