NormalModes
public class NormalModesPotential extends java.lang.Object implements NormalModes
Constructor | Description |
---|---|
NormalModesPotential(int[] nCells,
Primitive primitive,
Basis basis,
Potential2SoftSpherical potential,
Space space) |
Modifier and Type | Method | Description |
---|---|---|
void |
calculateModes() |
|
double[][][] |
getEigenvectors() |
First index corresponds to the wave vector; second index gives the eigenvector, and
third index gives the elements of the vector.
|
java.lang.String |
getFileName() |
|
int |
getMaxLatticeShell() |
|
double[][] |
getOmegaSquared() |
Returns an array giving the frequencies (squared) corresponding to the normal-mode
motions.
|
WaveVectorFactory |
getWaveVectorFactory() |
Returns a factory that provides the wave vectors and coefficients for
the periodic system.
|
void |
setFileName(java.lang.String filename) |
|
void |
setHarmonicFudge(double newHarmonicFudge) |
Set the fudge factor applied to frequencies.
|
void |
setMaxLatticeShell(int maxLatticeShell) |
|
void |
setPotential(Potential2SoftSpherical potential) |
|
void |
setTemperature(double newTemperature) |
Set the temperature used for calculating omega-squared.
|
protected final Space space
public NormalModesPotential(int[] nCells, Primitive primitive, Basis basis, Potential2SoftSpherical potential, Space space)
public void calculateModes()
public void setPotential(Potential2SoftSpherical potential)
public double[][][] getEigenvectors()
NormalModes
getEigenvectors
in interface NormalModes
public double[][] getOmegaSquared()
NormalModes
getOmegaSquared
in interface NormalModes
public WaveVectorFactory getWaveVectorFactory()
NormalModes
getWaveVectorFactory
in interface NormalModes
public int getMaxLatticeShell()
public void setMaxLatticeShell(int maxLatticeShell)
public void setHarmonicFudge(double newHarmonicFudge)
NormalModes
setHarmonicFudge
in interface NormalModes
public void setTemperature(double newTemperature)
NormalModes
setTemperature
in interface NormalModes
public java.lang.String getFileName()
public void setFileName(java.lang.String filename)