Skip to content

Commit 4cf6d0a

Browse files
committed
Docs: Warning Block on load_file
1 parent 003c057 commit 4cf6d0a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/source/usage/python.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,12 @@ Particles
594594
595595
Load reference particle information from a MAD-X file.
596596

597+
.. warning::
598+
599+
Our MAD-X parser is under active development and provided as a preview.
600+
Please check any loaded MAD-X beams very carefully.
601+
Please report your experience and bugs on `our issue tracker <https://github.com/BLAST-ImpactX/impactx/issues>`__.
602+
597603
:param madx_file: file name to MAD-X file with a ``BEAM`` entry
598604

599605

@@ -734,6 +740,12 @@ This module provides elements and methods for the accelerator lattice.
734740
735741
Load and append a lattice file from MAD-X (.madx) or PALS (e.g., .pals.yaml) formats.
736742

743+
.. warning::
744+
745+
Our MAD-X and PALS parsers is under active development and provided as a preview.
746+
Please check any loaded lattice files very carefully.
747+
Please report your experience and bugs on `our issue tracker <https://github.com/BLAST-ImpactX/impactx/issues>`__.
748+
737749
:param filename: filename to file with beamline elements
738750
:param nslice: number of slices used for the application of collective effects
739751

0 commit comments

Comments
 (0)