Jax equivalent of Scipy.constants h, c, k #13179
Answered
by
jakevdp
PoulomiPradhan
asked this question in
Q&A
-
What Jax library I should import that is equivalent to below constants from scipy.constants import h,c,k |
Beta Was this translation helpful? Give feedback.
Answered by
jakevdp
Nov 9, 2022
Replies: 1 comment 3 replies
-
You could use those constants directly; they are Python scalars and should work correctly with JAX code. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
PoulomiPradhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use those constants directly; they are Python scalars and should work correctly with JAX code.