feat: extract relaxed structures from QE outputs and create next input#28
Conversation
…ing next calculations input
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
…tests and examples
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
…-file-fixer hooks
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Implements the feature to extract relaxed structures from QE output log files and merge them with a template input file to generate the next calculation input (Issue #25).
Closes #25
EspressoAdapterto auto-detect and read QE output logs using ASE'sespresso-outparser (retrieving the final relaxed configuration).get_adapterto examine the first few lines of file contents to correctly identify QE output log files.--templateoption in the CLI to preserve computational parameters and comments from a template input file when writing the output.--calc(--calculation) option to override thecalculationparameter in the QE input namelist.