Skip to main content

PyCDT is a python package to facilitate DFT calculations for point defects in solids

Project description

Python Charge Defects Toolkit (PyCDT) is a python package aimed at making charged defects modeling simpler, high throughput ready, and also accessible to researchers who don’t have the required background. PyCDT can handle thermodynamic calculations and error corrections in the context of periodic boundary condition density functional calculations of charged defects in semiconductors and insulators. It can also generate the inputs for required DFT calculations and can process the output of the DFT calculations. The code is modular and any DFT code can be integrated into PyCDT for defect calculations.

Requirements

PyCDT requires pymatgen (and its dependencies) and optionally sxdefectalign packages.

Source Code

If not available already, use the following steps.

  1. Install git, if not already packaged with your system.

  2. Download the pycdt source code using the command:

    git clone https://bitbucket.org/mbkumar/pycdt.git

Installation

  1. Navigate to pycdt root directory:

    cd pycdt
  2. Install the code, using the command:

    python setup.py install

    The command tries to obtain the required packages and their dependencies and install them automatically. Access to root may be needed if virtualenv is not used.

  3. The package can be installed at non-standard locations using the command:

    python setup.py install --prefix PYCDT_INSTALL_DIR

    where PYCDT_INSTALL_DIR is your choice of directory. In UNIX/Linux environments, add PYCDT_INSTALL_DIR to PATH and PYTHONPATH variables by the following commands:

    export PATH=$PATH:PYCDT_INSTALL_DIR
    export PYTHONPATH=$PYTHONPATH:PYCDT_INSTALL_DIR
  4. (If not set) Set the VASP pseudopotential directory in $HOME/.pmgrc.yaml as follows:

    VASP_PSP_DIR: <Location of vasp pseudopotential top directory>
  5. (If not set) Set the Materials Project API key in $HOME/.pmgrc.yaml as follows:

    MAPI_KEY: <Your mapi key obtained from www.materialsproject.org>

Examples

From the pycdt root folder, go to examples folder by typing:

cd examples

Questions?

Post your questions on PyCDT forum.

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

pycdt-1.6.0.tar.gz (58.8 kB view details)

Uploaded Source

File details

Details for the file pycdt-1.6.0.tar.gz.

File metadata

  • Download URL: pycdt-1.6.0.tar.gz
  • Upload date:
  • Size: 58.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pycdt-1.6.0.tar.gz
Algorithm Hash digest
SHA256 e4f1235c6061b1c4cace1874a55af6478971946970f6fee5f9578cdcf499f883
MD5 3da9919294e572dc525b014bf1289a6f
BLAKE2b-256 c0165d44613e73a53c112a43d025ebe6c06d84aed3e9e2a83e9d50e5cd524b18

See more details on using hashes here.

Supported by

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