예제 #1
0
 public QrackSimrandom(QrackSimulator m) : base(m)
 {
     this.SimulatorId = m.Id;
 }
예제 #2
0
 public QrackSimExpFrac(QrackSimulator m) : base(m)
 {
 }
예제 #3
0
 public QrackSimAssert(QrackSimulator m) : base(m)
 {
     this.Simulator = m;
 }
예제 #4
0
 public SimpleDumper(QrackSimulator QrackSim, Action <string> channel) : base(QrackSim)
 {
     this.Channel = channel;
 }
예제 #5
0
 /// <summary>
 /// Basic constructor. Takes the simulator to probe.
 /// </summary>
 public StateDumper(QrackSimulator QrackSim)
 {
     this.Simulator = QrackSim;
 }
예제 #6
0
 public QrackSimReset(QrackSimulator m) : base(m)
 {
     this.Simulator = m;
 }
예제 #7
0
 public QrackSimDumpRegister(QrackSimulator m) : base(m)
 {
     this.Simulator = m;
 }
예제 #8
0
 public QrackSimDumpMachine(QrackSimulator m) : base(m)
 {
     this.Simulator = m;
 }