-
Notifications
You must be signed in to change notification settings - Fork 68
Fixes and improvements related to random number generation. Improvements for data set filtering. #887
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
…e). Make max_factor_ a double, and make the default 10.
max rotations be on a per-dihedral basis. Make rotation counts unsigned in old routine. Fix printf formatting.
…ndomizeions improvements, and permutedihedrals improvements.
|
FML I just want stable CI.... |
|
What package is it trying to install? |
| jobs: | ||
| linux_build: | ||
| runs-on: ubuntu-20.04 | ||
| runs-on: ubuntu-latest |
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.
Same image ATM.
|
The PGI build in Jenkins failed. |
|
@hainm note the pytraj failure is expected; the algorithm for the |
|
@swails taking out |
This PR contains a lot of improvements.
gausskeyword to therandomcommand.permutedihedralskeyword with therandomcommand is greatly improved. In general, fewer rotations are required to get much higher quality structures (with no clashes so far in testing proteins up to 268 a.a.!).randomizeionshas been sped up an order of magnitude. In addition, users are not required to specify anaroundmask, and in conjunction withallowoverlapseliminates all distance checking, allowing for pure random ion placement.datafilterand thefilteraction has been centralized under the hood. In addition, the final counts of passed/filtered frames are now stored in data sets, and 2d/3d sets can be counted (but not yet actively filtered).My hope is that this is the version (5.1) that ends up in AmberTools 21.