bmad-sim / bmad-ecosystem

Bmad simulation ecosystem for simulating high energy storage rings.
https://www.classe.cornell.edu/bmad/
7 stars 13 forks source link

Generalize lattice syntax to allow trailing commas like Python #1042

Open DavidSagan opened 1 week ago

DavidSagan commented 1 week ago

For example:

x = [1, 
     2,
    ]