-
Notifications
You must be signed in to change notification settings - Fork 10
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
Metal improvements #16
Merged
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
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #16 +/- ##
==========================================
- Coverage 55.80% 51.97% -3.83%
==========================================
Files 12 12
Lines 2731 3032 +301
==========================================
+ Hits 1524 1576 +52
- Misses 1207 1456 +249
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
mjohnson541
force-pushed
the
metal_improvements
branch
from
February 2, 2023 01:33
1069268
to
6bab09f
Compare
mjohnson541
force-pushed
the
metal_improvements
branch
from
April 5, 2023 00:01
5712421
to
0b4ce02
Compare
in some cases a seems to be far from the ASE reference
this should allow slab freezing that is agnostic to what atoms are present
on Li with the non-pbc fallback this tends to ruin lots of formerly not bad guesses
mostly copied from latest acat
…rprinting uses the site identity and morphology for each site and the xy distance and the signed z distance
before the translation was chosen first to keep the sites close to each other and then to keep them close to the center now for the second criteria instead of looking at the sites we look at the distances of the vertices of a box surrounding the adsorbate in xy fro the center
…nsion this greatly improves our ability to keep the adsorbates away from the edges
set_constraint clears prior constraints so it is important to only call it once with all desired constraints
mjohnson541
force-pushed
the
metal_improvements
branch
from
June 5, 2023 20:13
54e2533
to
663d9f9
Compare
Adding a fix to run_harmonically_forced_xtb_no_pbc function. Needed to apply the new_constraints to the bigad atom object. Test shows adsorbate is now properly constrained.
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.
A few robustness improvement for dealing with other metals and adsorbates. Initial guess lattice parameter can be fed in rather than taken from ASE. Slab is frozen based on atom index rather than identify.