Comment by BeetleB

3 days ago

> The research paper will tell you everything except how to reproduce this work in minimal effort, it's like they are hiding something.

They are. I used to work in an adjacent field. Everyone was open about doing it - they're competing with others for grants, and worry that if they reveal the secret sauce, others will move faster than they can.

You can say you performed a DFT calculation to get the result, but anyone who's studied these types of simulations/calculations knows that it's highly nontrivial to implement, with lots of coding and numerical tricks involved. So it's extremely hard to reproduce if you don't have detailed access to the algorithms.

Not only that, but DFT itself has many many different forms. There's DFT that is O(n)^3 and there's DFT that's O(n)^7 in time complexity, the wild variations are due to the different approximations (i.e. algorithm and parameters).

Saying "I used DFT" is like saying "I used a computer", its nowhere near enough info to reproduce the work

  • You are right. But I think nearly a half of DFT calcs are done with VASP.

    Particularly, if one using ASE or other higher level wrapper of calculators(like quacc), he can share all the params in just one python script.

    If not, just share the INCARs and POSCARs using a github link or whatsoever.