Skip to content
New issue

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

Fix: make box smaller for no pbc structure #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anyangml
Copy link

This PR aims to solve the issue mentioned in #82. When running inference on no-pbc structures, an artificial box is created and the no-pbc structure is converted to pbc structure. However, the original design gives an unnecessarily large box, which leads to data loading bottleneck due to find_points_in_spheres function. The GPU usage is almost zero. I provided a fix by using a smaller box. The test results are mentioned in #82 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant