-
Notifications
You must be signed in to change notification settings - Fork 189
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
Matrix product and Langevin simplification #3301
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3301 +/- ##
======================================
- Coverage 86% 86% -1%
======================================
Files 536 536
Lines 25554 25564 +10
======================================
+ Hits 21985 21989 +4
- Misses 3569 3575 +6
Continue to review full report at Codecov.
|
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.
Can't really tell for Langevin-related modifications, but other than that, LGTM.
I disagree, the name for the matrix transformation was wrong ^^ |
This creates a merge conflict with the Brownian Dynamics pr. A merge order needs to be chosen.
|
We probably should rename the vector transform functions to |
On Tue, Nov 12, 2019 at 02:15:40AM -0800, Florian Weik wrote:
We probably should rename the vector transform functions to `convert_body_to_space`?
I can rebase the BD PR, did we decided to merge that?
Yes. See notes on the offline discussion with Bogdan from the school on the PR.
|
bors r=jngrad |
3301: Matrix product and Langevin simplification r=jngrad a=fweik Description of changes: - 3x3 matrix product for Utils::Matrix - space to body frame conversion for linear maps - Some simplification of the langevin thermostat Co-authored-by: Florian Weik <fweik@icp.uni-stuttgart.de>
Build succeeded |
Description of changes: