Esempio n. 1
0
 public OpenSystemsSimulator(uint capacity = 4, string representation = "mixed") : base(new QubitManager((long)capacity))
 {
     this.Id = NativeInterface.Init(capacity, representation);
 }