pychum.main¶
Functions¶
|
Library function to render ORCA input from a TOML file. |
|
Library function to render NWChem input. |
Module Contents¶
- pychum.main.render_orca(toml_path: pathlib.Path) str[source]¶
Library function to render ORCA input from a TOML file.
- pychum.main.render_nwchem(pos_file: pathlib.Path, settings_path: pathlib.Path, socket_address: str, unix_mode: bool, mem_in_gb: int, real_atoms: bool = False) str[source]¶
Library function to render NWChem input.