Skip to content

Commit 9717dfe

Browse files
authored
update readme
1 parent acf5778 commit 9717dfe

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

py4madx/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Functions to help usage of cpymad for LHC analysis.
44

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.
79

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.
14+
15+
## qslice
16+
Basic functions to slice a beam for HO Beambeam

0 commit comments

Comments
 (0)