Skip to content

Commit cdb263f

Browse files
Update docs of simulator init (ProjectQ-Framework#213)
1 parent 27e91c3 commit cdb263f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projectq/backends/_sim/_simulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(self, gate_fusion=False, rnd_seed=None):
6060
gate_fusion (bool): If True, gates are cached and only executed
6161
once a certain gate-size has been reached (only has an effect
6262
for the c++ simulator).
63-
rnd_seed (int): Random seed (uses random.randint(0, 1024) by
63+
rnd_seed (int): Random seed (uses random.randint(0, 4294967295) by
6464
default).
6565
6666
Example of gate_fusion: Instead of applying a Hadamard gate to 5

0 commit comments

Comments
 (0)