lmmentel / ase-espresso

ase interface for Quantum Espresso
GNU General Public License v3.0
21 stars 15 forks source link
chemistry computational-chemistry physics python quantum-chemistry quantum-mechanics simulations solid-state-physics

============ ase-espresso

|Documentation|

ase-espresso <https://github.com/lmmentel/ase-espresso> provides a Python interface compatible with Atomic Simulation Environment (ASE) <https://wiki.fysik.dtu.dk/ase/index.html> for managing calculations with the Quantum Espresso <http://www.quantum-espresso.org/>__ code.

This is a fork from vossjo <https://github.com/vossjo/ase-espresso>__ that offers a lot of improvements over the original version, the most important ones include:

Installation

Dependencies

The recommended installation method is with pip <https://pip.pypa.io/en/stable/>. The current version can be installed directly from github <https://github.com/lmmentel/ase-espresso>:

.. code:: bash

pip install https://github.com/lmmentel/ase-espresso/archive/master.zip

or cloned first

.. code:: bash

git clone https://github.com/lmmentel/ase-espresso.git

and installed via

.. code:: bash

pip install ./ase-espresso

Documentation

The documentation is hosted on ase-espresso.readthedocs.io <http://ase-espresso.readthedocs.io/en/latest/>__.

You can also generate the documentation locally using sphinx <http://www.sphinx-doc.org/en/stable/>__ by going to the docs directory and typing:

.. code:: bash

make html

The built documentation can be viewed in a any browser

.. code:: bash

firefox build/html/index.html

.. |Documentation| image:: https://readthedocs.org/projects/ase-espresso/badge/?version=latest :target: http://ase-espresso.readthedocs.io/en/latest/?badge=latest