Metadata-Version: 2.1
Name: aldkit
Version: 1.0.3
Summary: Parser for ALD code written by Prof. Ankit Jain
Home-page: https://github.com/pypa/aldkit
Author: Harish PVV
Author-email: harishpvv@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/aldkit/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE

# ALD

ALD package is a tool to parse the output of ALD code which is written by Prof. Ankit Jain, IIT Bombay
ALD code is to solve the linearized Boltzman transport equation for three, four phonon and electron-phonon scattering rates from abinitio methods.
For more details contact a_jain@iitb.ac.in, harishpvv@gmail.com 

import package as `from ald import ALD`
ALD class instance has to be created as `ald = ALD(outdir='path')`
Then methods can be called as `ald.get_frequencies()`

