materialsproject/matbench

Add flag for tasks that contain polymorphs

CompRhys opened this issue · 3 comments

Would it be possible to add a flag for tasks that contain poly-morphs? I will look at running roost and wren through matbench in a few weeks but for certain tasks such as E_f there is a mismatch between the mappings that roost is able to learn and the task.

Yes absolutely. What do you think is the best way to access this programmatically?

Like

mb = MatbenchBenchmark(...)
mb.matbench_dielectric.has_polymorphs

>>> True

Or something else?

yep just something simple like that would be great!

Ok I will implement that and tag you and this issue in the PR