Get a State object recording the current state information about one copy of the system.
copy -- the index of the copy for which to retrieve state information
getPositions -- whether to store particle positions in the State
getVelocities -- whether to store particle velocities in the State
getForces -- whether to store the forces acting on particles in the State
getEnergy -- whether to store potential and kinetic energy in the State
getParameter -- whether to store context parameters in the State
enforcePeriodicBox -- if false, the position of each particle will be whatever position is stored in the Context, regardless of periodic boundary conditions. If true, particle positions will be translated so the center of every molecule lies in the same periodic box.
groups -- a set of bit flags for which force groups to include when computing forces and energies. Group i will be included if (groups&(1<<i)) != 0. The default value includes all groups.