|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.basis.Orbital
public class Orbital
Represents an orbital type and its coefficients and exponents in
AtomicBasis.
| Constructor Summary | |
|---|---|
Orbital(java.lang.String type)
Creates a new instance of Orbital |
|
| Method Summary | |
|---|---|
void |
addCoefficient(double coeff)
adds a coefficient to this Orbital entry |
void |
addEntry(double coeff,
double exp)
adds a (coefficient, exponent) pair to this Orbital entry |
void |
addExponent(double exp)
adds a exponent to this Orbital entry |
java.util.ArrayList |
getCoefficients()
Getter for property coefficients. |
java.util.ArrayList |
getExponents()
Getter for property exponents. |
java.lang.String |
getType()
Getter for property type. |
void |
setCoefficients(java.util.ArrayList coefficients)
Setter for property coefficients. |
void |
setExponents(java.util.ArrayList exponents)
Setter for property exponents. |
void |
setType(java.lang.String type)
Setter for property type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Orbital(java.lang.String type)
type - the type of this orbital (e.g. 'S', 'P', 'D' etc...)| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String type)
type - New value of property type.public java.util.ArrayList getCoefficients()
public void setCoefficients(java.util.ArrayList coefficients)
coefficients - New value of property coefficients.public java.util.ArrayList getExponents()
public void setExponents(java.util.ArrayList exponents)
exponents - New value of property exponents.public void addCoefficient(double coeff)
coeff - the coefficient to be addedpublic void addExponent(double exp)
exp - the exponent to be added
public void addEntry(double coeff,
double exp)
coeff - the coefficient to be addedexp - the exponent to be added
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||