Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello everyone,
In this PR, I am adding an automated pipeline for calculations using QE and Perturbo. The idea is to create in advance a folder with input files and a config file to run the calculation correctly. Then all intermediate operations (sequential launching of calculations, creating folders, transferring and creating links to files/folders) are done automatically.
PR is in draft version for now, because I would like to extend the presented functionality. Ideally, I would like to be able to change some calculations parameters (grid, pseudopotentials, etc) directly from pipeline. In addition, I would like you to test its usability.
To run the pipeline, you need a folder similar to the test folder (epr1 for example). Inside, you should have the pw-ph-wann and qe2pert folders, and a config-machine folder with the config_machine.yml file. Its structure looks like this:
further launch is carried out with the help of entry point command:
auto_pipeline --source_folder epr1Let me know what do you think about this PR!