Skip to content

Commit

Permalink
Updated for TSC calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-jingnan committed May 13, 2024
1 parent 20015bb commit d0d86cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ module para
real(dp), allocatable :: Rmn_new(:)
real(dp), allocatable :: irvec_new(:)
integer, allocatable :: irvec_new_int(:)
integer, allocatable :: nrpts_surfacecell
integer :: nrpts_surfacecell

real(dp),public, save :: Rua_newcell(3) !> three rotated primitive vectors in old coordinate system
real(dp),public, save :: Rub_newcell(3) !> three rotated primitive vectors in old coordinate system
Expand Down
1 change: 1 addition & 0 deletions src/readHmnR.f90
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ subroutine get_hmnr_cell(cell)

allocate(Rmn_old(3))
allocate(Rmn_new(3))
allocate(irvec_new(3))
allocate(irvec_new_int(3))

! call cart_direct_real(shift_to_topsurface_cart, shift_vec_direct, cell%lattice)
Expand Down

0 comments on commit d0d86cb

Please sign in to comment.