Various scripts for condense matter calculations and post-processing.
The package covers post-processing scenarios for the results of Quantum Espresso, TB2J and Wannier90, as well as provides some custom scripts.
It is expected to be used in two ways:
As Python library
Via scripts (i.e. usage from command line)
For the detailed description check documentation.
Installation
Requirement for RAD-tools installation are:
Python itself (>=3.6)
NumPy
SciPy
matplotlib
tqdm
termcolor
RAD-tools can be installed with pip or from source.
pip
To install RAD-tools, run (you may need to use pip3):
pip install rad-tools
Installing from source
Clone the project to your local computer:
git clone git@github.com:adrybakov/rad-tools.git
Change the directory:
cd rad-tools
To install RAD-tools, run (you may need to use pip3):
pip install rad-tools
Additionally you may run the unit tests, which requires pytest (requires Python 3.7+) to be installed:
make test
To install pytest, run (you may need to use pip3):
pip install pytest
Release files for rad-tools 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rad-tools-0.7.0.tar.gz | 64.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rad_tools-0.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 142.8 kB
Release files / rad-tools-0.7.0.tar.gz
| Download URL | rad-tools-0.7.0.tar.gz |
|---|---|
| Size | 64.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf48775b00ef12d0e6a4580e71bc1fe8e5024b0f0f171f03e4a3cbae7413c7e9
|
|
BLAKE2b-256 checksum How to use checksums |
ff1fc15c43295121b0002dc30ea9986acfd34e4b0f7986b50d67f0dce5c85874
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / rad_tools-0.7.0-py3-none-any.whl
| Download URL | rad_tools-0.7.0-py3-none-any.whl |
|---|---|
| Size | 78.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
08e221175148db9f539354b8e97d460aa946217ae291e089849af3001d0aeed4
|
|
BLAKE2b-256 checksum How to use checksums |
59191a1c902ddec218f188f4f9031b96ec388a6d0608323824cc6f8ab0554c56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|