vegas

Adaptive multidimensional Monte Carlo integration.

https://github.com/gplepage/vegas

Science Score: 59.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Committers with academic emails
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Adaptive multidimensional Monte Carlo integration.

Basic Info
  • Host: GitHub
  • Owner: gplepage
  • License: other
  • Language: Cython
  • Default Branch: main
  • Homepage:
  • Size: 21.6 MB
Statistics
  • Stars: 115
  • Watchers: 9
  • Forks: 27
  • Open Issues: 1
  • Releases: 51
Created about 12 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License

README.rst

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 .

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, 

(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/DOI/10.5281/zenodo.592154.svg
  :target: https://doi.org/10.5281/zenodo.592154

Owner

  • Name: Peter Lepage
  • Login: gplepage
  • Kind: user
  • Location: Ithaca, New York
  • Company: Department of Physics, Cornell University

GitHub Events

Total
  • Create event: 2
  • Release event: 3
  • Issues event: 4
  • Watch event: 9
  • Issue comment event: 6
  • Push event: 4
  • Fork event: 2
Last Year
  • Create event: 2
  • Release event: 3
  • Issues event: 4
  • Watch event: 9
  • Issue comment event: 6
  • Push event: 4
  • Fork event: 2

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 259
  • Total Committers: 1
  • Avg Commits per committer: 259.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
G. Peter Lepage g****e@c****u 259
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 40
  • Total pull requests: 0
  • Average time to close issues: 12 days
  • Average time to close pull requests: N/A
  • Total issue authors: 34
  • Total pull request authors: 0
  • Average comments per issue: 3.7
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 0
  • Average time to close issues: 9 days
  • Average time to close pull requests: N/A
  • Issue authors: 5
  • Pull request authors: 0
  • Average comments per issue: 2.4
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dsmic (3)
  • mwiebusch78 (2)
  • ndeutschmann (2)
  • kalaspa (2)
  • Gaussian-art (2)
  • sougataganguly (1)
  • ZhanggaoYuan16 (1)
  • breisfeld (1)
  • ediazm (1)
  • philastrophist (1)
  • yanyuechuixue (1)
  • DaniloDel (1)
  • matteotagliazucchi (1)
  • luckytoilet (1)
  • kovnerd (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,836 last-month
  • Total dependent packages: 9
  • Total dependent repositories: 16
  • Total versions: 62
  • Total maintainers: 1
pypi.org: vegas

Tools for adaptive multidimensional Monte Carlo integration.

  • Versions: 62
  • Dependent Packages: 9
  • Dependent Repositories: 16
  • Downloads: 1,836 Last month
Rankings
Dependent packages count: 1.6%
Dependent repos count: 3.6%
Average: 5.3%
Downloads: 6.4%
Stargazers count: 7.3%
Forks count: 7.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/python-package.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/wheels.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v3 composite
  • actions/upload-artifact v3 composite
doc/requirements.txt pypi
  • sphinx ==7.0.0
pyproject.toml pypi
setup.py pypi