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
I wanted to use your metrics script to evaluate generated structures from mp_20 dataset. I have the training dataset and the generated dataset both in .cif format. I wish to ask, how may I use your script to evaluate the performance of my model?
As per my understanding we need of compute_metrics.py in order to get the crystal list we need to convert the .cif structure to a data dictionary with keys : {frac_coords, atom_types, lengths, angles, num_atoms}.
How to get these values for the above keys from my .cif file ?
Hi, I think if you have the .cif structure, you could get all these parameters by feeding the cif to the 'Structure' class in pymatgen. Details can be found in cdvae/common/data_utils.py
Hi, thanks for the repository.
I wanted to use your metrics script to evaluate generated structures from mp_20 dataset. I have the training dataset and the generated dataset both in
.cif
format. I wish to ask, how may I use your script to evaluate the performance of my model?As per my understanding we need of
compute_metrics.py
in order to get the crystal list we need to convert the.cif
structure to a data dictionary with keys :{frac_coords, atom_types, lengths, angles, num_atoms}
.How to get these values for the above keys from my .cif file ?
compute_metrics.py
:cdvae/scripts/compute_metrics.py
Line 267 in f857f59
The text was updated successfully, but these errors were encountered: