Giter VIP home page Giter VIP logo

latdyn's Introduction

Latdyn

Lattice dynamics with various semi-classical models

This project aims to create a versatile Python library that is capable of producing phonon band-structures using semi-classical vibration models, as well as other related calculations like specific heat, debye temperature, group velocity and etc. Semi-classical models are more computation efficient and suitable for large-systems like quantum dots and quantum wells, which initiated the creation of this project.

The author have created the Valence Force Field Model and the Adiabatic Bond-Charge Model for this Python library. These two models are capable of dealing with regular structures like simple cubic, face centre cube and hexagonal close pack. Ideal/Same length bonding is essential for these models to work. I had to admit this is a shortcoming. Nevertheless, the capability of these two models should not be underestimated as many superlattices are based on regular bonding bulk materials.

The Coulombic interaction is done via Ewald summation technique and due to the intensity of this calculation, fortran codes are used to ease the computational burden. To compile this fortran module, one needs to go to "Latdyn/ewald/" and run "./f2py -llapack -lblas -c -m dyn_ewald dyn_ewald.pyf dyn_ewald.f90" provided that "f2py" is made executable and you have gfortran compiler installed in your system.

Required libraries&packages:

  • python-dev, numpy, scipy, matplotlib
  • gfortran, lapack, blas

To be continued.

latdyn's People

Contributors

xiahongze avatar

Stargazers

 avatar

Watchers

James Cloos 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.