Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Keywords
Repository
Calculator for incomplete Bose-Einstein integral
Basic Info
- Host: GitHub
- Owner: jrsmith3
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://ibei.readthedocs.io/en/latest/
- Size: 587 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 9
- Releases: 13
Topics
Metadata Files
README.md
ibei - Calculator for incomplete Bose-Einstein integral
This README is a quickstart. See the full documentation for more details.
Scope
The ibei python module implements a calculation of the
upper-incomplete Bose-Einstein integral which is given in terms of
the polylogarithm
function and described by
Smith.
Installation
This package is installable via pip.
bash
pip install ibei
Alternatively, download the source, install
hatch, and build.
bash
git clone git@github.com:jrsmith3/ibei.git
pip install hatch
hatch build
pip install dist/ibei-1.0.6.tar.gz # Or whatever is the latest version in that directory.
Example
Calculate the number of above-bandgap photons from Si at 300K.
```python
import ibei bandgap = 1.1 bei = ibei.BEI(order=2, energybound=bandgap, temperature=300., chemicalpotential=0.)
```
License
MIT
Documentation
Full documenation can be found in the doc directory, at the
official documentation page, and
within the module's docstrings.
Owner
- Name: Joshua Ryan Smith
- Login: jrsmith3
- Kind: user
- Location: Washington DC
- Company: Capital One
- Website: https://jrsmith3.github.com
- Twitter: joshua_r_smith
- Repositories: 29
- Profile: https://github.com/jrsmith3
Senior Manager, data inventory (I don't speak for my employer)
Citation (CITATION.cff)
cff-version: 1.2.0
title: "ibei"
abstract: "Calculators for Bose-Einstein integrals."
repository-code: "https://github.com/jrsmith3/ibei"
url: "https://ibei.readthedocs.org"
type: software
license:
- MIT
authors:
- family-names: Smith
given-names: Joshua Ryan
orcid: "https://orcid.org/0000-0002-3137-7180"
contact:
- family-names: Smith
given-names: Joshua Ryan
email: joshua.r.smith@gmail.com
keywords:
- Bose-Einstein integral
- Bose-Einstein statistics
- python
- thermal radiation
message: "Use information in this file when citing this software."
GitHub Events
Total
- Create event: 31
- Release event: 13
- Issues event: 14
- Delete event: 29
- Issue comment event: 12
- Push event: 59
- Pull request event: 16
Last Year
- Create event: 31
- Release event: 13
- Issues event: 14
- Delete event: 29
- Issue comment event: 12
- Push event: 59
- Pull request event: 16
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joshua Ryan Smith | j****h@g****m | 429 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 82
- Total pull requests: 31
- Average time to close issues: 7 months
- Average time to close pull requests: 1 day
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.52
- Average comments per pull request: 1.48
- Merged pull requests: 31
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 7
- Pull requests: 8
- Average time to close issues: 7 days
- Average time to close pull requests: 2 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.43
- Average comments per pull request: 1.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jrsmith3 (82)
Pull Request Authors
- jrsmith3 (39)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 39 last-month
- Total dependent packages: 0
- Total dependent repositories: 2
- Total versions: 6
- Total maintainers: 1
pypi.org: ibei
Calculator for incomplete Bose-Einstein integral
- Documentation: https://ibei.readthedocs.io/en/latest/
- License: MIT License
-
Latest release: 2.0.4
published 12 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v2 composite
- actions/setup-python v4 composite
- actions/upload-artifact v2 composite
- actions/download-artifact v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
- softprops/action-gh-release v1 composite
- actions/download-artifact v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
- astropy *
- attrs *
- mpmath *
- numpy *