-
Notifications
You must be signed in to change notification settings - Fork 11
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 utilities to calculate Order Parameter #16
Add utilities to calculate Order Parameter #16
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16 +/- ##
==========================================
+ Coverage 99.20% 99.43% +0.23%
==========================================
Files 4 5 +1
Lines 125 178 +53
==========================================
+ Hits 124 177 +53
Misses 1 1
|
- get pattern is a little confusing for how it would be used perhaps I should make it a private function. I plan to add an example of its use soon.
- use an example that is easy to know the answer to
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These added utilities look awesome! I left a couple suggestions which I think would be useful for future-proofing some of the utilities in the case other uses for these might arise.
Also, I'm not that familiar with the order parameter you're calculating, but is that also a utility that could be added, maybe to structure.py
? Or would it be more applicable to just have an example notebook and other people can apply the same approach to their own systems?
- per suggestion of @chrisjonesBSU
My goal is to calculate the order parameter shown in doi:10.3390/polym10121305.
I will reference Evan's code where possible.
The goal is to have a function which can calculate the clustering based on a distance cutoff and angle cutoff between the plane normal vectors of the chromophores.
Will use GRiTS to get the chromophores.
TODO