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

export rcut_smth from DescriptorBlock #3532

Closed
github-actions bot opened this issue Mar 19, 2024 · 2 comments · Fixed by #3761 or #3811
Closed

export rcut_smth from DescriptorBlock #3532

github-actions bot opened this issue Mar 19, 2024 · 2 comments · Fixed by #3761 or #3811

Comments

@github-actions
Copy link

Line: 144

zero_mean,
one_stddev,
self.descriptor.get_rcut(),
# TODO: export rcut_smth from DescriptorBlock
self.descriptor.rcut_smth,
radial_only,
protection=self.descriptor.env_protection,
)
# reshape to nframes * nloc at the atom level,
# so nframes/mixed_type do not matter
env_mat = env_mat.view(

@njzjz
Copy link
Member

njzjz commented May 16, 2024

Although it has been resolved, the TODO tag still exists.

njzjz added a commit to njzjz/deepmd-kit that referenced this issue May 22, 2024
@njzjz njzjz linked a pull request May 22, 2024 that will close this issue
github-merge-queue bot pushed a commit that referenced this issue May 24, 2024
Closes #3521. Cloases #3532.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
  - Removed outdated TODO comments for cleaner codebase.
- Updated function calls for better consistency in descriptor handling.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: Duo <[email protected]>
Copy link
Author

Closed in commit 0e67a7e

@github-project-automation github-project-automation bot moved this from Backlog to Done in DeePMD-3.0.0 beta release May 24, 2024
mtaillefumier pushed a commit to mtaillefumier/deepmd-kit that referenced this issue Sep 18, 2024
Closes deepmodeling#3521. Cloases deepmodeling#3532.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
  - Removed outdated TODO comments for cleaner codebase.
- Updated function calls for better consistency in descriptor handling.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: Duo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment