FermiDiracIntegrals
Science Score: 31.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: feanor12
- License: mit
- Language: Julia
- Default Branch: main
- Size: 15.6 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
FermiDiracIntegrals
Implements the complete Fermi-Dirac integral (Wikipedia)
The general implementaion uses Polylogarithms.jl, but there is also an approximaton for F(1/2,x) available.
The approximated version can be called like this:
```julia julia> using FermiDiracIntegrals
julia> F(Val(1/2),1) 1.5676943564187247 ```
and the general polylogarithm implementation can be used like this:
```julia julia> using FermiDiracIntegrals
julia> F(1/2,1) 1.575640776151315 - 0.0im ```
Benchmark:
```julia julia> using BenchmarkTools
julia> using FermiDiracIntegrals
julia> @btime F(1/2,1) 64.742 μs (18 allocations: 512 bytes) 1.575640776151315 - 0.0im
julia> @btime F(Val(1/2),1) 0.698 ns (0 allocations: 0 bytes) 1.5676943564187247
```
Owner
- Name: Michael Pusterhofer
- Login: feanor12
- Kind: user
- Location: Graz
- Repositories: 20
- Profile: https://github.com/feanor12
Test engineer with experience in Li-ion batteries, solid-state physics, III-V systems, semiconductor physics, and helium-atom-scattering.
Citation (CITATION.bib)
@misc{FermiDiracIntegral.jl,
author = {Michael Pusterhofer <pusterhofer@student.tugraz.at> and contributors},
title = {FermiDiracIntegrals.jl},
url = {https://github.com/feanor12/FermiDiracIntegrals.jl},
version = {v0.1.0},
year = {2022},
month = {3}
}
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 13
- Total Committers: 1
- Avg Commits per committer: 13.0
- Development Distribution Score (DDS): 0.0
Top Committers
| Name | Commits | |
|---|---|---|
| Michael Pusterhofer | p****r@s****t | 13 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: less than a minute
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JuliaTagBot (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
juliahub.com: FermiDiracIntegrals
- Documentation: https://docs.juliahub.com/General/FermiDiracIntegrals/stable/
- License: MIT
-
Latest release: 0.1.0
published over 4 years ago
Rankings
Dependencies
- actions/checkout v2 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite