Class QuantumRegister

java.lang.Object
org.episteme.natural.physics.quantum.QuantumRegister

public class QuantumRegister extends Object
Represents a Register of Qubits. Re-located to core for unified backend access.
  • Constructor Details

    • QuantumRegister

      public QuantumRegister(String name, int size)
  • Method Details

    • getName

      public String getName()
    • getSize

      public int getSize()