-
Notifications
You must be signed in to change notification settings - Fork 2
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
How does ensemble distance work? #31
Comments
So this is fundamentally why the ensemble methods work, some of the borders of the full GBFZ are not unique even for Oh point group symmetry, because there must be symmetry axes through which no mirrors pass. The mirror borders of the full GBFZ are fixed, but the other borders change when you change oref. |
@oliverkjohnson wow! This is great. A longstanding conundrum resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran a test to see how the VFZ changes when the reference point (
oref
) changes to understand how the ensemble distance method works. We had two hypotheses about it: (i) the VFZ borders change asoref
changes, or (ii) the borders of the VFZ never change, but the place that points get mapped into it changes (so they rotate through being in the interior where distance calculations are accurate and being near the exterior where distance overestimation occurs).Here are VFZs for [100] tilt GBs (produced by the same algorithm as the general VFZ but simplified for this subspace) using 3 different reference points (the white square). The marker color is the original location index with$[\omega,\beta]=[0,0]$ corresponding to 1 (dark blue) and $[\omega,\beta]=[\pi/4,\pi/4]$ corresponding to 2116 (dark red) which was the total number of points. It is apparent from this illustration, that the VFZ borders are changing as
![image](https://user-images.githubusercontent.com/25540300/172245543-8aca6afa-5c68-426d-ac8f-51890866fe43.png)
![image](https://user-images.githubusercontent.com/25540300/172245432-5497db4e-f907-4804-af6f-8c28bc12cd26.png)
![image](https://user-images.githubusercontent.com/25540300/172245488-6e881b24-e370-4248-8209-d6d177d2ba09.png)
oref
changes (i.e. hypothesis 1 is correct). This suggests that which GBs inhabit the perimeter of the VFZ depends on the choice oforef
.The text was updated successfully, but these errors were encountered: