Interactive modern web interface for the MadGraph7 event generator.
MadBoard requires Python 3.11 or newer.
pip install madboardStart the server from your working directory:
madboardMadBoard listens on 127.0.0.1:5000 (the next free port is used if 5000 is taken) and
opens the interface in your browser. By default it looks for the MadGraph executable at
bin/madgraph; use --madgraph to point it elsewhere, and --port to choose a
different port:
madboard --madgraph /path/to/madgraph --port 8080Without a MadGraph executable, MadBoard still runs, but process generation is unavailable.
See DEVELOPMENT.md for building the React frontend and running from a source checkout.