Giter VIP home page Giter VIP logo

absorption_tauc_plot's Introduction

Welcome to absorption_tauc_plot ๐Ÿ‘‹

Twitter: AlekseiKrasnov4

Process UV-Vis absorption spectra, make Tauc transformation for direct/indirect allowed transition, extract band gap values for corresponding transition type, and plot figures

Prerequisites

This package requires:

Usage

absorption_processing should be used within a directory containing your raw txt files. The files could be with comma or space separatad values. These files should have the following format:

"Wavelength nm." "Abs."
X1 Y1
X2 Y2
 .  .
 .  .
 .  .

where Xi and Yi are the recorded wavelengths and absorption coefficients (Kubelka-Munk function), respectively. If you have reflectance data instead of absorption coefficients, the program will ask you and make the necessary Kubelka-Munk transformation.

Within the directory containing txt files, run:

absorption_processing.py

The program asks to specify the semiconductor type. Enter 0 for direct; 1 for indirect or if you do not have any information about the type of semiconductor. The program creates txt file with data in 5 columns: Wavelength (nm), Absorbance, Energy, eV, Direct transition, Indirect transition, for further plotting of the figures. The corresponding figures of the absorption spectra and Tauc plot for direct/indirect transition for each sample are generated. The band gap value for direct/indirect allowed transition will be extracted.

Other codes for Tauc transformation and band gap extraction

There are other codes that can make Tauc transformation and band gap extraction. The best code depends on your use case.

  • You may find taucauto for automatically extracting the bandgap of a material by the Tauc method.
  • A detailed explanation of the Tauc transformation process and band gap extraction could be found here Band Gap Calculation with Python.

Author

๐Ÿ‘ค Aleksei Krasnov

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check issues page.

absorption_tauc_plot's People

Contributors

alexey-krasnov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.