We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current implementation of the cell list will fail if the provided box vectors do not represent a rectangular domain:
torchmd-net/torchmdnet/neighbors/neighbors_cuda_cell.cuh
Lines 351 to 354 in e20876f
Supporting triclinic requires modifying the cell traversal code:
Lines 331 to 332 in e20876f
similarly as how it is done here: https://github.com/openmm/openmm/blob/master/platforms/reference/src/SimTKReference/ReferenceNeighborList.cpp#L154-L183 This would probably make the current traversal much slower, so maybe it is a good idea to have different kernels for rectangular and triclinic.
The text was updated successfully, but these errors were encountered:
Is this solved?
Sorry, something went wrong.
No, but I have it in my list.
Should I close this, @RaulPPelaez ?
No, leave it open. Have not got around it yet.
No branches or pull requests
Current implementation of the cell list will fail if the provided box vectors do not represent a rectangular domain:
torchmd-net/torchmdnet/neighbors/neighbors_cuda_cell.cuh
Lines 351 to 354 in e20876f
Supporting triclinic requires modifying the cell traversal code:
torchmd-net/torchmdnet/neighbors/neighbors_cuda_cell.cuh
Lines 331 to 332 in e20876f
similarly as how it is done here:
https://github.com/openmm/openmm/blob/master/platforms/reference/src/SimTKReference/ReferenceNeighborList.cpp#L154-L183
This would probably make the current traversal much slower, so maybe it is a good idea to have different kernels for rectangular and triclinic.
The text was updated successfully, but these errors were encountered: