Metadata-Version: 2.1
Name: vdist-solver
Version: 0.5.4
Summary: Velocity distribution function solver using Liouville's theorem
Home-page: https://github.com/Nkzono99/vdist-solver
Author: Nkzono99
Author-email: 210x218x@gsuite.stu.kobe-u.ac.jp
License: UNKNOWN
Description: # vdist-solver
        Velocity distribution function solver using Liouville's theorem
        
        |vx-vz distribution|vz distribution|backtrace|
        |---|---|---|
        |![16_16_65](https://user-images.githubusercontent.com/71783375/120922088-2df7ab00-c702-11eb-876b-1b4538c2c9ad.png)|![vdist_ion_z](https://user-images.githubusercontent.com/71783375/120922107-3fd94e00-c702-11eb-901a-32576eccf53b.png)|![backtrace_test](https://user-images.githubusercontent.com/71783375/120922700-a0b65580-c705-11eb-9410-85b841e5718d.png)|
        
        ## Requirement
        * numpy
        * matplotlib
        * tqdm
        * scipy
        * emout
        * mpi4py (Install by yourself if use MPI)
        
        ## Installation
        ```
        pip install git+https://github.com/Nkzono99/vdist-solver.git
        ```
        
        ## 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 "<directory>"  # 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 "<directory>"  # Plot backtrace-orbit of particle
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
