Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiHelleboid committed Mar 6, 2023
1 parent 9bb7ec6 commit 9a68ebf
Show file tree
Hide file tree
Showing 2 changed files with 216,002 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/EPM/EPM.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def main_band_structure(n_points):
Nk = 1000
# main_band_structure(250)
k_gamma = np.array([1.0, 1.0, 0.0])
rmin = - 2.0 * np.pi
rmin = -2.0 * np.pi
rmax = 2.0 * np.pi
Nxyz = 60
# plot_eigen_states(k_gamma)
Expand Down
Loading

0 comments on commit 9a68ebf

Please sign in to comment.