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

Refactor plotting code, support Brillouin.jl #328

Merged
merged 11 commits into from
Nov 17, 2024
Merged

Refactor plotting code, support Brillouin.jl #328

merged 11 commits into from
Nov 17, 2024

Conversation

kbarros
Copy link
Member

@kbarros kbarros commented Nov 5, 2024

Refactors the Plotting module into multiple files.

Resolves #248 by integrating with Brillouin.jl package.

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 changed the title View reciprocal space Refactor plotting code, support Brillouin.jl Nov 16, 2024
@kbarros kbarros merged commit da56e8b into main Nov 17, 2024
4 checks passed
@kbarros kbarros deleted the plotting branch November 17, 2024 16:48
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.

Better support for Brillouin.jl
1 participant