Metadata-Version: 2.1
Name: qnm
Version: 0.1.4
Summary: Calculate quasinormal modes of Kerr black holes.
Home-page: https://github.com/duetosymmetry/qnm/
Author: Leo C. Stein
Author-email: leo.stein@gmail.com
License: UNKNOWN
Description: [![github](https://img.shields.io/badge/GitHub-qnm-blue.svg)](https://github.com/duetosymmetry/qnm)
        [![PyPI version](https://badge.fury.io/py/qnm.svg)](https://badge.fury.io/py/qnm)
        [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/duetosymmetry/qnm/blob/master/LICENSE)
        [![Documentation Status](https://readthedocs.org/projects/qnm/badge/?version=latest)](https://qnm.readthedocs.io/en/latest/?badge=latest)
        
        
        # Welcome to qnm
        Python implementation of Cook-Zalutskiy spectral approach to computing Kerr QNM frequencies.
        
        TODO basic info
        
        ## Installation
        
        ### PyPI
        _**qnm**_ is available through [PyPI](https://pypi.org/project/qnm/):
        
        ```shell
        pip install qnm
        ```
        
        ### From source
        
        ```shell
        git clone https://github.com/duetosymmetry/qnm.git
        cd qnm
        python setup.py install
        ```
        
        If you do not have root permissions, replace the last step with
        `python setup.py install --user`
        
        ## Dependencies
        All of these can be installed through pip or conda.
        * [numpy](https://docs.scipy.org/doc/numpy/user/install.html)
        * [scipy](https://www.scipy.org/install.html)
        * [numba](http://numba.pydata.org/numba-doc/latest/user/installing.html)
        
        ## Usage
        
        ```python
        import qnm
        ```
        
        TODO
        
        ## Documentation
        
        Automatically-generated documentation is available on [Read the Docs: qnm](https://qnm.readthedocs.io/).
        
        ## Credits
        The code is developed and maintained by [Leo C. Stein](https://duetosymmetry.com).
        
Keywords: black holes quasinormal modes physics scientific computing numerical methods
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
