-
Notifications
You must be signed in to change notification settings - Fork 16
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
Updates to filtering structures and preparing merge into master. #85
Merged
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
A bit of refactoring in configspace module
…e mapping from correlation vector to the property (total_energy), and it returns the modified feature_matrix and the minimum energy indices which can later be used to update the Wrangler object
…trix and the minimum energies indices
…trix and the minimum energies indices
This function does de-duplication. It makes sure there is a one to on…
Unit-tests and modifications to filtering by duplicate corr vectors
add deprecation warnings
optimization function added
Adding site_table property to canonical_ensemble and adding temp table flip method
Regularization sampling
Removed regression classes
…when set_min_occu is True
Re-reset site table in canonical anneal function if set_min_occu is True
# Conflicts: # examples/1-1-creating-a-ce-w-electrostatics.ipynb # examples/1-creating-a-ce.ipynb # smol/learn/__init__.py # smol/learn/estimator.py # smol/moca/ensembles/base.py # smol/moca/ensembles/canonical.py # smol/moca/ensembles/sgcanonical.py # tests/test_moca/test_canonical.py
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.
Summary
Changes to filtering of structures in
StructureWrangler
. Filtering methods are now external functions insmole.cofe.wrangling
module. Functions are decorated to register the application in the wrangler metadata dictionary.Also merging with previous changes in master (v0.0.0) for coming merge into master.
filter_by_ewald_energy
function for previous equivalent wrangler method.filter_duplicate_corr_vectors
function for previous equivalent wrangler method.Checklist
Run pycodestyle and flake8
on your local machine.
Run pydocstyle on your code.