Skip to content

Commit

Permalink
Merge pull request #138 from pihanqi/master
Browse files Browse the repository at this point in the history
fix bugs in Co2MnGa example and Boltz_transport_anomalous.f90
  • Loading branch information
quanshengwu authored Feb 21, 2024
2 parents b65b436 + ce1f659 commit c748c23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified examples/Co2MnGa/wannier90_hr.dat.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions src/Boltz_transport_anomalous.f90
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ subroutine sigma_AHC
NumberofEta = 9

allocate(eta_array(NumberofEta))
allocate(T_list(NumT))
allocate( energy(OmegaNum))
allocate( sigma_tensor_ahc (3, OmegaNum, NumberofEta))
sigma_tensor_ahc = 0d0
Expand Down

0 comments on commit c748c23

Please sign in to comment.