Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Dec 5, 2024
1 parent 4dd4911 commit 970343a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def test_newton_raphson_inverse_sqrt_bloq_counts():
poly_bitsize = 15
target_bitsize = 22
bloq = NewtonRaphsonApproxInverseSquareRoot(int_bitsize, poly_bitsize, target_bitsize)
_, counts = bloq.call_graph()
cost_square = poly_bitsize**2 // 2 - 4
cost_scale = poly_bitsize * (2 * int_bitsize - 1) - int_bitsize**2
cost_mult = 2 * (target_bitsize**2 - target_bitsize - 1)
Expand Down

0 comments on commit 970343a

Please sign in to comment.