public class SlaterData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
atomNo |
double |
coef |
int |
index |
boolean |
isCore |
int |
r |
int |
x |
int |
y |
int |
z |
double |
zeta |
| Constructor and Description |
|---|
SlaterData(int iAtom,
int x,
int y,
int z,
int r,
double zeta,
double coef) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public boolean isCore
public int atomNo
public int x
public int y
public int z
public int r
public double zeta
public double coef
public int index