File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Example Workflow
41412. **Load a Sequence & Perform Calculations **::
4242
4343 mad.MADX.load("'lhc_as-built.seq'", "'lhc_as-built.mad'")
44- mad["tbl", "flw"] = mad.twiss(sequence=mad.MADX.lhcb1, method=4 )
44+ mad["tbl", "flw"] = mad.twiss(sequence=mad.MADX.lhcb1)
4545
46463. **Retrieve Data from MAD-NG **::
4747
@@ -72,6 +72,8 @@ Key Features of PyMAD-NG
7272+--------------------------------+----------------------------------------------------------+
7373| **MAD-X Compatibility ** | Import and work with MAD-X sequences. |
7474+--------------------------------+----------------------------------------------------------+
75+ | **MAD-8 Compatibility ** | Import and work with MAD-8 sequences. |
76+ +--------------------------------+----------------------------------------------------------+
7577| **Performance Optimised ** | Supports large datasets and numerical computations. |
7678+--------------------------------+----------------------------------------------------------+
7779| **Jupyter Notebook Support ** | Use PyMAD-NG interactively within Jupyter. |
You can’t perform that action at this time.
0 commit comments