-
Notifications
You must be signed in to change notification settings - Fork 18
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
GCN.py #125
base: main
Are you sure you want to change the base?
GCN.py #125
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #125 +/- ##
==========================================
- Coverage 88.35% 87.38% -0.98%
==========================================
Files 82 83 +1
Lines 3316 3353 +37
==========================================
Hits 2930 2930
- Misses 386 423 +37
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@GaryLZW What was the status of this? Can I ask for your review and merge actions? As I was hoping to pick this up with my future student? |
@GaryLZW Any news on this pal? |
Hi Andy. Sorry, I forgot about this for some time. I am not sure if I can make changes to Luca's code. I will probably open another branch and get this code into some usable form. |
This is code to calculate the coordination number, then generalised coordination number of a structure. The slab size needs to be at least (5, 5, 5) to work for fcc110 so if anyone might know how to make that work with smaller slabs that would be great. Also, the code doesn't work with higher indices (so another point for improvement).