Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
319 changes: 319 additions & 0 deletions resource_estimate/ModExp - Finding the optimal window size.ipynb

Large diffs are not rendered by default.

286 changes: 71 additions & 215 deletions resource_estimate/Resourse estimation for ModExp.ipynb

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions resource_estimate/results/estimate_resources_mod_exp.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
op,n,Logical qubits,Physical qubits,Logical depth,"Runtime, seconds"
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",3,33,109026,35,0.000126
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",4,42,81444,76,0.0003344
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",5,72,159856,899,0.0046748
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",6,84,154232,1338,0.0069576
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",7,95,232030,3391,0.020346
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",8,106,236980,4376,0.026256
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",10,128,345600,9630,0.05778
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",11,139,350342,15643,0.1063724
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",13,161,399058,26499,0.1801932
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",16,193,417554,45024,0.3061632
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",19,225,450450,85299,0.6482724
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",23,268,481496,152359,1.1579284
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",27,311,530542,247307,1.8795332
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",32,364,568808,388976,2.9562176
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",38,427,664614,657746,5.5250664
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",45,500,819000,1148387,9.6464508
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",54,594,1156988,1914434,16.0812456
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",64,698,1304924,3202704,29.4648768
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",76,823,1437174,5384604,49.5383568
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",91,978,1601164,9476043,87.1795956
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",108,1153,1974370,15545276,155.45276
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",128,1359,2265190,25935056,259.35056
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",152,1606,2573940,43507496,435.07496
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",181,1903,2945190,74380443,743.80443
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",215,2250,3813620,124602727,1345.7094516
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",256,2669,4457842,208632144,2253.2271552
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",304,3158,5170804,349661184,3776.3407872
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",362,3748,6837256,590828606,6853.6118296
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",431,4449,8116298,1002372943,11627.5261388
"QuantumArithmetic.CG20192.ModExpWindow(_,_,_,_,2,2)",512,5271,9802182,1673458256,19412.1157696
QuantumArithmetic.LYY2021.ModExp,3,52,162776,513,0.0026676
QuantumArithmetic.LYY2021.ModExp,4,63,166494,348,0.0018096
QuantumArithmetic.LYY2021.ModExp,5,75,236550,3267,0.019602
Expand Down