Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jan 20, 2025
1 parent e7be8ba commit c71120a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dcore/sumkdft_workers/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def run_sumkdft(runner_cls, model_file, work_dir, mpirun_command, params):
:param runner_cls: str
Name of subclass of SumkDFTWorker
If runner_cls is fully qualified name (e.g., `module.class`), module will be automatically imported.
Otherwise, the class is assumed to be in dcore.sumkdft_workers.all_workers.
:param model_file: str
HDF5 file
:param work_dir: str
Expand Down

0 comments on commit c71120a

Please sign in to comment.