vdist-solver

Velocity distribution function solver using Liouville's theorem

https://github.com/nkzono99/vdist-solver

Science Score: 46.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    2 of 3 committers (66.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Velocity distribution function solver using Liouville's theorem

Basic Info
  • Host: GitHub
  • Owner: Nkzono99
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 131 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 12
Created almost 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

vdist-solver

DOI

Velocity distribution function solver using Liouville's theorem

|vx-vz distribution|vz distribution|backtrace| |---|---|---| |16_16_65|vdist_ion_z|backtrace_test|

Requirement

  • numpy
  • matplotlib
  • tqdm
  • scipy
  • emout
  • mpi4py (Install by yourself if use MPI)

Installation

pip install vdist-solver

Simple Usage for EMSES

```

Use velocity distribution function solver

gen-vdsolver 'xz' # Create template script of vdist-solver vim vdist-solver.py # Change settings python vdist-solver.py -d "" # Plot distribution

Use backtrace solver

gen-backtrace 'xz' # Create template script of backtrace-solver vim backtrace-solver.py # Change settings python backtrace-solver.py -d "" # Plot backtrace-orbit of particle ```

A detailed description is provided below - Get Started (Japanese). - Theory (Japanese)

Owner

  • Login: Nkzono99
  • Kind: user

GitHub Events

Total
  • Release event: 1
  • Push event: 1
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 1
  • Create event: 1

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 90
  • Total Committers: 3
  • Avg Commits per committer: 30.0
  • Development Distribution Score (DDS): 0.3
Top Committers
Name Email Commits
Nkzono99 1****t@g****p 63
Nkzono99 7****9@u****m 23
Nkzono99 2****x@s****p 4
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 6
  • Total pull requests: 21
  • Average time to close issues: 4 months
  • Average time to close pull requests: less than a minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 20
  • 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
  • Nkzono99 (6)
Pull Request Authors
  • Nkzono99 (23)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 30 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 12
  • Total maintainers: 1
pypi.org: vdist-solver

Velocity distribution function solver using Liouville's theorem

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 30 Last month
Rankings
Dependent packages count: 6.6%
Average: 27.8%
Forks count: 30.5%
Dependent repos count: 30.6%
Downloads: 32.0%
Stargazers count: 39.1%
Maintainers (1)
Last synced: 8 months ago

Dependencies

requirements.txt pypi
  • emout *
  • matplotlib *
  • numpy *
  • scipy *
  • tqdm *
.github/workflows/python-publish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
setup.py pypi