We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dc855 commit 5574e46Copy full SHA for 5574e46
src/qirlightning/LightningQuantum.hh
@@ -30,7 +30,7 @@ class LightningQuantum final : virtual public QuantumNotImpl
30
{
31
public:
32
// Construct with number of shots
33
- LightningQuantum(std::ostream& os, unsigned long int shots);
+ LightningQuantum(std::ostream& os, unsigned long int seed);
34
~LightningQuantum();
35
36
QIREE_DELETE_COPY_MOVE(LightningQuantum); // Delete copy and move constructors
0 commit comments