-
Notifications
You must be signed in to change notification settings - Fork 23
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
Interface fix #44
Merged
Merged
Interface fix #44
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
def remove_high_property(self,key,perAtom,species_key=None,cut=None,std_factor=10): """ This function removes outlier data from the dataset Must be called before splitting "key": the property key in the dataset to check for high values "perAtom": True if the property is defined per atom in axis 1, otherwise property is treated as full system "std_factor": systems with values larger than this multiplier time the standard deviation of all data will be reomved. None to skip this step "cut_factor": systems with values larger than this number are reomved. None to skip this step. This step is done first. """
… remove_high_properties
This causes errors with later versions of ase
lammps: reduce float64 to float32 for speed ase: remove reference to calculator
bnebgen-LANL
had a problem deploying
to
publish
October 13, 2023 18:46 — with
GitHub Actions
Failure
Confirmed working. |
adela-habib
added a commit
to adela-habib/hippynn
that referenced
this pull request
Oct 18, 2023
Interface fix (lanl#44)
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.
Improved performance of Lammps interface by executing as float32
Forward compatible ASE interface fix by removing reference to ase.calculators.interface
fixed bug in targes.py using dtype instead of device
added remove_high_properties for ALF compatibility