src/simulation/qsp/QSP.fs (2 lines): - line 207: let log2N = 15 // TODO: This has to be computed as a function of epsilon and slope. - line 209: let gibbs = MPF.fromFloat(0.8, prec) // TODO: Replace it with a possibly better number. src/simulation/qsp/QSPPrimitives.fs (2 lines): - line 24: // TODO: Consider unwrapping the arithmetic for the Pauli matrices. - line 167: let valueTable = // TODO: Optimize and parallelize src/simulation/qsp/MPPolynomials.fs (1 line): - line 630: // TODO: The outer loop may be parallelized. src/simulation/qsp/MPNumber.fs (1 line): - line 718: // TODO: Consider implementing the singular value decomposition.