Skip to content

Commit

Permalink
Remove scipy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xnx committed Feb 25, 2022
1 parent eb6b8bc commit 63141fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqn/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
d_temperature)
from .atom_unit import AtomUnit, UnitsError, feq

from scipy.constants import h, N_A as NA, c, k as kB
h, NA, c, kB = (6.62607015e-34, 6.02214076e+23, 299792458.0, 1.380649e-23)

class Units(object):
"""
Expand Down

0 comments on commit 63141fa

Please sign in to comment.