Package ffx.ui.commands
Class SimulationDefinition
java.lang.Object
ffx.ui.commands.SimulationDefinition
- All Implemented Interfaces:
Serializable
The SimulationDefinition class is a serializable wrapper that specifies an FFX simulation.
- Author:
- Michael J. Schnieders
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSimulationDefinition
(int a, int k) Constructor that allocates space for a simulation definition. -
Method Summary
-
Field Details
-
read
public boolean read -
numatoms
public int numatoms -
numkeys
public int numkeys -
file
-
forcefield
-
keywords
-
coordinates
public double[][] coordinates -
connectivity
public int[][] connectivity -
types
public int[] types -
name
-
-
charge
public double[] charge -
mass
public double[] mass -
atomic
public int[] atomic
-
-
Constructor Details
-
SimulationDefinition
public SimulationDefinition(int a, int k) Constructor that allocates space for a simulation definition.- Parameters:
a
- The number of atomsk
- The number of keywords
-
-
Method Details