source: MML/trunk/machine/SOLEIL/Booster/applications/Qpole.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 182 bytes
Line 
1% Courant Qpole
2
3
4Brho = 0.3686;  % 110 MeV
5Gbrf = 1.157;
6Gbrd = 1.131;
7
8Iqf = (Gbrf*Brho-0.0435)/0.0517;
9Iqd = (Gbrd*Brho-0.0435)/0.0517;
10
11sprintf(' Iqf : %g   Iqd : %g', Iqf , Iqd)
Note: See TracBrowser for help on using the repository browser.