-
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
Feature 103 #120
Merged
Merged
Feature 103 #120
Conversation
This file contains 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
…gement of options.
the dynamics code. Added tests and source documentation.
…86 using CPU [ci skip]
of the 3 angles. The angles are converted from degrees to radians when held internally. But they should exactly convert back to the degrees value via `ang.to(degrees)` as I think division/multiplication by the same number is reversible. [ci skip]
[ci skip]
part of the unit test that checks that velocity rotation is working.
[ci skip]
I guess I'd need to call this twice for perturbable molecules, i.e. to rotate both end states. This isn't a problem, since it's what I need to do now anyway. (Just remapping the coordinates property as required.) |
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.
This pull request fixes issue #103
devel
into this branch before issuing this pull request (e.g. by runninggit pull origin devel
): [y]Suggested reviewers:
@lohedges
Any additional context of information?
This adds in rotation of Velocities when rotations are performed via a cursor. This builds on the other two PRs so will accept all three once accepted. You can toggle rotation of velocities using the
rotate_velocities
flag. This defaults toNone
, which will beTrue
if the user hasn't specified this in the property map (arotate_velocities
flag is set which is passed down to the rotation functions inmoverbase.cpp
)