Browse Source

optimize can find the result (sometimes)

Konstantin Ladutenko 7 years ago
parent
commit
8d33eec1b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phase-encoding-method-of-moments.py

+ 1 - 1
phase-encoding-method-of-moments.py

@@ -297,7 +297,7 @@ time1 = time.time()
 lambdas = GetLambda(mag_sin)
 lambdas = GetLambda(mag_sin)
 time2 = time.time()
 time2 = time.time()
 print( 'GetLambda took %0.5f s' % ((time2-time1)))
 print( 'GetLambda took %0.5f s' % ((time2-time1)))
-#print((lambdas))
+print((lambdas))
 U = GetU(lambdas)
 U = GetU(lambdas)
 
 
 sign ="" 
 sign =""