Uses of Class
edu.rit.pj.ParallelTeam

Packages that use ParallelTeam
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and hybrid shared memory/message passing parallelization in pure Java.
The Atomic package has implementations of a double array that can be safely operated on by multiple threads.
The FFT package implements 1D and 3D FFTs of real or complex valued data, including SMP parallelization of 3D transforms and convolution using the Parallel Java library.
The Potential package implements molecular mechanics force fields with shared memory Parallel Java and via OpenMM.
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and Particle Mesh Ewald electrostastics.
The implicit package implements implicit solvent models and related terms, including Generalized Kirkwood (GK) electrostatics, surface area terms, dispersion/cavitation contributions, and supporting parallel regions for Born radii and field evaluation.
The pme package implements polarization and permanent electrostatics using Particle Mesh Ewald (PME).
The terms package contains analytical potential energy terms and their gradients for bonded interactions (bond, angle, stretch-bend, torsions, impropers, Urey-Bradley) and restraint terms used by Force Field X.
The Real Space package implements real space structure refinement.
The X-ray package implements support for X-ray and Neutron refinement.