Giter Site home page Giter Site logo

pranabdas / espresso Goto Github PK

View Code? Open in Web Editor NEW
85.0 1.0 36.0 51.97 MB

Notes and tutorials on Density Functional Theory calculation using Quantum Espresso.

Home Page: https://pranabdas.github.io/espresso/

Shell 0.16% HTML 8.19% Jupyter Notebook 49.74% Gnuplot 41.00% Dockerfile 0.02% JavaScript 0.11% CSS 0.12% Roff 0.56% Fortran 0.11%
quantum-espresso density-functional-theory dft first-principles-calculations tutorial materials-modelling wannier high-performance-computing hpc

espresso's Introduction

Density Functional Theory using Quantum Espresso

Deploy gh-pages status

This repository contains the various input files and jupyter notebooks (for post processing and plotting) of the project. Please follow the tutorial at https://pranabdas.github.io/espresso/

Quantum ESPRESSO Installer

Pre-built binaries of Quantum ESPRESSO are included in the repository releases for easy installation. Currently, only Linux .deb packages are provided. Note that these packages are not well tested. If you find problems, you may open issues. Please refer to the release notes for more details on how to install.

espresso's People

Contributors

dependabot[bot] avatar kenounouh avatar pranabdas avatar shibu778 avatar thepranab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

espresso's Issues

Bug in PDOS Calculation

Dear Pranab,
When extracting the p-dos value in your python code (here - https://pranabdas.github.io/espresso/hands-on/pdos/), you are taking only the px-contribution, however, in the plot you are writing it to be the contribution from p orbital. I think it should be the summation of all the p orbtials. Hence, you should take the local contribution that is the column index 1 in your code.

def data_loader(fname):
    import numpy as np

    data = np.loadtxt(fname)
    energy = data[:, 0]
    pdos = data[:, 2]

    return energy, pdos

The above function is only extracting the first p-dos. In case of s-orbital it is OK, as pdos and ldos are same . However, in case of p-orbital, we should show the total contribution from all p-orbtials. Show the function should be

def data_loader(fname):
    import numpy as np

    data = np.loadtxt(fname)
    energy = data[:, 0]
    pdos = data[:, 1]

    return energy, pdos

Am I right?

questions about the dielectric constant of silicon.

Hello, I am a student from TsingHua University, Taiwan, recently I am using Quantum Espresso to simulate the dielectric constant of materials, I saw that you have shared the simulation results of silicon, but I will provide you with the code for silicon simulation, but it is not the same as the result of the dielectric constant graphs, I will change the kpoint in the nscf to 6 6 6 6 0 0 0 in order to comply with your results, I would like to ask what may be the cause of this? I would like to ask what could be the cause of this.
Thank you for your help!

QE

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.