You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tested an atomate2 flow, I noticed the following information:
In [7]: flow = update_user_incar_settings(flow, { 'ALGO': 'Normal', 'EDIFF': 1e-06, 'ENCUT':700})
/home/werner/.pyenv/versions/3.11.1/envs/datasci/lib/python3.11/site-packages/pymatgen/io/vasp/sets.py:288: BadInputSetWarning: Overriding the POTCAR functional is generally not recommended as it significantly affects the results of calculations and compatibility with other calculations done with the same input set. Note that some POTCAR symbols specified in the configuration file may not be available in the selected functional.
warnings.warn(
This is an inappropriate warning message. Because I update INCAR here, the warning is indeed related to POTCAR.
Regards,
Zhao
The text was updated successfully, but these errors were encountered:
Can you move this over to atomate2 with a complete code snippet? I don't think this is a pymatgen issue
hongyi-zhao
changed the title
The incorrect warnning info for update_user_incar_settings.
The inappropriate warnning info for update_user_incar_settings.
Nov 19, 2024
When I tested an atomate2 flow, I noticed the following information:
This is an inappropriate warning message. Because I update INCAR here, the warning is indeed related to POTCAR.
Regards,
Zhao
The text was updated successfully, but these errors were encountered: