https://github.com/aiidateam/acwf-verification-scripts
Scripts to run and perform data analysis on the AiiDA common workflows (ACWF) subproject on verification
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
3 of 14 committers (21.4%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.2%) to scientific vocabulary
Keywords from Contributors
Repository
Scripts to run and perform data analysis on the AiiDA common workflows (ACWF) subproject on verification
Basic Info
Statistics
- Stars: 7
- Watchers: 8
- Forks: 17
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
acwf-verification-scripts
Scripts to facilitate the AiiDA common workflows (ACWF) sub-project focusing on verification of codes (on a set of unaries and oxides for all chemical elements between Z=1 and Z=96).
These scripts were used to manage all simulations, analyze the data and produce the plots and tables of the paper:
If you use these scripts, we would be grateful if you could cite the paper above.
Results from the paper above (whose raw files are available the subfolder acwf_paper_plots) can be visualized directly in your browser on this Materials Cloud Discover section: https://acwf-verification.materialscloud.org.
Content of the folders
These scripts are a template (based on Quantum ESPRESSO) that can be adapted relatively simply for any other code.
0-preliminary-do-not-run: ignore this folder - these are helper scripts to create the import the structures from CIF into AiiDA nodes and create initial AiiDA archive file. The scripts will be run only once by one of us.1-preliminary: scripts to import the group with the initial structures, and to create a subgroup containing only the nodes you actually want to run.2-submit: scripts to submit (in batches) the common EOS workflows for all systems3-analyze: scripts to analyze the results and create some output (plots, JSON with data and fitting parameters, ...)4-export: bash script to export the group with all results.
Starting your project
- Create a new virtual environment (if you want) to have different packages than
pip install aiida-core==1.6.*(until further notice, do NOT use more modern versions)- install your plugin package (e.g.:
pip install aiida_quantumespresso) verdi quicksetupand create a new profile, e.g.acwf-verificationor any name you want- (optional) If you want to avoid having to specify the profile each time:
verdi profile setdefault acwf-verification pip install aiida-common-workflows==1.0.*(until further notice, do NOT use more modern versions)reentry scan- Configure your computer and code (ideally, prepare some .yml config files so it's easy to recreate them if needed)
- Install needed quantities (e.g.
aiida-pseudo install sssp -v 1.1 -x PBE -p precision)
At this point, you can already submit some tests if you want to check if everything is correclty setup:
- aiida-common-workflows launch eos YOUR_CODE_TYPE -p fast -S Si -X YOUR_CODE_LABEL@YOUR_COMPUTER_LABEL -r none -m 1 -w 3600 -d
- Note: if you have to add options in the metadata of the calculations, you can use this command line flag: --engine-options='{"relax": {"account": "mr0"}}'
Adapting your scripts and running
Install also the packages in the requirements.txt.
Then go through the folders, in order, and follow the instructions in the respective README files.
Owner
- Name: AiiDA team
- Login: aiidateam
- Kind: organization
- Website: http://www.aiida.net
- Repositories: 63
- Profile: https://github.com/aiidateam
The development team of AiiDA
GitHub Events
Total
- Watch event: 1
- Issue comment event: 1
- Member event: 1
- Push event: 5
- Pull request review comment event: 1
- Pull request review event: 4
- Pull request event: 8
- Fork event: 4
Last Year
- Watch event: 1
- Issue comment event: 1
- Member event: 1
- Push event: 5
- Pull request review comment event: 1
- Pull request review event: 4
- Pull request event: 8
- Fork event: 4
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Giovanni Pizzi | g****i@e****h | 147 |
| Emanuele | b****e@t****e | 88 |
| Kristjan Eimre | k****e@g****m | 10 |
| Jusong Yu | j****u@g****m | 6 |
| Bonan Zhu | z****n@o****m | 4 |
| Timo Reents | 7****s | 3 |
| mwolloch | m****h@u****t | 3 |
| Marnik Bercx | m****x@g****m | 2 |
| Sudarshan Vijay | v****s@f****k | 2 |
| Aliaksandr Yakutovich | y****a@g****m | 1 |
| Austin Zadoks | a****s@p****e | 1 |
| Danny Vanpoucke | 4****e | 1 |
| Samuel Ponce | s****n@g****m | 1 |
| hmhoseini | 8****i | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 9
- Total pull requests: 42
- Average time to close issues: 7 months
- Average time to close pull requests: 26 days
- Total issue authors: 5
- Total pull request authors: 14
- Average comments per issue: 1.44
- Average comments per pull request: 0.95
- Merged pull requests: 38
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 8
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- giovannipizzi (4)
- eimrek (2)
- bosonie (1)
- zhubonan (1)
- DannyVanpoucke (1)
Pull Request Authors
- bosonie (15)
- t-reents (8)
- giovannipizzi (3)
- zhubonan (3)
- eimrek (3)
- unkcpz (2)
- mbercx (2)
- hmhoseini (2)
- Cstandardlib (1)
- yakutovicha (1)
- azadoks (1)
- sudarshanv01 (1)
- broeder-j (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- aiida-common-workflows *
- aiida_submission_controller v0.1.2
- ase *
- bokeh *
- chromedriver-binary *
- matplotlib *
- numpy *
- selenium *
- tqdm *