-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add new functions/methods to featurize module #330
base: main
Are you sure you want to change the base?
Conversation
Hi @JaGeo, there seems to be some issue with coverage artificats not being generated and uploaded in CI, I have not been able to pinpoint the cause yet. Will check again in detail tomorrow. Leaving this as a comment only for my reference here. |
Could be simply bug associated with a new release of pytest today. Will have to check downgrading it |
@naik-aakash sure. Don't worry! |
issue was with upload artificats update ignoring hidden files from being uploaded. It should be fixed now in PR #331 |
Just for NaCl and AlN, I do not have exactly overlapping peaks. But seems to work in other cases. Can't seem to figure out what could be the reason. |
@naik-aakash can you provide the structures for both AlN cases and both NaCl cases here? And icohps for all Al-Al and cl-cl.interactions? |
cannot upload compressed files here, will share the calc files on email. |
Hi @JaGeo , Below you can find the outputs for the same structures with updated implementation, which now works fine for primitive and supercells NaClAlNSi3N4ZnSb |
Very good. I think you can test some more cases and see if your implementation can cover all of those |
Looks like you only checked cubic and tetragonal crystal symmetries so far. You could try some less symmetry structures as well, like monoclinic, triclinic. And also hexagonal and orthorhombic. |
Oh, I replied to the wrong comment |
Hi @JaGeo and @QuantumChemist , I did some more tests on different kinds of structures for supercell and primitive comparisons. Just posting here some results of summed BWDF I got from these comparisons for this structures. It seems to work in these cases as well. orthorhombic : mp-10381monoclinic : mp-10408hexagonal : mp-10614triclinic : mp-14983 |
Good, I would recommend testing your implementation on your complete dataset and check if there are any failures (does the algorithm find all ICOHPs in the ICOHP list?) |
Will check this soon 😄 |
Fantastic! |
Closes #329
Changes