Name | danton JSON |
Version |
1.5.8
JSON |
| download |
home_page | None |
Summary | DecAyiNg Taus frOm Neutrinos (Danton). |
upload_time | 2024-10-28 10:00:05 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7.0 |
license | LGPLv3 |
keywords |
neutrino
tau
monte carlo
backward
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Danton [](https://danton.readthedocs.io/en/latest/?badge=latest)
( **D**ec**A**yi**N**g **T**aus fr**O**m **N**eutrinos )
## Description
Danton is a Python package designed specifically for the sampling of tau decays
from ultra-high energy neutrinos interacting with the Earth's surface. It is
capable of running in forward or backward Monte Carlo, and can also be
configured to sample tau fluxes instead of decay densities, or to sample
transmitted neutrino fluxes.
The interface has been designed with simplicity in mind. That is, Monte Carlo
particles are injected into the simulation geometry as a `numpy.ndarray`, and
`numpy.ndarray`s of Monte Carlo states are returned. This basic workflow is
illustrated below,
```python
import danton
simulation = danton.Simulation()
particles = danton.particles(10000, energy=1E+09, elevation=1.0)
result = simulation.run(particles)
```
## License
The Danton source is distributed under the **GNU LGPLv3** license. See the
provided [LICENSE](LICENSE) and [COPYING.LESSER](COPYING.LESSER) files.
Raw data
{
"_id": null,
"home_page": null,
"name": "danton",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7.0",
"maintainer_email": null,
"keywords": "neutrino, tau, Monte Carlo, backward",
"author": null,
"author_email": "Valentin Niess <valentin.niess@gmail.com>",
"download_url": null,
"platform": null,
"description": "# Danton [](https://danton.readthedocs.io/en/latest/?badge=latest)\n( **D**ec**A**yi**N**g **T**aus fr**O**m **N**eutrinos )\n\n\n## Description\n\nDanton is a Python package designed specifically for the sampling of tau decays\nfrom ultra-high energy neutrinos interacting with the Earth's surface. It is\ncapable of running in forward or backward Monte Carlo, and can also be\nconfigured to sample tau fluxes instead of decay densities, or to sample\ntransmitted neutrino fluxes.\n\nThe interface has been designed with simplicity in mind. That is, Monte Carlo\nparticles are injected into the simulation geometry as a `numpy.ndarray`, and\n`numpy.ndarray`s of Monte Carlo states are returned. This basic workflow is\nillustrated below,\n\n```python\nimport danton\n\nsimulation = danton.Simulation()\nparticles = danton.particles(10000, energy=1E+09, elevation=1.0)\nresult = simulation.run(particles)\n```\n\n\n## License\nThe Danton source is distributed under the **GNU LGPLv3** license. See the\nprovided [LICENSE](LICENSE) and [COPYING.LESSER](COPYING.LESSER) files.\n",
"bugtrack_url": null,
"license": "LGPLv3",
"summary": "DecAyiNg Taus frOm Neutrinos (Danton).",
"version": "1.5.8",
"project_urls": {
"source": "https://github.com/niess/danton"
},
"split_keywords": [
"neutrino",
" tau",
" monte carlo",
" backward"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7304e40e6517b911032bbce0d7b2586f4591f6f13a47d3f89e6b02ee9602c1ca",
"md5": "d2ddb5bdfffb6d0308e7c55c6351496a",
"sha256": "0a5f404663ee659ddfb11e42a388a09a2ac972c9e3c4cbdae406d3bca9640157"
},
"downloads": -1,
"filename": "danton-1.5.8-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d2ddb5bdfffb6d0308e7c55c6351496a",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7.0",
"size": 5469384,
"upload_time": "2024-10-28T10:00:05",
"upload_time_iso_8601": "2024-10-28T10:00:05.334201Z",
"url": "https://files.pythonhosted.org/packages/73/04/e40e6517b911032bbce0d7b2586f4591f6f13a47d3f89e6b02ee9602c1ca/danton-1.5.8-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 10:00:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "niess",
"github_project": "danton",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "danton"
}