Skip to content

Latest commit

 

History

History
124 lines (86 loc) · 4 KB

README.rst

File metadata and controls

124 lines (86 loc) · 4 KB

cpymad

Latest Version Python versions License: CC0, Apache, Non-Free Join chat on Gitter

cpymad is a Cython binding to MAD-X for giving full control and access to a MAD-X interpreter within the python environment.

This version of cpymad should be built against MAD-X 5.05.01. It can be installed on linux, Windows and Mac (but I can't offer much help for Mac). Python 3 is recommended but not (yet) required.

Links

License

The cpymad source code itself is under free license.

However, the MAD-X software package and henceforth all binary cpymad package distributions are NOT FREE.

For more details, see COPYING.rst and the MAD-X license.

Reporting issues

cpymad is NOT maintained by CERN members and links against an unofficial build of MAD-X that is not supported by CERN, i.e. this binary may have problems that the official binary does not have and vice versa.

If you have a problem with a sequence file, first try to check if that problem remains when using the MAD-X command line client distributed by CERN, then:

  • Report the issue to CERN only if it can be reproduced with their official command line client.
  • Report the issue here only if it can not be reproduced with their official command line client.

For issues regarding the cpymad code itself or usage information, I'm happy to answer. Please keep it precise, specific, and concise and provide all the necessary information.

Tests

When a commit is pushed upstream, the tests are automatically run on the following continuous integration (CI) systems:

  • AppVeyor builds and tests cpymad on windows Windows built status
  • Travis CI builds and tests cpymad on linux. Linux build status Coverage

CHANGELOG

The full changelog is available online in CHANGES.rst.