Skip to content

Commit

Permalink
Update docs of simulator init
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian S. Steiger committed Feb 28, 2018
1 parent 27e91c3 commit d55ef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectq/backends/_sim/_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, gate_fusion=False, rnd_seed=None):
gate_fusion (bool): If True, gates are cached and only executed
once a certain gate-size has been reached (only has an effect
for the c++ simulator).
rnd_seed (int): Random seed (uses random.randint(0, 1024) by
rnd_seed (int): Random seed (uses random.randint(0, 4294967295) by
default).
Example of gate_fusion: Instead of applying a Hadamard gate to 5
Expand Down

0 comments on commit d55ef54

Please sign in to comment.