atsetcavity, identity pass #557
Replies: 6 comments 1 reply
-
Hi @simoneliuzzo |
Beta Was this translation helpful? Give feedback.
-
Dear @lfarv, atsetcavity used to give me a lattice with the features requested by the input:
the lattice is a proposal for the FCC-ee Z lattice, it has 168 cells, 4 dogleg sections with RF cavities and 4 final focus sections. best regards |
Beta Was this translation helpful? Give feedback.
-
From what I see in the history, with So could you be more precise on what is wrong in your example ? For voltage, frequency and harm, I miss the data ! |
Beta Was this translation helpful? Give feedback.
-
Ok. I found what I missed for radflag=0: |
Beta Was this translation helpful? Give feedback.
-
It looks as my mistake then. Apparently I am setting IdentityPass somewhere before. However I think CavityPass was set by atsetcavity for radiation off case, for example here at line 38: May be I am wrong. best regards |
Beta Was this translation helpful? Give feedback.
-
Simone,
You should have the corrected version in the master and exact_pass branches
Laurent
… On 6 Feb 2023, at 09:47, simone liuzzo ***@***.***> wrote:
It looks as my mistake then. Apparently I am setting IdentityPass somewhere before.
However I think CavityPass was set by atsetcavity for radiation off case, for example here at line 38:
https://github.com/atcollab/at/blob/e4847427d135295a7b5fb28f82912ad1db0b6b6d/atmat/atphysics/LongitudinalDynamics/atsetcavity.m <https://github.com/atcollab/at/blob/e4847427d135295a7b5fb28f82912ad1db0b6b6d/atmat/atphysics/LongitudinalDynamics/atsetcavity.m>
May be I am wrong.
best regards
Simone
—
Reply to this email directly, view it on GitHub <#557 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEY4D2OQDUJM7XCBCXTWLYLWWC3CZANCNFSM6AAAAAAURYDAMU>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
I try to use the legacy mode of
atsetcavity
.Setting the voltage to a non zero value, lets the cavity integrator to IdentityPass. See below.
atsetcavity(ring, VOLT, RAD, HARM)
used to be a "single function to remember" in order to set the radiation and cavity state of the lattice. Apparently recent updates changed the output of this function.Beta Was this translation helpful? Give feedback.
All reactions