Skip to content
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

Bug in RunComputeProfiles #6

Closed
stephane-caron opened this issue Nov 20, 2013 · 1 comment
Closed

Bug in RunComputeProfiles #6

stephane-caron opened this issue Nov 20, 2013 · 1 comment
Labels

Comments

@stephane-caron
Copy link
Collaborator

In the following setting:

discrtimestep = 1e-4
sdbeg_min, sdbeg_max = 0., 1e-4
trajectorystring = """1.000000
2
1.02380743853 -0.621211430375 6.66133814775e-16 -4.4408920985e-16
-0.294007923442 -0.228798693785 1.66533453694e-16 0.0"""

(TOPPbindings.)RunVIP finds the correct sd_end, but RunComputeProfiles returns 0 (i.e. no solution).
cur

@stephane-caron
Copy link
Collaborator Author

(Solved by Cuong:) My bad, here sd_end_min=4>0, so RunComputeProfiles(0, 0) cannot find a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant