Metadata-Version: 1.1
Name: vegas
Version: 5.4
Summary: Tools for adaptive multidimensional Monte Carlo integration.
Home-page: https://github.com/gplepage/vegas.git
Author: G. Peter Lepage
Author-email: g.p.lepage@cornell.edu
License: GPLv3+
Description: vegas
        -----
        
        The ``vegas`` package is for evaluating multidimensional integrals using
        an improved version of the adaptive Monte Carlo vegas algorithm
        (G. P. Lepage, J. Comput. Phys. 27(1978) 192).
        A tutorial on its use can be found in the documentation:
        see ``doc/html/index.html`` or <https://vegas.readthedocs.io>.
        
        The ``vegas`` algorithm has been widely used for decades to evaluate
        integrals of 2 or more dimensions numerically. It is particularly
        well suited to higher dimensions (e.g., 9 or 10 for Feynman diagram
        evaluation). The algorithm in this package is significantly
        improved over the original ``vegas`` implementation. In particular
        a second adaptive strategy has been added. It also supports
        multi-processor evaluation of integrands.
        
        The new algorithm (``vegas+``) is described in G. P. Lepage, 
        <https://arxiv.org/abs/2009.05112>
        (J. Comput. Phys. 439 (2021) 110386).
        
        See the ``INSTALLATION`` file for installation directions.
        Test ``vegas`` using ``make tests``. Some simple examples are
        in the ``examples/`` subdirectory.
        
        ``vegas`` version numbers have the form ``major.minor.patch`` where
        incompatible changes are signaled by incrementing the ``major`` version
        number, the ``minor`` number signals new features, and the ``patch``
        number signals bug fixes.
        
        
        | Created by G. Peter Lepage (Cornell University) 2013
        | Copyright (c) 2013-2023 G. Peter Lepage
        
        .. image:: https://zenodo.org/badge/15354897.svg
           :target: https://zenodo.org/badge/latestdoi/15354897
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.7)
Requires: gvar (>=11.11.1)
