Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial work * new parallelization preliminary done * small fix in tests * commented unnecessary code * updated construction sites * hopefully fixed parallelization * small test fix * initial work * new parallelization preliminary done * small fix in tests * commented unnecessary code * updated construction sites * hopefully fixed parallelization * small test fix * only print when verbosity > 0, otherwise nothing is printed (bad) * pre-commit fixes * added ncores to config + implemented setting ncores for external programs * fixed tests * added check for number of cores available vs needed * pre-commit * Added support for Turbomole (#101) * Interface for the qm program turbomole Signed-off-by: Jonathan Schöps <[email protected]> * support for turbomole Signed-off-by: Jonathan Schöps <[email protected]> * corrected some typos Signed-off-by: Jonathan Schöps <[email protected]> * changed the PARNODES command Signed-off-by: Jonathan Schöps <[email protected]> * coord handling Signed-off-by: Jonathan Schöps <[email protected]> * requestet changes are build in Signed-off-by: Jonathan Schöps <[email protected]> * Implementation of the requested changes and the test of the read_mol_from_coord function Signed-off-by: Jonathan Schöps <[email protected]> * Implementation of two pathes for turbomole Signed-off-by: Jonathan Schöps <[email protected]> * Ignore HOMO-LUMO gap not implemented as refine engine for Orca and Trubomole Signed-off-by: Jonathan Schöps <[email protected]> * improve TURBOMOLE configuration Signed-off-by: Marcel Müller <[email protected]> * correct linting errors Signed-off-by: Marcel Mueller <[email protected]> * exclude more recent interfaces from coverage check Signed-off-by: Marcel Müller <[email protected]> * added a test for the 'write_coord_to_file' function Signed-off-by: Jonathan Schöps <[email protected]> * sync the lokal branch with the remote branch Signed-off-by: Jonathan Schöps <[email protected]> --------- Signed-off-by: Jonathan Schöps <[email protected]> Signed-off-by: Marcel Müller <[email protected]> Signed-off-by: Marcel Mueller <[email protected]> Co-authored-by: Marcel Müller <[email protected]> * test fix * fixed tm implementation * updated main.py * tqdm progress bar * updated dependencies * mypy types import * moved warnings in correct bracket * updated default config toml * added final output of molecules and timing * fixed time * better time info * print formatting * shift block setup to parallel.py Signed-off-by: Marcel Müller <[email protected]> * avoid UnboundLocalError Signed-off-by: Marcel Müller <[email protected]> * some code formatting and printout adjustments Signed-off-by: Marcel Müller <[email protected]> * shifted CHANGELOG entry to correct position Signed-off-by: Marcel Müller <[email protected]> * update CODEOWNERS file Signed-off-by: Marcel Müller <[email protected]> * New parallelization (#108) * initial work * new parallelization preliminary done * small fix in tests * commented unnecessary code * updated construction sites * hopefully fixed parallelization * small test fix * initial work * new parallelization preliminary done * small fix in tests * commented unnecessary code * updated construction sites * hopefully fixed parallelization * small test fix * only print when verbosity > 0, otherwise nothing is printed (bad) * pre-commit fixes * added ncores to config + implemented setting ncores for external programs * fixed tests * added check for number of cores available vs needed * pre-commit * test fix * fixed tm implementation * updated main.py * tqdm progress bar * updated dependencies * mypy types import * moved warnings in correct bracket * updated default config toml * added final output of molecules and timing * fixed time * better time info * print formatting * shift block setup to parallel.py Signed-off-by: Marcel Müller <[email protected]> * avoid UnboundLocalError Signed-off-by: Marcel Müller <[email protected]> * some code formatting and printout adjustments Signed-off-by: Marcel Müller <[email protected]> * shifted CHANGELOG entry to correct position Signed-off-by: Marcel Müller <[email protected]> * update CODEOWNERS file Signed-off-by: Marcel Müller <[email protected]> --------- Signed-off-by: Marcel Müller <[email protected]> Co-authored-by: Marcel Müller <[email protected]> * add IP/EA check with g-xTB for special purpose dev application only Signed-off-by: Marcel Müller <[email protected]> * rename gp3 to gxtb consistently Signed-off-by: Marcel Müller <[email protected]> * add simple SCF cycles check for molecule Signed-off-by: Marcel Mueller <[email protected]> * align variable names with g-xTB Signed-off-by: Marcel Mueller <[email protected]> * config is now loaded in dev mode; avoid redundant calculations Signed-off-by: Marcel Mueller <[email protected]> * hand over correct config and remove redundant config Signed-off-by: Marcel Mueller <[email protected]> * remove last rememnant of config for SCF cycles with g-xTB Signed-off-by: Marcel Mueller <[email protected]> * added ncores to gxtb calls * remove redundant config entry Signed-off-by: Marcel Mueller <[email protected]> --------- Signed-off-by: Jonathan Schöps <[email protected]> Signed-off-by: Marcel Müller <[email protected]> Signed-off-by: Marcel Mueller <[email protected]> Co-authored-by: Jonathan Schöps <[email protected]> Co-authored-by: Marcel Müller <[email protected]>
- Loading branch information