Rajat

Results 20 comments of Rajat

Thanks @fingoldo for the suggestion. Do you mind creating a PR and I can review it over the weekend and merge it if all looks okay! I was not able...

Thanks for the PR @fingoldo, I can review the PR and work on this to get this published soon!

I am sorry for the delay, I was occupied with couple of other stuff. I will fix the pipeline issues over the weekend and we'll see from there!

@rainyrainyguo Did you find a workaround to the problem?

I read this in a retweet from Ian Goodfellow that "GAN's may be evaluated based on how smooth (disentangled) the latent space interpolations are." This seems to me a good...

Can you also rebase your branch to pull some recent changes?

I have fixed the test pipelines, so post rebase with `main` the pipeline can check for current behavior. I would like to contribute to your branch, so please let me...

No worries, can you try to follow: https://stackoverflow.com/a/54036195/7630458? The idea is to incorporate recently merged changes to your PR as well.

Similar logic is implemented in `converged_electronic`, it relies on `NELM` steps performed vs specified rather than `EDIFF`: https://github.com/materialsproject/pymatgen/blob/46c71963b1c15c9bf7a7964a0908c602f7b67758/pymatgen/io/vasp/outputs.py#L509-L524 A calculation will stop at the next electronic step if `STOPCAR` has...

Thanks for raising this issue @Jonathanpro. I will try get this over the weekend.