PotentialCalculationMappedVirialV.VFuncpublic static class PotentialCalculationMappedVirialV.UShift extends java.lang.Object implements PotentialCalculationMappedVirialV.VFunc
| Modifier and Type | Field | Description |
|---|---|---|
protected P2SoftSphericalTruncated |
p2 |
|
protected double |
vCut2 |
|
protected double |
vShift |
| Constructor | Description |
|---|---|
UShift(P2SoftSphericalTruncated p2) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
setVCut(double newVCut) |
|
double |
v(double r2,
double r) |
|
double |
vp(double r2,
double r) |
protected final P2SoftSphericalTruncated p2
protected double vShift
protected double vCut2
public UShift(P2SoftSphericalTruncated p2)
public void setVCut(double newVCut)
public double v(double r2,
double r)
v in interface PotentialCalculationMappedVirialV.VFuncpublic double vp(double r2,
double r)
vp in interface PotentialCalculationMappedVirialV.VFunc