Skip to main content

A package to generate charge-density.dat for Quantum ESPRESSO

Project description

qeRho

The module is to generate the initial guess charge density for quantum-espresso pwscf calculations. Currently the module supports nspin=1, binary output (no HDF5 supported). The output charge density should be sorted in next subversion.

to install

pip install ./

to use

# import superposition of atomic density
from qe_rho import SAD

# initialize SAD density
rho = SAD('tests/pwscf.in')

# save charge-density.dat to folder pwscf.save
rho.saverhog('pwscf.save')

# output real-space charge density
rhor = rho.rho_g2r()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qe-rho-1.0.0.tar.gz (23.0 kB view hashes)

Uploaded Source

Built Distribution

qe_rho-1.0.0-py3-none-any.whl (24.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page