Exemplo n.º 1
0
 public override void Init()
 {
     this.A = this.Factory.Get <ICallable, A>();
     this.X = this.Factory.Get <IUnitary <Qubit>, Intrinsic.X>();
 }
Exemplo n.º 2
0
 public override void __Init__()
 {
     this.A = this.__Factory__.Get <ICallable, A>();
     this.X = this.__Factory__.Get <IUnitary <Qubit>, Intrinsic.X>();
 }