Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iyassou authored Nov 21, 2019
1 parent a24b65b commit 344d766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ qc.h(0)
qc.measure(0,0)

def randGen():
return int(''.join(simulate(qc, shots=3, get='memory')), 2)
return int(''.join(*simulate(qc, shots=3, get='memory')), 2)
```

#### Cleaning up unused variables/imports
Expand Down

0 comments on commit 344d766

Please sign in to comment.