README update and minor fixes
This commit is contained in:
@@ -124,7 +124,7 @@ def test_find_power_series_solution_handles_rational_indicial():
|
||||
assert ideal.find_power_series_solution(indicials=[0], order=3) == []
|
||||
|
||||
|
||||
def test_ideal_finds_holomorphic_solution_and_recovers_first_operator():
|
||||
def test_ideal_finds_power_series_solution_and_recovers_first_operator():
|
||||
# Picard--Fuchs ideal for P_{22211}[8]:
|
||||
# M1 = theta2*(-2*theta1+2*theta2-1) + 2*(theta1-2*theta2-1)*(theta1-2*theta2)*z2
|
||||
# M2 = theta1^2*(2*(theta1-2*theta2)*z2-theta2) - 16*(2*theta1+1)*(4*theta1+1)*(4*theta1+3)*z1*z2
|
||||
|
||||
Reference in New Issue
Block a user