There was an error while loading. Please reload this page.
1 parent 104db27 commit b2c9424Copy full SHA for b2c9424
1 file changed
src/koopmans/commands.py
@@ -372,7 +372,10 @@ class CommandConfigs(BaseModel):
372
fields during the model validators
373
"""
374
375
- mpi_executable: str = Field("mpirun", description="MPI executable to use for parallel execution.")
+ mpi_executable: str = Field(
376
+ default="mpirun",
377
+ description="MPI executable to use for parallel execution."
378
+ )
379
kcw_ham: KCWHamConfig = Field(
380
default_factory=lambda: KCWHamConfig(), # type: ignore
381
description="Configuration for the kcw.x code when running `calculation='ham'`; "
0 commit comments