Install ADG on your computer

Install

To install ADG, download the source files and run

pip2 install <project_folder>

or alternatively

python2 setup.py install

If you want to install ADG in develop mode, then run

pip2 install -e <project_folder>

Dependencies

In order to run the code, you will need a Python2 install >= 2.7.1 and the following Python libraries:

  • networkx >= 2.0 and <2.3
  • numpy < 1.17.0
  • scipy < 1.3.0

If you want ADG to compile the LaTeX output file, you will need a Latex install with the PDFLaTeX compiler and the feynmp and feynmp-auto packages installed, which are standard packages in most recent distributions.