-
Notifications
You must be signed in to change notification settings - Fork 81
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
Specify individual axes to constrain within PACKMOL in packing.py #734
Open
chrisjonesBSU
wants to merge
23
commits into
mosdef-hub:main
Choose a base branch
from
chrisjonesBSU:fix_orientation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c43e28a
added new function packmol_constrain to allow contraints about each a…
chrisjonesBSU 74fcdf8
added doc strings to packmol_constraints function
chrisjonesBSU 7ee47df
updated the doc strings in the packmol_constrain function
chrisjonesBSU dc3d983
updated packmol_constraints using Justin's suggestion for string form…
chrisjonesBSU 7f068d8
added warning message and behavior to handle non-iterable fix_orienta…
chrisjonesBSU 41669bc
fixed quotations in warning message
chrisjonesBSU c6154e4
Merge branch 'master' of github.com:mosdef-hub/mbuild into fix_orient…
chrisjonesBSU 033b576
added new unit test for new fix_orientation functionality
chrisjonesBSU 3ba2b80
fixed unit test for specify_axis; now tests for all 6 remaining possi…
chrisjonesBSU cf4ba73
fixes to unit test per notes from Ray
chrisjonesBSU 5611010
removed my old specify_axis unit test
chrisjonesBSU 75ff322
Merge branch 'master' of github.com:mosdef-hub/mbuild into fix_orient…
chrisjonesBSU 3a394b0
added new packmol_constrain functionality to all packing functions
chrisjonesBSU d5641a1
fixed inconsistencies in doc strings for fix_orientation
chrisjonesBSU 475d17f
made warning messages consistent for each packing function
chrisjonesBSU 2e55f88
added a leading underscore to the packmol_constrain function, and mov…
chrisjonesBSU 3b6f19a
added the leadering underscore to the packmol_constrain function call…
chrisjonesBSU 85cf398
fixed typos, more robust check of fix_orientation in the _packmol_con…
chrisjonesBSU d63f967
made changes to the checking and handling of lists of bools for the f…
chrisjonesBSU 052be47
change compound to solvent in def solvate(); fixed failing solvate te…
chrisjonesBSU 59cf662
fix conflicts
chrisjonesBSU 2d90190
fixed a lot of little errors
chrisjonesBSU c363358
Merge branch 'master' of github.com:mosdef-hub/mbuild into fix_orient…
chrisjonesBSU File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
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.
One other option that might be aligned with jenny's suggestion
Yours is more readable, but this removes all of the conditionals from line 74 onwards i think