adrybakov / rad-tools

Sandbox (mainly condense matter plotting)
https://rad-tools.org
GNU General Public License v3.0
6 stars 5 forks source link

RAD-TOOLS


Spin Hamiltonians, magnons and condense matter post-processing.

.. image:: https://badge.fury.io/py/rad-tools.svg :target: https://badge.fury.io/py/rad-tools

.. image:: https://readthedocs.org/projects/rad-tools/badge/?version=stable :target: https://rad-tools.org/en/stable/?badge=stable :alt: Documentation Status

.. image:: https://static.pepy.tech/personalized-badge/rad-tools?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads :target: https://pepy.tech/project/rad-tools

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black

.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=505050 :target: https://pycqa.github.io/isort/

.. image:: https://img.shields.io/github/license/adrybakov/rad-tools :alt: GitHub

The package covers post-processing scenarios for the results of Quantum Espresso <https://www.quantum-espresso.org>, TB2J <https://tb2j.readthedocs.io/en/latest/> and Wannier90 <http://www.wannier.org/>_, as well as provides some custom scripts.

It is expected to be used in two ways:

For the detailed description check documentation. <https://rad-tools.org>_

Installation

Requirement for RAD-tools installation are:

RAD-tools can be installed with pip or from source.

pip

To install RAD-tools, run (you may need to use pip3):

.. code-block:: console

pip install rad-tools

Installing from source

.. code-block:: python

git clone git@github.com:adrybakov/rad-tools.git

.. code-block:: python

cd rad-tools

.. code-block:: console

pip install rad-tools

Additionally you may run the unit tests, which requires pytest (requires Python 3.7+) to be installed:

.. code-block:: console

make test

To install pytest, run (you may need to use pip3):

.. code-block:: console

pip install pytest