MPWorks
MPWorks copied to clipboard
merges pymatgen, custodian, and FireWorks into a custom workflow for Materials Project
@tschaume should ensure that @xhqu1981 merges his NMR stuff upstream. Even though MP production is transitioning to atomate, we should ensure @xhqu1981's fork is consistent with upstream.
EoS thermal workflow files added to current version of MPWorks. New EoS thermal workflow files: workflows/snl_to_wf_eos_thermal.py firetasks/eos_thermal_tasks.py Lines added to drones/mp_vaspdrone.py at lines 252 to 254
DO NOT MERGE: Request for code review Initial attempt at workflow and firetask for GIBBS equation of state package for thermal properties are in the files mpworks/workflows/snl_to_wf_eos_thermal.py and mpworks/firetasks/eos_thermal_tasks.py
After updates to pymatgen.io.vasp.sets, lpad commands to run or modify workflows seem to encounter the following errors. Also some of the input parameter yaml files in pymatgen.io.vasp (such as MITVaspInputSet.yaml,...
I was able run the example job in the mpworks folder with previous versions. But the recent version is giving me the above mentioned error? It seems like the class...
## Error: from mpworks.drones.signals import VASPInputsExistSignal, \ File "/global/u1/m/mbkumar/bm_vaspdefects/codes/MPWorks/mpworks/drones/signals.py", line 5, in from pymatgen import zopen bug fix is from monty.io import zopen
Hello Anubhav, After deleting the LDAU check to add LDAU firework in snl_to_wf.py, I am getting the following error. I am printing out the links list and fireworks list Links...
I would like to be able to see console output update in a key during Fireworks runs.
For MP runs, the MaterialsProjectVaspInputSet should be set as the default input set for custodian. Right now, it is set as the MITVaspInputSet. This generally does not affect runs if...