New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qepy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qepy

QEpy: Quantum ESPRESSO Python interface

  • 7.2.0
  • PyPI
  • Socket score

Maintainers
1

QEpy - Quantum ESPRESSO in Python

QEpy turns Quantum ESPRESSO (QE) into a Python DFT engine for nonstandard workflows.

Contributors and funding

  • The Quantum-Multiscale collaboration
  • Main author: Xuecheng Shao (Rutgers)
  • Oliviero Andreussi (UNT), Davide Ceresoli (CNR, Italy), Matthew Truscott (UNT), Andrew Baczewski (Sandia), Quinn Campbell (Sandia), Michele Pavanello (Rutgers)

Thanks to ...

  • The Quantum ESPRESSO developers for the QE codebase
  • NSF for funding the Quantum-Multiscale collaboration

Requirements

Installation

Pip

Using pip can easy install the release version (serial) of QEpy from PyPI.

python -m pip install qepy

Source

  • QE

    All source codes should be compiled with the -fPIC compuiler option. Add -fPIC to the configuration options. E.g.,

    ./configure CFLAGS=-fPIC FFLAGS=-fPIC try_foxflags=-fPIC
     make all
     export qedir=`pwd`
    
  • QEpy

    git clone --recurse-submodules https://gitlab.com/shaoxc/qepy.git
    python -m pip install -U ./qepy
    

Manual and Tutorials

See QEpy's website for details.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc