|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.basis.BasisSet
public class BasisSet
Represents an entire basis set (say sto-3g ... etc.)
| Constructor Summary | |
|---|---|
BasisSet(java.lang.String name)
Creates a new instance of Basis |
|
| Method Summary | |
|---|---|
void |
addAtomicBasis(AtomicBasis basis)
Add a relevent atomic basis to this basis set |
AtomicBasis |
getAtomicBasis(java.lang.String symbol)
Returns appropriate basis for a given atomic symbol. |
java.lang.String |
getName()
Getter for property name. |
void |
setName(java.lang.String name)
Setter for property name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasisSet(java.lang.String name)
name - - the name of this basis set (say "sto-3g")| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.public void addAtomicBasis(AtomicBasis basis)
basis - the instance of AtomicBasis to be added to this basis setpublic AtomicBasis getAtomicBasis(java.lang.String symbol)
BasisNotFoundException if the basis set does not contain
atomic basis for the requested atomic symbol.
symbol - for which the basis is requested
BasisNotFoundException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||