Skip to content

Commit

Permalink
wien2k fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Mar 19, 2024
1 parent fe89b4e commit f00616a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jarvis/io/wien2k/inputs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"""Module to prepare input files for WIEN2k."""
from scipy import array, zeros, sqrt, dot

from numpy import array, zeros, sqrt, dot

# from scipy import array, zeros, sqrt, dot
import os
from jarvis.core.utils import gcd

Expand Down

0 comments on commit f00616a

Please sign in to comment.