Class JSci.physics.quantum.QuantumParticle
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.quantum.QuantumParticle

java.lang.Object
   |
   +----JSci.physics.Particle
           |
           +----JSci.physics.quantum.QuantumParticle

public class QuantumParticle
extends Particle
A class representing quantum particles.

Variable Index

 o spinZ
The number of 1/2 units of the z-component of spin.

Constructor Index

 o QuantumParticle()
Constructs a quantum particle.

Method Index

 o anti()
Returns the antiparticle of this particle.
 o baryonQN()
Returns the baryon number.
 o charge()
Returns the electric charge.
 o eLeptonQN()
Returns the electron lepton number.
 o isAnti(QuantumParticle)
Returns true if qp is the antiparticle.
 o isospin()
Returns the number of 1/2 units of isospin.
 o isospinZ()
Returns the number of 1/2 units of the z-component of isospin.
 o muLeptonQN()
Returns the muon lepton number.
 o spin()
Returns the number of 1/2 units of spin.
 o strangeQN()
Returns the strangeness number.
 o tauLeptonQN()
Returns the tau lepton number.

Variables

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

Constructors

 o QuantumParticle
  public QuantumParticle()
Constructs a quantum particle.

Methods

 o spin
  public abstract int spin()
Returns the number of 1/2 units of spin.
 o isospin
  public abstract int isospin()
Returns the number of 1/2 units of isospin.
 o isospinZ
  public abstract int isospinZ()
Returns the number of 1/2 units of the z-component of isospin.
 o charge
  public abstract int charge()
Returns the electric charge.
 o eLeptonQN
  public abstract int eLeptonQN()
Returns the electron lepton number.
 o muLeptonQN
  public abstract int muLeptonQN()
Returns the muon lepton number.
 o tauLeptonQN
  public abstract int tauLeptonQN()
Returns the tau lepton number.
 o baryonQN
  public abstract int baryonQN()
Returns the baryon number.
 o strangeQN
  public abstract int strangeQN()
Returns the strangeness number.
 o anti
  public abstract QuantumParticle anti()
Returns the antiparticle of this particle.
 o isAnti
  public abstract boolean isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle.

All Packages  Class Hierarchy  This Package  Previous  Next  Index