Skip to content

Commit d67c9a8

Browse files
committed
Quick fixes
1 parent 1213158 commit d67c9a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/intro.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Example Workflow
4141
2. **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

4646
3. **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. |

0 commit comments

Comments
 (0)