InverseLangevinApproximations
Inverse Langevin Function Approximations
https://github.com/tracer-lulab/inverselangevinapproximations.jl
Science Score: 18.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
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.4%) to scientific vocabulary
Repository
Inverse Langevin Function Approximations
Basic Info
- Host: GitHub
- Owner: TRACER-LULab
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://tracer-lulab.github.io/InverseLangevinApproximations.jl/
- Size: 425 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 2
Metadata Files
README.md
InverseLangevinApproximations
InverseLangevinApproximations.jl is a library for utilizing different approximation of the inverse of the Langevin function, ℒ. The approximations are primarily used in polymer mechanics; however, due to the potential use of the function in other areas of physics, the library is not limited to polymer mechanics.
API
All approximations are subtypes of AbstractInverseLangevinApproximation. Accessing the inverse of the Langevin function is done by calling inverse_langevin_approximation with the approximation type as the first argument and the value to approximate as the second argument.
julia
y = 0.5
x = inverse_langevin_approximation(CohenRounded3_2(), y)
Citing
See CITATION.bib for the relevant reference(s).
Owner
- Name: TRACER-LULab
- Login: TRACER-LULab
- Kind: organization
- Repositories: 8
- Profile: https://github.com/TRACER-LULab
Citation (CITATION.bib)
@misc{InverseLangevinApproximations.jl,
author = {Carson Farmer <59753859+cfarm6@users.noreply.github.com> and contributors},
title = {InverseLangevinApproximations.jl},
url = {https://github.com/cfarm6/InverseLangevinApproximations.jl},
version = {v0.1.0},
year = {2022},
month = {7}
}
GitHub Events
Total
Last Year
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 2
juliahub.com: InverseLangevinApproximations
Inverse Langevin Function Approximations
- Homepage: https://tracer-lulab.github.io/InverseLangevinApproximations.jl/
- Documentation: https://docs.juliahub.com/General/InverseLangevinApproximations/stable/
- License: MIT
-
Latest release: 0.2.0
published over 2 years ago
Rankings
Dependencies
- actions/checkout v3 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- julia-actions/RegisterAction latest composite