We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lat
Lattice
Ele
Element
β
γ
beta
gamma
Kn1
Kn2
K1
K2
LCavity
voltage_err
dvoltage
bend_field
CLOSED
PERIODIC
core.jl
SimUtils.jl
ParticleState
SimUtils
AcceleratorUtils.jl
fint
hgap
fint1
fint2
edge_int
UnionEle
Container
ContainerEle
dvoltage_ref
machine
branch
QuaternionX
Y
Z
x_rot
rot_x
Group
Ele.Group
FloorPositionGroup
eles
Param
The text was updated successfully, but these errors were encountered:
I added another point
Sorry, something went wrong.
DavidSagan
No branches or pull requests
Lat
struct name toLattice
? And should all function names be consistent?Ele
struct name toElement
? And should all function names be consistent?β
andγ
characters for variable and function names tobeta
andgamma
?Kn1
,Kn2
, etc toK1
,K2
, etc?LCavity
elements: usevoltage_err
ordvoltage
as the voltage difference between actual and reference?bend_field
be used as the name of the design bend field?CLOSED
geometry be replaced byPERIODIC
as being more descriptivecore.jl
be put inSimUtils.jl
?ParticleState
toSimUtils
(along with enum functions)?SimUtils.jl
be renamedAcceleratorUtils.jl
?fint
andhgap
be eliminated? Shouldfint1
andfint2
be a vector? Should fint and hgap be combined into one parameter (edge_int
)?UnionEle
, orContainer
, orContainerEle
?dvoltage_ref
mean accelerating for the reference particle?machine
coordinate system tobranch
coordinate system?QuaternionX
,Y
,Z
tox_rot
(rot_x
?), etc.?Group
suffix for element parameter group structs?Ele.Group
syntax(?) to make bypassing lattice bookkeeping harder.FloorPositionGroup
: _tot (with alignment), rot angles.eles
function to sort_sort_by_s (default true) and include superpass and multipass lords.Group
suffix toParam
The text was updated successfully, but these errors were encountered: