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
{{ message }}
This repository was archived by the owner on Jun 7, 2021. It is now read-only.
Would it be possible to combine any occurance of b_org,b_rev or b_rev,b_org in the final lattice definition into a combined element b:line(b_org,b_rev) or b:line(b_rev,b_org)? Either for the plot or maybe even for the whole lattice parsing?
Single reversed elements would still be a problem but I'd expect them to be used only in pairs ....
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@MichaelMAB2020 @PaulGoslawski
At the moment i append "_reversed" if an element or sequence gets reversed. this raises the problem that names overlap in the twissplot.
Possible solutions:
just append
but this would make name conflicts more likely.
The text was updated successfully, but these errors were encountered: