Class StandardGates.RYGate

java.lang.Object
com.quantum4j.core.gates.SingleQubitGate
com.quantum4j.core.gates.StandardGates.RYGate
All Implemented Interfaces:
Gate
Enclosing class:
StandardGates

public static final class StandardGates.RYGate extends SingleQubitGate
  • Constructor Details

    • RYGate

      public RYGate(double theta)
  • Method Details

    • getTheta

      public double getTheta()
    • name

      public String name()
      Description copied from interface: Gate
      Get the name of this gate (e.g., "H", "X", "CNOT").
      Returns:
      the gate name