You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In #24, I made EquationOfStates iterable. But now I do not think it is necessary. Because it makes it harder to write
g =apply(PressureForm(), trial_eos)
f(x) =@.ustrip(u"kbar", g(x) *u"Ry/a0_au^3")
map(f, volumes)
into a one-liner. Because the fusion operator will operate on EquationOfStates, too, since it is an iterable.
Describe the solution you'd like
Deprecate the iterable interface introduced in commit "ffba5bf58e1ac8c58176ea92a4f0fff2064aa4c0".
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In #24, I made
EquationOfState
s iterable. But now I do not think it is necessary. Because it makes it harder to writeinto a one-liner. Because the fusion operator will operate on
EquationOfState
s, too, since it is an iterable.Describe the solution you'd like
Deprecate the iterable interface introduced in commit "ffba5bf58e1ac8c58176ea92a4f0fff2064aa4c0".
The text was updated successfully, but these errors were encountered: