We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be useful to pass optimized as a True/False option to the create_rigid_body method, so that:
def create_rigid_body(self, body, nonrigid_parts = None, max_trans=1.0, max_rot=0.1, nonrigid_max_trans = 0.1, name=None, optimized=True): ... rb.set_coordinates_are_optimized(optimized) ...
The text was updated successfully, but these errors were encountered:
If you don't want to optimize it, easier (and less confusing?) to just not pass the mover to Replica Exchange, no?
Sorry, something went wrong.
Right, but what about conjugate gradient? On Aug 21, 2015 9:47 PM, "Charles Greenberg" notifications@github.com wrote:
If you don't want to optimize it, easier (and less confusing?) to just not pass the mover to Replica Exchange, no? — Reply to this email directly or view it on GitHub #129 (comment).
— Reply to this email directly or view it on GitHub #129 (comment).
Ok, ignore this, since Ben just explained to me that CG doesn't deal with rbs. On Aug 21, 2015 10:00 PM, "Jan Kosinski" jan.kosinski@gmail.com wrote:
Right, but what about conjugate gradient? On Aug 21, 2015 9:47 PM, "Charles Greenberg" notifications@github.com wrote: If you don't want to optimize it, easier (and less confusing?) to just not pass the mover to Replica Exchange, no? — Reply to this email directly or view it on GitHub #129 (comment).
No branches or pull requests
Would be useful to pass optimized as a True/False option to the create_rigid_body method, so that:
The text was updated successfully, but these errors were encountered: