remove unused precomp variables and calculations
The products of precompQuantum (primarily fSQL) are currently only used in squeeze.py (which is itself not used anywhere). Remove this function from preocomp, and move relevant bits into squeeze.py Also remove unused variables in precompPower that could confuse memoization.
Please register or sign in to comment