-
Notifications
You must be signed in to change notification settings - Fork 84
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
Symfunc paramgen #15
Open
flobuch
wants to merge
61
commits into
CompPhysVienna:master
Choose a base branch
from
flobuch:symfunc_paramgen
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Symfunc paramgen #15
Conversation
This file contains 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
Start implementing radial parameter generation method from 2018 'Imbalzano et al' paper
Add radial parameter generation method from 2018 'Gastegger et al.' paper.
r_shift, eta, zeta now stored in individual arrays, information on radial parameter generation settings stored in dictionary.
Implement method for constructing the necessary element combinations depending on sf type (done) and begin implementing method for writing sf parameters in format required for input.nn (WIP, so far only iteration over element combinations, but not over sf parameters, is implemented).
Also rename method create_element_combinations to find_element_combinations.
Also add checks if values of r_lower, r_upper, r_cutoff are positive and valid in relation to each other.
Also rename to write_parameter_info().
When specified, this makes them print modified error message mentioning the name of the calling method.
Also extend tests.
When printing long arrays, EVERY line of multiline output is now made into comment.
singraber
added
enhancement
New feature or request
tool
Adds a new application to the tools collection
labels
Sep 5, 2020
hjjvandam
added a commit
to hjjvandam/DeepDriveMD-pipeline
that referenced
this pull request
Aug 27, 2024
This tool stems from the N2P2 project. It is discussed in the pull request CompPhysVienna/n2p2#15 but not integrated in the main branch yet. So in the interim I am copying it so we can use it here. Hopefully it will soon be integrated and then we can use it from the "official" N2P2 distribution.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Implementation of methods for automated symmetry function parameter generation proposed in the literature.