source: PSPA/madxPSPA/tests/test-makethin-2/test-makethin-2.ref @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 3.0 KB
Line 
1
2  +++++++++++++++++++++++++++++++++++++++++++
3  +    MAD-X 5.00.18  (32 bit, Linux)       +
4  +    DEBUG Version - use at own risk!     +
5  + Code Modification Date: 2012.09.26      +
6  + Execution Time Stamp: 26.10.12 13.39.00 +
7  +++++++++++++++++++++++++++++++++++++++++++
8title, "V6.5 Thin Lens" ;    // USE ONLY WITH MAD-X version > June 2005
9
10
11
12option,-echo,-warn;
13
14
15
16beam, particle = proton, sequence=lhcb1, energy = 450.0;
17
18
19
20! without this we get poor tune (and more?) in twiss table after makethin
21
22use,    sequence=lhcb1;
23
24twiss,  sequence=lhcb1, file=lhc_twiss_b1.before.dat, betx=beta.ip1, bety=beta.ip1, x=+x.ip1, y=+y.ip1, py=+py.ip1;
25
26enter Twiss module
27++++++ info: Zero value of SIGT replaced by 1.
28++++++ info: Zero value of SIGE replaced by 1/1000.
29 
30open line - error with deltap:   0.000000E+00
31end values:   0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00
32
33++++++ table: summ
34
35      length       orbit5         alfa      gammatr
3626658.883200    -0.000000     0.000000     0.000000
37
38          q1          dq1      betxmax        dxmax
39   64.280001     0.000000   595.119430     2.859817
40
41       dxrms       xcomax       xcorms           q2
42    1.396822     0.000000     0.000000    59.310000
43
44         dq2      betymax        dymax        dyrms
45    0.000000   609.526114     0.000000     0.000000
46
47      ycomax       ycorms       deltap      synch_1
48    0.000000     0.000000     0.000000     0.000000
49
50     synch_2      synch_3      synch_4      synch_5
51    0.000000     0.000000     0.000000     0.000000
52
53
54! convert to THIN
55
56option, info,  warn, -echo;
57
58makethin, sequence=lhcb1;
59
60makethin: slicing sequence : lhcb1
61
62
63! set new strength file
64
65option,-echo,-warn,-info;
66
67
68
69use,    sequence=lhcb1;
70
71twiss,  sequence=lhcb1, file=lhc_twiss_b1.dat, betx=beta.ip1, bety=beta.ip1, x=+x.ip1, y=+y.ip1, py=+py.ip1;
72
73enter Twiss module
74++++++ info: Zero value of SIGT replaced by 1.
75++++++ info: Zero value of SIGE replaced by 1/1000.
76 
77open line - error with deltap:   0.000000E+00
78end values:   0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00
79
80++++++ table: summ
81
82      length       orbit5         alfa      gammatr
8326658.883200    -0.000000     0.000000     0.000000
84
85          q1          dq1      betxmax        dxmax
86   64.280001     0.000000   595.290029     2.860704
87
88       dxrms       xcomax       xcorms           q2
89    1.347842     0.000000     0.000000    59.310000
90
91         dq2      betymax        dymax        dyrms
92    0.000000   611.782965     0.000000     0.000000
93
94      ycomax       ycorms       deltap      synch_1
95    0.000000     0.000000     0.000000     0.000000
96
97     synch_2      synch_3      synch_4      synch_5
98    0.000000     0.000000     0.000000     0.000000
99save,sequence=lhcb1,file="V6.5.thin.b1.seq";
100
101++++++ warning: SAVE makes all previous USE invalid ! 
102
103
104stop;
105
106
107  Number of warnings: 1
1081 in C and 0 in Fortran
109
110  ++++++++++++++++++++++++++++++++++++++++++++
111  + MAD-X 5.00.18 (32 bit) finished normally +
112  ++++++++++++++++++++++++++++++++++++++++++++
Note: See TracBrowser for help on using the repository browser.