Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change d_varphi_d_phi to use formula so it will work with pyQic (whic…
…h does not use same name)
- Loading branch information
7e765bb
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.
I think this expression for d_varphi_d_phi is not correct for a QI (or at least it appears strange). In terms of quantities that exist in both qsc and qic, it should be something like,
d_varphi_d_phi = 1 + np.matmul(qsc.d_d_phi, qsc.varphi - qsc.phi)
Should re-run the qic case. I think this is the reason why we have discrepancy in B, which disappears if plotted in `varphi'. I'll run with this modification and see what the result is.
7e765bb
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.
This is only for the order rho squared though, so it should not affect the QI O(rho), but I think you had gotten it right