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
Last synced: 10 months ago · JSON representation ·

Repository

Inverse Langevin Function Approximations

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 2
Created almost 4 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

InverseLangevinApproximations

Stable Dev

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

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

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent repos count: 10.1%
Dependent packages count: 40.6%
Average: 44.4%
Forks count: 53.2%
Stargazers count: 73.9%
Last synced: 10 months ago

Dependencies

.github/workflows/CI.yml actions
  • 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
.github/workflows/CompatHelper.yml actions
.github/workflows/Docs.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite