You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: py4madx/README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
Functions to help usage of cpymad for LHC analysis.
4
4
5
-
Note:
6
-
The functions **twiss2df** and **table2df** converts MADX tables to dataframe. The default option is to use the raw elements name, i.e. without the ':' extension as index. If option 'comp' is used the complete MADX element name is used instead.
5
+
## pmadx
6
+
Functions for frequent actions in MADX for LHC analysis
7
+
*Note*:
8
+
- The functions **twiss2df** and **table2df** converts MADX tables to dataframe. The default option is to use the raw elements name, i.e. without the ':' extension as index. If option 'comp' is used the complete MADX element name is used instead.
7
9
10
+
## beambeam
11
+
Functions to install Beam Beam elements in LHC beams
12
+
13
+
The elements are defined with parameters as deferred assignments therefore can be updated according to needs. The information at all stages is contained in panda DataFrames.
0 commit comments