Skip to content

Commit

Permalink
yet another uniform_meshmap
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBug committed Oct 25, 2022
1 parent cf2bd15 commit 8d48196
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/meshes/reduced_uiniform_map.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ function uniform_meshmap(mesh::BZMeshes.UniformBZMesh{T,DIM},
# println("sym before: ", length(symmetries))
# return kcoords_mp

#TODO: It is probably makes sense to use the symmetry operations to reduce the number of kpoints
# Filter those symmetry operations that preserve the MP grid
# kcoords_mp = kgrid_monkhorst_pack(kgrid_size; kshift)
# symmetries = symmetries_preserving_kgrid(symmetries, kcoords_mp

Ws = [symop.W for symop in symmetries]
_, mapping, grid = PointSymmetry.spglib_get_stabilized_reciprocal_mesh(
kgrid_size, Ws; is_shift, is_time_reversal=false
Expand Down

0 comments on commit 8d48196

Please # to comment.