An open API service indexing awesome lists of open source software.

https://github.com/unkcpz/aiida-jdftx

aiida plugin for running JDFTx a Joint Density Functional Theory (JDFT)
https://github.com/unkcpz/aiida-jdftx

Last synced: 4 months ago
JSON representation

aiida plugin for running JDFTx a Joint Density Functional Theory (JDFT)

Awesome Lists containing this project

README

        

# AiiDA JDFTX
[AiiDA](http://www.aiida.net/) plugin for [JDFTX](https://jdftx.org/index.html).

## Installation

If you use `pip`, you can install it as:
```
pip install aiida-jdftx
```

To install the plugin in an editable mode, run:
```
git clone https://github.com/aiidateam/aiida-jdftx
cd aiida-jdftx
pip install -e . # Also installs aiida, if missing (but not postgres/rabbitmq).
```

## Links
* [Documentation](https://aiida-jdftx.readthedocs.io/en/latest/) for the calculation examples and features of the plugin.
* [Make an issue](https://github.com/aiidateam/aiida-jdftx/issues/new) for bug reports, questions and suggestions.
* [AiiDA](http://www.aiida.net/) to learn about AiiDA.
* [JDFTX](https://jdftx.org/index.html) to learn about JDFTX.

## License
MIT

## Contact
[email protected]