ibei

Calculator for incomplete Bose-Einstein integral

https://github.com/jrsmith3/ibei

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

bose-einstein-distribution physics-simulation
Last synced: 7 months ago · JSON representation ·

Repository

Calculator for incomplete Bose-Einstein integral

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 9
  • Releases: 13
Topics
bose-einstein-distribution physics-simulation
Created over 11 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog License Citation

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

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

All Time
  • Total Commits: 429
  • Total Committers: 1
  • Avg Commits per committer: 429.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
development infrastructure (18) bug (9) inbox (7) patch release (4)
Pull Request Labels
patch release (12) major release (1)

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

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 2
  • Downloads: 39 Last month
Rankings
Dependent packages count: 7.3%
Dependent repos count: 11.8%
Forks count: 22.7%
Average: 30.7%
Stargazers count: 38.9%
Downloads: 72.6%
Maintainers (1)
Last synced: 9 months ago

Dependencies

.github/workflows/build-test.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v2 composite
.github/workflows/create-release-from-version-tag.yml actions
  • actions/download-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
  • softprops/action-gh-release v1 composite
.github/workflows/upload-to-test-pypi.yml actions
  • actions/download-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml pypi
  • astropy *
  • attrs *
  • mpmath *
  • numpy *