source: PSPA/madxPSPA/tests/test-makethin/test-makethin.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.6 KB
Line 
1
2  +++++++++++++++++++++++++++++++++++++++++++
3  +    MAD-X 5.00.19  (32 bit, Linux)       +
4  +    DEBUG Version - use at own risk!     +
5  + Code Modification Date: 2012.12.11      +
6  + Execution Time Stamp: 07.02.13 18.42.44 +
7  +++++++++++++++++++++++++++++++++++++++++++
8! H. Burkhardt.  Updated for improved makethin select in summer 2005
9
10
11
12title,"Five cell test";
13
14
15
16option,-echo,-warn;
17
18
19
20beam;
21
22use,sequence=fivecell;      ! for twiss and makethin
23
24twiss,sequence=fivecell;
25
26enter Twiss module
27++++++ info: Zero value of SIGT replaced by 1.
28++++++ info: Zero value of SIGE replaced by 1/1000.
29 
30iteration:   1 error:   0.000000E+00 deltap:   0.000000E+00
31orbit:   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
36             534.6                 -0     0.000443530778        47.48299658
37
38                q1                dq1            betxmax              dxmax
39       1.248722214        1.053600864        183.8515851        2.181076135
40
41             dxrms             xcomax             xcorms                 q2
42       1.660602214                  0                  0        1.260064776
43
44               dq2            betymax              dymax              dyrms
45       1.050583704        177.9027092      0.09011673644      0.06712058421
46
47            ycomax             ycorms             deltap            synch_1
48                 0                  0                  0                  0
49
50           synch_2            synch_3            synch_4            synch_5
51                 0                  0                  0                  0
52
53
54select, flag=makethin, class=quadrupole, slice=5; ! slice all quadrupoles in 5 slices
55
56makethin,sequence=fivecell;
57
58makethin: slicing sequence : fivecell
59makethin: slicing sequence : ins
60use,sequence=fivecell;      ! use the thin sequence
61
62twiss,sequence=fivecell;    ! to allow to compare in output if betx,dx max etc agree to some percent with the thick twiss results
63
64enter Twiss module
65++++++ info: Zero value of SIGT replaced by 1.
66++++++ info: Zero value of SIGE replaced by 1/1000.
67 
68iteration:   1 error:   0.000000E+00 deltap:   0.000000E+00
69orbit:   0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00
70
71++++++ table: summ
72
73            length             orbit5               alfa            gammatr
74             534.6                 -0     0.000438984401        47.72824396
75
76                q1                dq1            betxmax              dxmax
77       1.261337896        1.045148981        187.9959217        2.199912715
78
79             dxrms             xcomax             xcorms                 q2
80       1.681319003                  0                  0        1.250009714
81
82               dq2            betymax              dymax              dyrms
83       1.038571822        181.8341684       0.0901650166      0.06741349785
84
85            ycomax             ycorms             deltap            synch_1
86                 0                  0                  0                  0
87
88           synch_2            synch_3            synch_4            synch_5
89                 0                  0                  0                  0
90save,sequence=fivecell,file="fivecell_thin.seq";
91
92++++++ warning: SAVE makes all previous USE invalid ! 
93++++++ warning: structured sequence flattened: fivecell
94
95
96stop;
97
98
99  Number of warnings: 2
1002 in C and 0 in Fortran
101
102  ++++++++++++++++++++++++++++++++++++++++++++
103  + MAD-X 5.00.19 (32 bit) finished normally +
104  ++++++++++++++++++++++++++++++++++++++++++++
Note: See TracBrowser for help on using the repository browser.