-
Notifications
You must be signed in to change notification settings - Fork 12
Analysis cutoffs, and default log for ASEGeoOpt node #445
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
Conversation
…graph model, no duplicates in FilterAllowedMolecules
…ained, assumed 1 bin edge before
for more information, see https://pre-commit.ci
…dded log_file out to ASEGeoOpt node
…ained, assumed 1 bin edge before
…dded log_file out to ASEGeoOpt node
…nto analysis_cutoffs
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #445 +/- ##
=======================================
Coverage ? 72.07%
=======================================
Files ? 121
Lines ? 5136
Branches ? 0
=======================================
Hits ? 3702
Misses ? 1434
Partials ? 0 ☔ View full report in Codecov by Sentry. |
| def atoms_to_graph(atoms: ase.Atoms, cutoffs: dict[str, float] | None = None) -> nx.Graph: | ||
| """Converts ASE Atoms into a Graph based on their | ||
| bond connectivity. |
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.
It would be worth while migrating this to https://github.com/zincware/molify at some point. This must not be part of this PR, but molify uses e.g. https://luthaf.fr/vesin/latest/ for much faster neighbor lists and should have better integration tests. Let me know if you'd like to have a look.
PythonFZ
left a comment
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.
LGTM 👍 Thanks for your contribution
Analysis cutoffs, and default log for ASEGeoOpt node (zincware#445)
I accidentally closed the previous pull request by force pushing to my fork.
Please see #444.