Skip to content

Commit

Permalink
Merge branch 'pr/bastonero/24' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Dec 17, 2021
2 parents 8f8a254 + d513138 commit bead85b
Show file tree
Hide file tree
Showing 49 changed files with 2,132 additions and 4,392 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ develop-eggs
.installed.cfg
lib
lib64
.devcontainer
.vscode

# Installer logs
pip-log.txt
Expand Down
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# See https://pre-commit.com for more informatio
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
Expand All @@ -15,12 +13,12 @@ repos:
hooks:
- id: flake8
args:
- "--max-line-length=88"
- "--max-line-length=120"
- "--ignore=E203,W503"

- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
args:
- --line-length=88
- --line-length=120
4 changes: 4 additions & 0 deletions PEOPLE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reference people:
* Lorenzo Bastonero - aiida-phonopy (version>=0.7.0)
* Atsushi Togo - phonopy, phono3py, aiida-phonopy
* Abel Carreras Conill - aiida-phonopy (early versions)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# AiiDA Phonopy plugin

This a phonopy plugin for AiiDA. This plugin includes workflows to calculate
phonons with supercell and finite displacement approaches. Currently VASP and QE
are supported.
This the official Phonopy plugin for AiiDA. This plugin includes workflows and post process calculation to compute phonons and related properties through supercells and finite displacements approaches.

The workflows are designed to be used with ``aiida-common-workflows``, where several quantum engines can be chosen as the force calculator. Nevertheless, the implementation allows for the possibility to use such workflows in other plugins. Read the documentation for development for more information.
3 changes: 3 additions & 0 deletions aiida_phonopy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
"""The official AiiDA plugin for Phonopy."""
__version__ = "0.7.0"
114 changes: 0 additions & 114 deletions aiida_phonopy/calcs/base.py

This file was deleted.

149 changes: 0 additions & 149 deletions aiida_phonopy/calcs/phonopy.py

This file was deleted.

File renamed without changes.

0 comments on commit bead85b

Please sign in to comment.