-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Marcel Müller <[email protected]>
- Loading branch information
Showing
7 changed files
with
147 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Default configuration for the 'MindLess Molecule GENerator' (MLMGen) | ||
# Following file locations are searched for in the following order: | ||
# 1. Location specified by the `--config < str | Path >` command-line argument | ||
# 2. Current working directory (`Path.cwd()`) | ||
# 3. User's home directory (`Path.home()`) | ||
|
||
[general] | ||
# Verbosity level defining the printout: Options: 0 = silent, 1 = default, 2 = verbose | ||
verbosity = 1 | ||
|
||
# Quantum Mechanics (QM) engine to use. Options: 'xtb', 'orca' | ||
engine = "xtb" | ||
|
||
# Maximum number of optimization cycles. Options: <int> | ||
max_cycles = 100 | ||
|
||
[xtb] | ||
# TODO | ||
# Specific configurations for the XTB engine (if needed) | ||
# xtb_option_1 = "value1" | ||
# xtb_option_2 = "value2" | ||
|
||
[orca] | ||
# TODO | ||
# Specific configurations for the ORCA engine (if needed) | ||
# orca_option_1 = "value1" | ||
# orca_option_2 = "value2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters