Draft
Conversation
Added support for primitive internal coordinates, Wilson B matrices, and generating trajectories using these.
typing does not have TypeAlias before Python 3.12, moved for backwards compatability.
added "from __future__ import annotations"
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #122 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 29 31 +2
Lines 2761 2921 +160
=======================================
- Misses 2761 2921 +160 ☔ View full report in Codecov by Sentry. |
Added Vector, Matrix, Tensor3D types to differentiate between NDArrays
Changed type union from | to Union[]
Now go through each element of delta_c and minimize the paths between angles.
Owner
perhaps (could be done for another MR)
|
was a great idea, too bad it did not work. :-(
for get_Wilson_B and x_to_c, now pos_arr is an n by 3 array where n is the number of atoms containing the positions of each atom with normal indexing.
nwhel
commented
Feb 4, 2025
Collaborator
Author
nwhel
left a comment
There was a problem hiding this comment.
Mislabeled this, meant to say fixed method arguments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for primitive internal coordinates, Wilson B matrices, and generating trajectories using these.