-
Notifications
You must be signed in to change notification settings - Fork 7
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
Progress in refactoring code and implementing unit tests #81
Conversation
…ndefined variable in the test scripts.
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.
There is a question if zsktr[si] should go to pfapack part. Then they should be rewritten to fixed from fortran.
Thanks @addman2!
Yes, they are subroutines related to Pfaffian. So we can move them. Did you find corresponding subroutines in pfapack? |
Dear @kousuke-nakano, well the original pfapack does not contain z double-complex skew-symmetric solver and invertor. But according to the license we can modify pfapack. So there is no problem to add zsktr* from m_common to m_pfapack where it by nature belongs. However by our linting rule it should be rewritten to fixed-form fortran. But let's do one step at a time. I would merge this PR, create an issue about it and leave it to next PR. That is my suggestion. |
Sure! Let's fix this problem later. |
What I am doing right now are:
In this pull request, I have changed:
#12