Conversation
Fix the bug in EMD-plot
Fix the bug in NEMD-plot without SHC
…g permission changes
…ion scripts - Add sys.argv parameter validation to all Python scripts - Add dual usage hints (python xx.py / gpumdkit.sh -xx) - Convert xdatcar2exyz.py from argparse to sys.argv for consistency - Fix traj2exyz.py to exit on invalid arguments instead of continuing - All prompts and comments in English
time_step modification in plt_NEMD
Opencode refactor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces major improvements to the documentation and contributing guidelines for GPUMDkit, clarifying project structure, coding conventions, and user guidance. It adds a new agent documentation file, updates the README with current links and versioning, and significantly expands the
CONTRIBUTING.mdwith more detailed instructions and conventions for both shell and Python development. The changes also improve clarity around adding new features, handling command-line flags, and updating tutorials.Documentation and User Guidance:
AGENTS.mddescribing GPUMDkit's features, agent skills, and strict coding conventions for contributors.README.mdwith new documentation links, version number bump to 1.5.6, improved help output, and revised citation instructions. [1] [2] [3] [4] [5] [6] [7]Contributing Guidelines and Project Structure:
CONTRIBUTING.md:docs/tutorials/en/anddocs/tutorials/zh/, with instructions to update and rebuild them after changes. [1] [2]skills/,install.sh, etc.) and explained their roles. [1] [2]dev).Quick Start and Example Updates:
Scripts/README.mdfor clarity and alignment with the latest workflow. [1] [2]These updates provide clearer guidance for both users and contributors, ensure consistency in new feature development, and help maintain high code quality across the project.