You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there something obviously wrong with SemiclassicalJacobi(2.0, 3/2, 2.0, 1.0, SemiclassicalJacobi(2.0, -1/2, 1.0, -1/2))? Print shows it's going back and forth between c values
Q = SemiclassicalJacobi with weight x^1.5* (1-x)^2.0* (2.0-x)^0.5 on 0..1
Q = SemiclassicalJacobi with weight x^1.5* (1-x)^2.0* (2.0-x)^0.5 on 0..1
Q = SemiclassicalJacobi with weight x^1.5* (1-x)^2.0* (2.0-x)^1.5 on 0..1
Q = SemiclassicalJacobi with weight x^1.5* (1-x)^2.0* (2.0-x)^1.5 on 0..1
Q = SemiclassicalJacobi with weight x^1.5* (1-x)^2.0* (2.0-x)^0.5 on 0..1
Q = SemiclassicalJacobi with weight x^1.5* (1-x)^2.0* (2.0-x)^0.5 on 0..1
Q = SemiclassicalJacobi with weight x^1.5* (1-x)^2.0* (2.0-x)^1.5 on 0..1
The text was updated successfully, but these errors were encountered:
Building from previous is currently only implemented for integer differences. Nothing fundamental, just needs an if statement added in the right places if you want general cases. In that case you want to go up by integers until the remaining difference is smaller 1, then modify the final bit.
Ah, thought it might be something like that. I don't need it currently, just noticed it while writing tests and couldn't tell if it should work or not. Thanks.
Is there something obviously wrong with
SemiclassicalJacobi(2.0, 3/2, 2.0, 1.0, SemiclassicalJacobi(2.0, -1/2, 1.0, -1/2))
? Print shows it's going back and forth betweenc
valuesThe text was updated successfully, but these errors were encountered: