A new generation of wmaee, currently at version 2.3!
wmaee is a collection of modelling and evaluation tools developed by the MUL-CMS group in Leoben.
Online documentation of functions and modules: https://wmaee.readthedocs.io/en/latest/
-
Basic package, which relies on
numpy,ase,matplotlib, andscipy:pip install git+https://github.com/MUL-CMS/wmaee.git@master
You may want/need to force an uninstall first:
pip uninstall wmaee
-
Optional functionality via pip extras:
- atomistic simulations (
lammps,kimpy,kim-query):pip install wmaee[atomistics]
- DFT modules (
gpaw):pip install wmaee[dft]
- additional functionality for pyiron (
pyiron_atomistics,pyiron_base):pip install wmaee[pyiron]
External software such as VASP may be required for some modules to work.
- atomistic simulations (
TO BE EXTENDED/DOCUMENTED
location: paths to data and resourcesenvpath: environment paths for executablescontent: list of available modules and scripts
TO DO
- link to example notebooks
Branch off your own branch, develop and test your own functionality. Once working,request a pull into the main branch.
codes/pyiron/pyiron_GRACE_job.py- implementation of GRACE UMLIPs for pyiron workflows- update of docs
- slightly polished repo
- update of
$C_{ij}$ projections inscopes/cij.py
codes/pyiron/pyiron_CHGNet_job.py- implementation of CHGNet UMLIPs for pyiron workflowscodes/pyiron/pyiron_NEB_job.py- implementation of Nudged Elastic Band (NEB) calculations with VASP for pyiron workflows
- major update based on previous experience, removal of core dependence on pyiron to make it a lighter, more stand alone package.
- initial version initiated by Dominik Gehringer
To merge branch david into wmaee2:
git checkout wmaee2 # switch to branch wmaee2
git merge david # merge david into wmaee2
git push # sync local changes
git checkout david # switch back to david
git rebase wmaee2 # update david with latest wmaee2 changes