-
Notifications
You must be signed in to change notification settings - Fork 0
TMC #15
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
base: add_f_total
Are you sure you want to change the base?
TMC #15
Conversation
andreab1997
left a comment
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.
Have you tried to run without TMC and checked that the result was exactly the same as before?
| # _factor_h2 = 4.0 * self.mu * self.x**3 / (self.rho**2) | ||
| # FLout = self.fl(x=self.xi, Q=self.Q) | ||
| # h2out = self.h2() | ||
| # return _factor_shifted * FLout + _factor_h2 * h2out |
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.
Do we need these comments?
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.
that was the first attempt of the exact implementation, I think can be removed
|
I was trying to rebase but I was a bit confused so it is probably better if you rebase (or just solve the conflicts) |
|
@giacomomagni Do you want to keep this? Otherwise I would just close it |
As you wish, we are not bound to follow Yadims... |
Approximated TMC implementaion.