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
7c015f3c
Commit
7c015f3c
authored
7 months ago
by
Alexis GAMELIN
Browse files
Options
Downloads
Patches
Plain Diff
[Fix] CavityResonator.is_CBI_stable
parent
aeebff52
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!28
0.8.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mbtrack2/tracking/rf.py
+5
-3
5 additions, 3 deletions
mbtrack2/tracking/rf.py
with
5 additions
and
3 deletions
mbtrack2/tracking/rf.py
+
5
−
3
View file @
7c015f3c
...
...
@@ -171,6 +171,8 @@ class CavityResonator():
Plot phasor diagram.
is_DC_Robinson_stable(I0)
Check DC Robinson stability.
is_CBI_stable(I0)
Check Coupled-Bunch-Instability stability.
plot_DC_Robinson_stability()
Plot DC Robinson stability limit.
init_tracking(beam)
...
...
@@ -950,7 +952,7 @@ class CavityResonator():
modes
=
None
,
bool_return
=
False
):
"""
Check Coupled-Bunch-Instability stability
,
Check Coupled-Bunch-Instability stability
.
Effect of Direct RF feedback is not included.
This method is a wraper around lcbi_growth_rate to caluclate the CBI
...
...
@@ -1003,9 +1005,9 @@ class CavityResonator():
if
bool_return
:
if
growth_rate
>
1
/
self
.
ring
.
tau
[
2
]:
return
True
else
:
return
False
else
:
return
True
else
:
return
growth_rate
,
mu
...
...
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