Skip to content

Commit 5574e46

Browse files
committed
update shots to seed
1 parent 01dc855 commit 5574e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qirlightning/LightningQuantum.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class LightningQuantum final : virtual public QuantumNotImpl
3030
{
3131
public:
3232
// Construct with number of shots
33-
LightningQuantum(std::ostream& os, unsigned long int shots);
33+
LightningQuantum(std::ostream& os, unsigned long int seed);
3434
~LightningQuantum();
3535

3636
QIREE_DELETE_COPY_MOVE(LightningQuantum); // Delete copy and move constructors

0 commit comments

Comments
 (0)