Returns 1 if object is a ParticleProperty.
Returns 1 if object is a Configuration.
This is an abstract base class; for creating instances, use one of its subclasses: MMTK.ParticleScalar, MMTK.ParticleVector, MMTK.ParticleTensor.
ParticleProperty objects store properties that are defined per particle, such as mass, position, velocity, etc. The value corresponding to a particular atom can be retrieved or changed by indexing with the atom object.
Methods:Returns an object of the element type (scalar, vector, etc.) with the value 0.
Returns the sum of the values for all particles.
Copy all values from other, which must be a compatible ParticleProperty object.
Multiply all values by factor (a number).