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

[refactor] core density is computed in Density class #1041

Merged
merged 8 commits into from
Jan 24, 2025

Conversation

toxa81
Copy link
Collaborator

@toxa81 toxa81 commented Dec 19, 2024

The idea is that the unit cell, atoms and atom classes should be immutable once the simulation context is created. Right now this is not the case as atoms and atom symmetry classes are used to generate radial functions, radial integrals and core density. This is the first step: move generation of core density to Density class itself.

@toxa81 toxa81 marked this pull request as ready for review January 1, 2025 23:26
@toxa81 toxa81 changed the title PoC: core density is computed in Density class [refactor] core density is computed in Density class Jan 1, 2025
@toxa81 toxa81 requested a review from simonpintarelli January 5, 2025 19:43
@toxa81 toxa81 requested a review from mtaillefumier January 13, 2025 17:09
Copy link
Collaborator

@mtaillefumier mtaillefumier left a comment

Choose a reason for hiding this comment

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

this PR seems fine.

@toxa81 toxa81 merged commit dcbd7c5 into develop Jan 24, 2025
3 of 4 checks passed
@toxa81 toxa81 deleted the refactor/core_density branch January 24, 2025 10:33
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