jitΒΆ

Details

JIT

The JIT module provides experimental support to to JIT (just in time) compile C++ code and call it during the simulation. Compiled C++ code will execute at full performance unlike interpreted python code.

Stability

hoomd.jit is unstable. When upgrading from version 2.x to 2.y (y > x), existing job scripts may need to be updated. Maintainer: Joshua A. Anderson, University of Michigan

New in version 2.3.

Modules