Open
Conversation
added 30 commits
April 9, 2019 19:44
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.
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.
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.
Implementation of methods for automated symmetry function parameter generation proposed in the literature.