-
PyElli's, Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
domna
Mar 27, 2024
Replies: 1 comment
-
Something like this should work: from elli.dispersions import LorentzEnergy
osc = LorentzEnergy().add(A=1, E=1, gamma=0.5).add(A=2, E=2, gamma=1) which gives >>> print(osc)
LorentzEnergy
=============
Oscillators
===========
A = 1, E = 1, gamma = 0.5
A = 2, E = 2, gamma = 1 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MarJMue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this should work:
which gives