Skip to content

Conversation

k-yoshimi
Copy link
Contributor

No description provided.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates and expands doxygen-style comments across nearly all files in the repository in order to increase clarity and consistency. Key changes include updated file header documentation, enhanced function descriptions with detailed parameters and steps, and more complete explanations of lattice model implementations.

Reviewed Changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.

File Description
src/setmemory.h & .c Updated file header and function documentation with doxygen tags.
src/export_wannier90.* Revised function and file-level comments with additional details.
src/* (lattice and model files) Converted older doc comments to uniform doxygen-style and enriched detailed descriptions.
Comments suppressed due to low confidence (1)

src/FCOrtho.c:91

  • An extra semicolon is present between the assignments to tau[0][1] and tau[0][2]. Removing the redundant semicolon would improve code clarity.
StdI->tau[0][0] = 0.0; StdI->tau[0][1] = 0.0; ; StdI->tau[0][2] = 0.0;

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.

2 participants