-
Notifications
You must be signed in to change notification settings - Fork 9
Documentation of the symbolic outputs functionalities #32
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
Changed the name of the function creating the tendencies
|
Hi @ushham , I checked the Fortran tabulation issue and it looks fine. On the other hand, setting I think that after this is solved we can merge. Cheers, Jonathan |
|
I have fixed the above issue that you raised. It was occurring because there was a mix of using parameter objets and a dict storing the symbols. The use of the dict was a hangover from earlier versions of this and should have been removed once you implemented the new parameter class. |
|
I wonder if the outputs of the inner products still include pi, I don't think I would have included this for no reason, but its clearly not needed so can be removed |
|
If think it depends on the way you ask Sympy to output them, but clearly here the pi's are already converted to numerics. |
I also note that I was subbing conjugations which are not needed. I can remove these |
|
When you increase resolution, at some point conjugations appear. |
|
Good, in the end, the user can still substitute expressions if he wants anyway. |
ushham
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.
Yes exactly, it is still flexible for subs from the user. Ok all looks good to me :)
|
Ok this is merged. I will proceed to merge to master and then release. Good job ! |


No description provided.