TensorMol icon indicating copy to clipboard operation
TensorMol copied to clipboard

Incremental NL build

Open jparkhill opened this issue 8 years ago • 0 comments

Faster incremental NL build, perhaps in Tensorflow if that can be faster. This NL will also have a different format.

  • The algorithm is to loop neighbors of neighbors, and look for new neighbors in range.
  • it takes as it's argument a mol X maxnatom X maxneighbors tensor, and a coordinate tensor (mol X maxnatom X 3)
  • it returns a neighbor tensor of the same shape.

jparkhill avatar Dec 31 '17 15:12 jparkhill