Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mbtrack2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Collective Effects
mbtrack2
Commits
f9db5c91
Commit
f9db5c91
authored
2 years ago
by
Alexis GAMELIN
Browse files
Options
Downloads
Patches
Plain Diff
Remove at dependency from header
at is kept as a "soft" dependency
parent
0166b60a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mbtrack2/tracking/element.py
+1
-2
1 addition, 2 deletions
mbtrack2/tracking/element.py
mbtrack2/tracking/synchrotron.py
+1
-1
1 addition, 1 deletion
mbtrack2/tracking/synchrotron.py
with
2 additions
and
3 deletions
mbtrack2/tracking/element.py
+
1
−
2
View file @
f9db5c91
...
...
@@ -6,7 +6,6 @@ included in the tracking.
"""
import
numpy
as
np
import
at
from
abc
import
ABCMeta
,
abstractmethod
from
functools
import
wraps
from
copy
import
deepcopy
...
...
@@ -393,7 +392,7 @@ def transverse_map_sector_generator(ring, positions):
List of TransverseMapSector elements.
"""
import
at
def
_compute_chro
(
ring
,
pos
,
dp
=
1e-4
):
lat
=
deepcopy
(
ring
.
optics
.
lattice
)
lat
.
append
(
at
.
Marker
(
"
END
"
))
...
...
This diff is collapsed.
Click to expand it.
mbtrack2/tracking/synchrotron.py
+
1
−
1
View file @
f9db5c91
...
...
@@ -4,7 +4,6 @@ Module where the Synchrotron class is defined.
"""
import
numpy
as
np
import
at
from
scipy.constants
import
c
,
e
class
Synchrotron
:
...
...
@@ -303,6 +302,7 @@ class Synchrotron:
Compute and add Amplitude-Dependent Tune Shifts (ADTS) sextupolar
componenet from AT lattice.
"""
import
at
if
self
.
optics
.
use_local_values
:
raise
ValueError
(
"
ADTS needs to be provided manualy as no AT
"
+
"
lattice file is loaded.
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment