Skip to content
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

View reciprocal space #328

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

View reciprocal space #328

wants to merge 3 commits into from

Conversation

kbarros
Copy link
Member

@kbarros kbarros commented Nov 5, 2024

Refactor the Plotting module into multiple files. Introduces a dependence on the Brillouin.jl package, anticipating further support for #248.

Includes a function view_qspace for visualizing the Brillouin zone, its high-symmetry $q$-points, and other $q$-space objects.

This replaces private function viz_qqq_path. The visualization example in #310 becomes:

cryst = Sunny.hexagonal_crystal(; a=1, c=1)
path = q_space_path(cryst, [[0,0,0], [0,1,0]], 14)
params1 = Sunny.specify_transverse_binning(path, [1,1,0], [0,0,1], 0.2, 0.3)
view_qspace(cryst, params1)
image

@kbarros kbarros force-pushed the plotting branch 2 times, most recently from a9b5624 to 635be8b Compare November 7, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant