Add comprehensive documentation to allio.f90 variables - Add detailed…#98
Open
k-yoshimi wants to merge 3 commits into
Open
Add comprehensive documentation to allio.f90 variables - Add detailed…#98k-yoshimi wants to merge 3 commits into
k-yoshimi wants to merge 3 commits into
Conversation
… comments explaining namelist parameters and their purposes - Organize variables by functionality with clear section headers - Improve code readability and maintainability
…dd comprehensive comments for matrix contraction subroutines (scontract_genj, scontract_mat_jas, scontract_mat_det) - Add detailed explanations for update_kgrid subroutine including algorithm and mathematical background - Add documentation for norm_metric function and prep_map subroutine - Improve code understanding for periodic boundary condition calculations
Author
Subroutines and Functions Documentation (2f7a71d)
|
Author
📋 Added File Structure OverviewAdded a comprehensive file structure overview at the top of the Added Content:
Benefits of This Update:✅ New developers can quickly understand the file structure Lines Added:
|
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.
Summary
Added comprehensive documentation to variables in allio.f90 to improve code readability and maintainability.
Changes Made
/simulation/- Simulation control parameters/pseudo/- Pseudopotential parameters/readio/- I/O and parallel processing parameters/vmc/- Variational Monte Carlo parameters/dmclrdmc/- DMC and LR-DMC parameters/optimization/- Optimization control parameters/parameters/- General parameter flags/fitpar/- Parameter fitting control/dynamic/- Molecular dynamics parameters/molecul/- Molecular calculation parametersImpact
Testing