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
Hello! I'm interested in fine-tuning the pretrained model trained with OMat24.
I'm working on creating my own fine-tuning dataset and would like to know the precise DFT calculation settings used for OMat24 to ensure compatibility.
The version of VASP and pymatgen?
As fas as I know, it's better to use ISMEAR=0 to metallic systems. But, MPRelaxSet makes INCAR with ISMEAR=-5 for metallic systems. When performing the calculations, was there anything changed in the input file created by MPRelaxSet other than the ALGO parameter?
The text was updated successfully, but these errors were encountered:
Apart from the ALGO parameters we used VASP 54 pseudopotentials (this is the most important to ensure compatibility). We did run ISMEAR=-5 for metals, but you are correct ISMEAR=0 is more appropriate for metallic systems.
Note that you do not have to necessarily match the exact settings if you are going to fine-tune. For example finetuning with MPTrj gives very accurate models for the MPTrj settings.
What would you like to report?
Hello! I'm interested in fine-tuning the pretrained model trained with OMat24.
I'm working on creating my own fine-tuning dataset and would like to know the precise DFT calculation settings used for OMat24 to ensure compatibility.
The text was updated successfully, but these errors were encountered: