Navigation Menu

Skip to content

Commit

Permalink
Fixed complete_input.json and.
Browse files Browse the repository at this point in the history
Run the threaded solver test in fixed meas per walker mode.
  • Loading branch information
gbalduzz committed Dec 5, 2018
1 parent 804d7e0 commit c9994f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -60,7 +60,8 @@
"threaded-solver" : {
"walkers": 4,
"accumulators": 4,
"shared-walk-and-accumulation-thread": true
"shared-walk-and-accumulation-thread": true,
"fix-meas-per-walker" : true
},

"seed" : 0
Expand Down
4 changes: 2 additions & 2 deletions tools/complete_input.json
Expand Up @@ -102,13 +102,13 @@
"warm-up-sweeps": 20,
"sweeps-per-measurement": 1.,
"measurements": 100,
"fix-meas-per-walker" : false,
"error-computation-type" : "NONE",

"threaded-solver": {
"walkers": 1,
"accumulators": 1,
"shared-walk-and-accumulation-thread" : false
"shared-walk-and-accumulation-thread" : false,
"fix-meas-per-walker" : false
}
},

Expand Down

0 comments on commit c9994f7

Please sign in to comment.