Docker image for Python 3 compliant MadGraph5_aMC@NLO.
The Docker image contains:
- MadGraph5_aMC@NLO
v2.7.0
- Python 3.8
- FastJet
v3.3.4
- LHAPDF
v6.3.0
- PYTHIA
v8.302
- Check the list of available tags on Docker Hub to find the tag you want.
- Use
docker pull
to pull down the image corresponding to the tag. For example:
docker pull matthewfeickert/madgraph5-amc-nlo:mg5_amc2.7.0-python3
As an example test you can run the top mass scan example in the tests
directory inside the Docker container by running the following from the top level directory of this repository
docker run --rm -v $PWD:$PWD -w $PWD matthewfeickert/madgraph5-amc-nlo:mg5_amc2.7.0-python3 "mg5_aMC tests/test_top_mass_scan.txt"