-
Notifications
You must be signed in to change notification settings - Fork 35
Support keywords of pair_style for LmpTemplateTaskGroup #254
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
Conversation
Signed-off-by: zjgemi <liuxin_zijian@163.com>
WalkthroughWalkthroughThe modifications in the code introduce enhancements to the Changes
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (2)
Additional comments not posted (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be dangerous, for example the user provides a template (copy from deepmd-kit's examples) as
pair_style deepmd xxx.pb
the model line will be revised as
pair_style deepmd xxx.pb out_freq xxx out_file model_devi.out xxx.pb
how about providing a key like extra_pair_style_args and passing it to revise_lmp_input_model?
OK |
Signed-off-by: zjgemi <liuxin_zijian@163.com>
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #254 +/- ##
==========================================
+ Coverage 84.05% 84.07% +0.02%
==========================================
Files 103 103
Lines 5725 5739 +14
==========================================
+ Hits 4812 4825 +13
- Misses 913 914 +1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Summary by CodeRabbit
New Features
pair_stylecommand.Bug Fixes