-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record
kappa_103.pred_file
paths and URLs in model YAML files (#199)
* mv deepmd_dpa3 deepmd * add q-point mesh map for specific space group numbers in phonons/__init__.py - Update calculate_kappa_avg to use pd.isna() for NaN detection - Remove unnecessary column removal in calc_kappa_metrics_from_dfs - Ensure consistent numpy array conversion in calc_kappa_srme * rename Model.phonons_path method to kappa_103_path with nested metrics retrieval - rename mattersim-v1.yml to mattersim-v1-5m.yml for clarity and add kappa_103 pred_file and pred_file_url - Update test case to verify new kappa_103_path for grace2l_r6 model * adjust model-schema.yml for additional kappa_103 nesting level under phonon metrics - add stricter file URL validation and conditional requirements based on presence of file path in YAML data - Improve validation for geometry optimization and discovery metrics file download URLs as well * Add pred_file and pred_file_url for kappa_103 metrics across multiple models - Restructure phonon metrics to use nested kappa_103 dictionary - Update models: ChgNet, DeepMD, eqV2, Grace, M3GNet, MACE, ORB, SevenNet * update MetricsTable and ModelCard svelte components to match added nesting of kappa_103 metrics - rename MatterSim svelte files for energy parity visualization to match 5M suffix - update per-element-each-errors JSON data * eval_kappa_srme.py print kappa_103 SRME + SRE metrics for all models * refactor init_phono3py to accept explicit parameters instead of relying on atoms.info and improve test coverage - update fixtures to match new function signature * fix pred_file_url key missing the _file part in upload_model_preds_to_figshare.py - Modify M3GNet discovery script to add explicit checkpoint handling - fix test_models.py: use new mattersim model enum * calc_kappa_mace_ray_parallelized.py pass displacement_distance to calc_kappa_for_structure - add explicit supercell and q-point mesh parameters in init_phono3py - don't clutter up root results dir with relaxation log files - modify job name generation to include more detailed parameters * fix tests
- Loading branch information
Showing
38 changed files
with
296 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.