Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scm/plams/interfaces/adfsuite/inputparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _separate_engine_settings(lines: List[str], depth: int = 0) -> Tuple[Setting
return input_settings, lines

input_parser = parser or InputParserFacade()
if program in ["ams", "acerxn"]:
if program in ["ams", "acerxn", "conformers"]:
# Settings for the program are special:
# * Root level input needs to go under settings.input.ams.
# * Engine block needs to go to settings.input.%engine% where
Expand Down
Loading