Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated data sources about MDF_Data Retrievals #946

Open
FaithfulFighter opened this issue Sep 28, 2024 · 0 comments
Open

Outdated data sources about MDF_Data Retrievals #946

FaithfulFighter opened this issue Sep 28, 2024 · 0 comments

Comments

@FaithfulFighter
Copy link

FaithfulFighter commented Sep 28, 2024

I used MDF_data retrieval of Matminer, and discovered that datasets it cited were outdated. For instance, OQMD(cited from MDF) has replaced v1.6 in 2023 with capacity of 16G, but data from MDF shows it was cited in Nov. 2018.
Meanwhile, I accessed MDF and used MDF API to glance the dataset connected to it, cannot discover any definite evidence.
I wonder that it is caused by MDF_dataretrieval cited the outdated MDF data, or MDF itself neglected to replace the data?
图像_2024-09-28_204218140
from matminer.data_retrieval.retrieve_MDF import MDFDataRetrieval
from mdf_forge.forge import Forge
from tqdm import tqdm

query_string = 'mdf.source_name:oqmd AND (oqmd.configuration:static OR oqmd.configuration:standard) AND dft.converged:True'

if quick_demo:
query_string += " AND mdf.scroll_id:<10000"
data = mdf_dr.get_data(query_string, unwind_arrays=False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant