pymatgen
pymatgen copied to clipboard
Build up customized pourbaix entries
Feature Requested
I am not sure if such feature is already existing. Can someone create a new entry for ions for building pourbaix diagram? According to https://journals.aps.org/prb/pdf/10.1103/PhysRevB.85.235438, one just need to define the correction of E(exp-DFT). However, I did not find any function in pymatgen that computes such energy difference.
Proposed Solution
Prepare a datafile that document the correction and then define a class/function to do the correction on the fly? It seems that the ion entries are downloaded directly from MP database.
Relevant Information
No response