Documentation of 'jsci.physics.quantum.QuantumParticle' Java class
QuantumParticle
jsci.physics.quantum

Class QuantumParticle

    • Constructor Summary

      Constructors 
      Constructor and Description
      QuantumParticle()
      Constructs a quantum particle.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract QuantumParticle anti()
      Returns the antiparticle of this particle.
      abstract int baryonQN()
      Returns the baryon number.
      abstract int charge()
      Returns the electric charge.
      abstract int eLeptonQN()
      Returns the electron lepton number.
      abstract boolean isAnti(QuantumParticle qp)
      Returns true if qp is the antiparticle.
      abstract int isospin()
      Returns the number of 1/2 units of isospin.
      abstract int isospinZ()
      Returns the number of 1/2 units of the z-component of isospin.
      abstract int muLeptonQN()
      Returns the muon lepton number.
      abstract int spin()
      Returns the number of 1/2 units of spin.
      abstract int strangeQN()
      Returns the strangeness number.
      abstract int tauLeptonQN()
      Returns the tau lepton number.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • spinZ

        public int spinZ
        The number of 1/2 units of the z-component of spin.
    • Constructor Detail

      • QuantumParticle

        public QuantumParticle()
        Constructs a quantum particle.
    • Method Detail

      • spin

        public abstract int spin()
        Returns the number of 1/2 units of spin.
      • isospin

        public abstract int isospin()
        Returns the number of 1/2 units of isospin.
      • isospinZ

        public abstract int isospinZ()
        Returns the number of 1/2 units of the z-component of isospin.
      • charge

        public abstract int charge()
        Returns the electric charge.
      • eLeptonQN

        public abstract int eLeptonQN()
        Returns the electron lepton number.
      • muLeptonQN

        public abstract int muLeptonQN()
        Returns the muon lepton number.
      • tauLeptonQN

        public abstract int tauLeptonQN()
        Returns the tau lepton number.
      • baryonQN

        public abstract int baryonQN()
        Returns the baryon number.
      • strangeQN

        public abstract int strangeQN()
        Returns the strangeness number.
      • anti

        public abstract QuantumParticle anti()
        Returns the antiparticle of this particle.
      • isAnti

        public abstract boolean isAnti(QuantumParticle qp)
        Returns true if qp is the antiparticle.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.